Changeset 4117


Ignore:
Timestamp:
Mar 29, 2022, 12:17:43 PM (2 years ago)
Author:
Ehouarn Millour
Message:

Enforce the dynamics/physics separation: use data from modules within phylmd rather than try to get the same from the dynamics.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/iophys.F90

    r4110 r4117  
    116116      USE dimphy, ONLY: klev
    117117      USE mod_grid_phy_lmdz, ONLY: klon_glo
    118       USE temps_mod, ONLY : day_ini,annee_ref,day_ref
    119       USE temps_mod, ONLY : jD_ref,jH_ref,start_time, calend
    120       USE comconst_mod, ONLY: daysec
    121 
     118      USE time_phylmdz_mod, ONLY : annee_ref, day_ref, day_ini
     119      USE phys_cal_mod, ONLY : calend
    122120
    123121      IMPLICIT NONE
    124122
     123      include "YOMCST.h"
    125124!=======================================================================
    126125!
     
    171170mois0=day_ref/30+1
    172171an0=annee_ref
    173 t0=(day_ini-1)*daysec
     172t0=(day_ini-1)*RDAY
    174173calendrier=calend
    175174
Note: See TracChangeset for help on using the changeset viewer.