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/tabfi.F

    r1266 r1524  
    5050      use iostart, only: get_var
    5151      use mod_phys_lmdz_para, only: is_parallel
    52       use comcstfi_h
    53       use planete_h
     52      use comcstfi_h, only: g, mugaz, omeg, rad, rcp
     53      use time_phylmdz_mod, only: daysec, dtphys
     54      use planete_h, only: aphelie, emin_turb, lmixmin, obliquit,
     55     &                     peri_day, periheli, year_day
    5456      implicit none
    5557 
     
    541543      write(*,*)
    542544
    543       ENDIF                     !       of if (Lmodif == 1)
     545      ENDIF ! of if (Lmodif == 1)
    544546
    545547c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.