Changeset 2320 for LMDZ5/trunk/libf/dynlonlat_phylonlat/phydev
- Timestamp:
- Jul 1, 2015, 3:57:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynlonlat_phylonlat/phydev/iniphysiq.F90
r2311 r2320 18 18 rlond, & ! longitudes 19 19 rlatd ! latitudes 20 USE infotrac, ONLY: nqtot, type_trac 21 USE infotrac_phy, ONLY: init_infotrac_phy 20 22 ! USE comcstphy, ONLY: rradius, & ! planet radius (m) 21 23 ! rr, & ! recuced gas constant: R/molar mass of atm … … 122 124 ! Initialize physical constants in physics: 123 125 CALL inifis(prad,pg,pr,pcpp) 126 127 ! Initialize tracer names, numbers, etc. for physics 128 CALL init_infotrac_phy(nqtot,type_trac) 124 129 125 130 ! Now generate local lon/lat/cu/cv/area arrays
Note: See TracChangeset
for help on using the changeset viewer.