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/radiation_AR4.F90

    r2311 r2320  
    485485  USE dimphy
    486486  USE radiation_ar4_param, ONLY: rsun, rray
    487   USE infotrac, ONLY: type_trac
     487  USE infotrac_phy, ONLY: type_trac
    488488#ifdef REPROBUS
    489489  USE chem_rep, ONLY: rsuntime, ok_suntime
     
    709709  USE dimphy
    710710  USE radiation_ar4_param, ONLY: rsun, rray
    711   USE infotrac, ONLY: type_trac
     711  USE infotrac_phy, ONLY: type_trac
    712712#ifdef REPROBUS
    713713  USE chem_rep, ONLY: rsuntime, ok_suntime
     
    23422342  USE dimphy
    23432343  USE radiation_ar4_param, ONLY: tref, rt1, raer, at, bt, oct
    2344   USE infotrac, ONLY: type_trac
     2344  USE infotrac_phy, ONLY: type_trac
    23452345#ifdef REPROBUS
    23462346  USE chem_rep, ONLY: rch42d, rn2o2d, rcfc112d, rcfc122d, ok_rtime2d
Note: See TracChangeset for help on using the changeset viewer.