Changeset 1524 for trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars
- Timestamp:
- Mar 29, 2016, 11:45:49 AM (9 years ago)
- Location:
- trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/iniphysiq_mod.F90
r1523 r1524 23 23 use infotrac, only : nqtot ! number of advected tracers 24 24 use comgeomfi_h, only: ini_fillgeom 25 use temps_mod, only: day_ini, hour_ini 26 use phys_state_var_init_mod, only: phys_state_var_init 25 27 use regular_lonlat_mod, only: init_regular_lonlat, & 26 28 east, west, north, south, & … … 171 173 ! and do some initializations 172 174 call phys_state_var_init(klon_omp,nlayer,nqtot, & 173 punjours,ptimestep,prad,pg,pr,pcpp) 175 day_ini,hour_ini,punjours,ptimestep, & 176 prad,pg,pr,pcpp) 174 177 call ini_fillgeom(klon_omp,rlatd,rlond,airephy) 175 178 call conf_phys(klon_omp,nlayer,nqtot) 179 180 ! Initialize some "temporal and calendar" related variables 181 !CALL init_time(day_ini,hour_ini,punjours,ptimestep) 176 182 177 183 !$OMP END PARALLEL -
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/newstart.F
r1433 r1524 41 41 USE temps_mod, ONLY: day_ini,hour_ini 42 42 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 43 USE phys_state_var_init_mod, ONLY: phys_state_var_init 43 44 44 45 implicit none … … 373 374 ! 'datafile' path may be changed by user) 374 375 call phys_state_var_init(ngridmx,llm,nqtot, 375 . daysec,dtphys,rad,g,r,cpp) 376 & day_ini,hour_ini,daysec,dtphys, 377 & rad,g,r,cpp) 376 378 call ini_fillgeom(ngridmx,latfi,lonfi,airefi) 377 379 call conf_phys(ngridmx,llm,nqtot)
Note: See TracChangeset
for help on using the changeset viewer.