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

    r2311 r2320  
    8888    USE comgeomphy
    8989    USE mod_phys_lmdz_transfert_para
    90     USE infotrac
     90    USE infotrac_phy, ONLY: nbtr, nqo, niadv, tname
    9191    USE IOIPSL
    9292    USE surface_data, ONLY : ok_veget, type_ocean
     
    304304! - Calculate CO2 flux to send to ocean and land models (PISCES and ORCHIDEE)
    305305
    306     USE infotrac
     306    USE infotrac_phy, ONLY: nbtr
    307307    USE dimphy
    308308    USE mod_phys_lmdz_transfert_para
Note: See TracChangeset for help on using the changeset viewer.