Ignore:
Timestamp:
Jul 1, 2015, 3:57:32 PM (9 years ago)
Author:
Ehouarn Millour
Message:

Physics/dynamics separation: make an infotrac_phy module, which should be used from within the physics, and is initialized from infotrac (dynamics) via iniphysiq.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/traclmdz_mod.F90

    r2311 r2320  
    6767   
    6868    USE dimphy
    69     USE infotrac
     69    USE infotrac_phy
    7070   
    7171    ! Input argument
     
    8989    ! Initialization of the tracers should be done here only for those not found in the restart file.
    9090    USE dimphy
    91     USE infotrac
     91    USE infotrac_phy
    9292    USE regr_pr_comb_coefoz_m, ONLY: alloc_coefoz
    9393    USE press_coefoz_m, ONLY: press_coefoz
     
    343343   
    344344    USE dimphy
    345     USE infotrac
     345    USE infotrac_phy
    346346    USE regr_pr_comb_coefoz_m, ONLY: regr_pr_comb_coefoz
    347347    USE o3_chem_m, ONLY: o3_chem
     
    626626    ! variable trs is written to restart file (restartphy.nc)
    627627    USE dimphy
    628     USE infotrac
     628    USE infotrac_phy
    629629   
    630630    REAL,DIMENSION(klon,nbtr), INTENT(OUT) :: trs_out
Note: See TracChangeset for help on using the changeset viewer.