Changeset 1233 for trunk/LMDZ.MARS/libf/phymars/iniphysiq.F90
- Timestamp:
- May 1, 2014, 12:06:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/iniphysiq.F90
r1226 r1233 16 16 rlatd ! latitudes 17 17 use infotrac, only : nqtot ! number of advected tracers 18 use comgeomfi_h, only: ini_fillgeom 18 19 19 20 implicit none … … 70 71 ! and do some initializations 71 72 call phys_state_var_init(klon_omp,nlayer,nqtot, & 72 rlatd,rlond,airephy, &73 73 punjours,ptimestep,prad,pg,pr,pcpp) 74 call ini_fillgeom(ngrid,rlatd,rlond,airephy) 74 75 call conf_phys(nqtot) 75 76
Note: See TracChangeset
for help on using the changeset viewer.