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/LMDZ.MARS/libf/dynphy_lonlat/phymars/iniphysiq_mod.F90

    r2332 r2511  
    1414                     nqperes,nqfils! MVals: variables isotopes
    1515use comgeomfi_h, only: ini_fillgeom
    16 use temps_mod, only: day_ini, hour_ini
     16use temps_mod, only: day_ini, day_end, hour_ini
    1717use phys_state_var_init_mod, only: phys_state_var_init
    1818use inigeomphy_mod, only: inigeomphy
     
    7171
    7272call phys_state_var_init(klon_omp,nlayer,nqtot,tname, &
    73                          day_ini,hour_ini,punjours,ptimestep, &
     73                         day_ini,day_end,hour_ini,&
     74                         punjours,ptimestep, &
    7475                         prad,pg,pr,pcpp, &
    7576                         nqperes,nqfils) ! MVals: variables isotopes
Note: See TracChangeset for help on using the changeset viewer.