Changeset 1525 for trunk/LMDZ.GENERIC/libf/dynlonlat_phylonlat
- Timestamp:
- Mar 30, 2016, 8:24:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynlonlat_phylonlat/phystd/iniphysiq_mod.F90
r1524 r1525 14 14 klon_omp_end, & ! end index of local omp subgrid 15 15 klon_mpi_begin ! start indes of columns (on local mpi grid) 16 16 use control_mod, only: nday 17 17 use comgeomphy, only : initcomgeomphy, & 18 18 airephy, & ! physics grid area (m2) … … 176 176 ! copy some fundamental parameters to physics 177 177 ! and do some initializations 178 call inifis(klon_omp,nlayer,nqtot,pdayref,punjours, ptimestep, &178 call inifis(klon_omp,nlayer,nqtot,pdayref,punjours,nday,ptimestep, & 179 179 rlatd,rlond,airephy,prad,pg,pr,pcpp) 180 180
Note: See TracChangeset
for help on using the changeset viewer.