Ignore:
Timestamp:
Mar 29, 2016, 11:45:49 AM (9 years ago)
Author:
emillour
Message:

All GCMS:
More updates to enforce dynamics/physics separation:

get rid of references to "temps_mod" from physics packages;
make a "time_phylmdz_mod.F90" module to store that
information and fill it via "iniphysiq".

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/iniwrite.F

    r1422 r1524  
    22
    33      use comsoil_h, only: mlayer, nsoilmx
    4       USE comcstfi_h
     4      USE comcstfi_h, only: g, mugaz, omeg, rad, rcp, pi
    55      USE comvert_mod, ONLY: ap,bp,aps,bps,pseudoalt
    66      USE logic_mod, ONLY: fxyhypb,ysinus
    77      USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy
    8       USE temps_mod, ONLY: hour_ini
     8      USE time_phylmdz_mod, ONLY: hour_ini, daysec, dtphys
    99      USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0
    1010      IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.