Changeset 2511 for trunk/MESOSCALE
- Timestamp:
- Apr 30, 2021, 9:55:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/dynphy_wrf_mars_lmd_new/iniphysiq_mod.F
r2455 r2511 36 36 real,intent(in) :: piphysiq ! call physics every piphysiq dynamical timesteps 37 37 38 ! used in GCM but not in mesoscale. dummy initialization. 39 integer :: pdayend=0 ! end day of for the simulation [day_end] 40 38 41 ! isotopes 39 42 INTEGER :: nqperes … … 56 59 !! initialize physical constants and arrays 57 60 call phys_state_var_init(ngrid,nlayer,nq, traceurs, & 58 pdayref,p hour_ini,punjours,zdt_split, &61 pdayref,pdayend,phour_ini,punjours,zdt_split, & 59 62 prad,pg,pr,pcpp, & 60 63 nqperes,nqfils)
Note: See TracChangeset
for help on using the changeset viewer.