Changeset 1257 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- May 12, 2014, 1:14:28 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/iniphysiq.F90
r1246 r1257 72 72 call phys_state_var_init(klon_omp,nlayer,nqtot, & 73 73 punjours,ptimestep,prad,pg,pr,pcpp) 74 call ini_fillgeom( ngrid,rlatd,rlond,airephy)75 call conf_phys( ngrid,nlayer,nqtot)74 call ini_fillgeom(klon_omp,rlatd,rlond,airephy) 75 call conf_phys(klon_omp,nlayer,nqtot) 76 76 77 77 !$OMP END PARALLEL
Note: See TracChangeset
for help on using the changeset viewer.