Ignore:
Timestamp:
10/20/14 23:42:26 (10 years ago)
Author:
dubos
Message:

Partial etat0 cleanup (removed calls to xyz2lonlat)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/dissip_gcm.f90

    r250 r286  
    540540 
    541541           nn = ij+shift_u 
    542            CALL xyz2lonlat(xyz_e(nn,:),lon,lat) 
    543542           zcoords = 1 ; hybrid_eta = .FALSE. ! use z instead of p or hyam/hybm 
    544            CALL test2_schaer_mountain(lon,lat,p,z,zcoords,hybrid_eta, & 
     543           CALL test2_schaer_mountain(lon_e(nn),lat_e(nn),p,z,zcoords,hybrid_eta, & 
    545544                hyam,hybm,shear,ulon,ulat,w,t,phis,ps,rho,q) 
    546545!           u3d = ulon*elon_e(nn,:) + ulat*elat_e(nn,:) 
Note: See TracChangeset for help on using the changeset viewer.