Changeset 1524 for trunk/LMDZ.TITAN/libf


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

Location:
trunk/LMDZ.TITAN/libf
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/phyetat0.F90

    r1443 r1524  
    1515      USE comgeomphy,  only: rlatd,rlond
    1616      USE control_mod, only: raz_date
    17       USE temps_mod, only: itau_phy
     17      USE time_phylmdz_mod, only: itau_phy
    1818
    1919implicit none
  • trunk/LMDZ.TITAN/libf/phytitan/phyredem.F90

    r1443 r1524  
    1414      USE comgeomphy,  only: rlatd,rlond
    1515      USE control_mod, only: raz_date
    16       USE temps_mod, only: day_end, annee_ref, itau_phy
     16      USE time_phylmdz_mod, only: day_end, annee_ref, itau_phy
    1717
    1818      implicit none
  • trunk/LMDZ.TITAN/libf/phytitan/physiq.F

    r1443 r1524  
    7272      USE moyzon_mod
    7373      USE write_field_phy
    74       USE temps_mod, only: itau_phy,day_ref,annee_ref
     74      USE time_phylmdz_mod, only: itau_phy,day_ref,annee_ref
    7575      USE logic_mod, only: iflag_trac,moyzon_ch,moyzon_mu
    7676      IMPLICIT none
Note: See TracChangeset for help on using the changeset viewer.