Ignore:
Timestamp:
Jul 1, 2015, 3:57:32 PM (10 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/dynlonlat_phylonlat/phydev/iniphysiq.F90

    r2311 r2320  
    1818                        rlond, & ! longitudes
    1919                        rlatd ! latitudes
     20  USE infotrac, ONLY: nqtot, type_trac
     21  USE infotrac_phy, ONLY: init_infotrac_phy
    2022!  USE comcstphy, ONLY: rradius, & ! planet radius (m)
    2123!                       rr, & ! recuced gas constant: R/molar mass of atm
     
    122124  ! Initialize physical constants in physics:
    123125  CALL inifis(prad,pg,pr,pcpp)
     126 
     127  ! Initialize tracer names, numbers, etc. for physics
     128  CALL init_infotrac_phy(nqtot,type_trac)
    124129
    125130  ! Now generate local lon/lat/cu/cv/area arrays
Note: See TracChangeset for help on using the changeset viewer.