Changeset 2511 for trunk/MESOSCALE


Ignore:
Timestamp:
Apr 30, 2021, 9:55:53 PM (4 years ago)
Author:
aslmd
Message:

update of r2507: streamlining day_end from dynamics to physics to avoid using a dynamical module in the physics. put changes in 3 interfaces: LMDZ, DYNAMICO, and WRF

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  
    3636real,intent(in) :: piphysiq   ! call physics every piphysiq dynamical timesteps
    3737
     38! used in GCM but not in mesoscale. dummy initialization.
     39integer :: pdayend=0 ! end day of for the simulation [day_end]
     40
    3841! isotopes
    3942INTEGER :: nqperes
     
    5659!! initialize physical constants and arrays
    5760call phys_state_var_init(ngrid,nlayer,nq, traceurs, &
    58                          pdayref,phour_ini,punjours,zdt_split, &
     61                         pdayref,pdayend,phour_ini,punjours,zdt_split, &
    5962                         prad,pg,pr,pcpp, &
    6063                         nqperes,nqfils)
Note: See TracChangeset for help on using the changeset viewer.