Changeset 2641 for LMDZ5/branches/testing/libf/dynphy_lonlat/phymar
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dynphy_lonlat/phymar/iniphysiq_mod.F90
r2594 r2641 12 12 prad,pg,pr,pcpp,iflag_phys) 13 13 USE dimphy, ONLY: init_dimphy 14 USE comvert_mod, ONLY: preff, ap, bp, presnivs, scaleheight, pseudoalt 14 15 USE inigeomphy_mod, ONLY: inigeomphy 16 USE vertical_layers_mod, ONLY : init_vertical_layers 15 17 USE infotrac, ONLY: nqtot 16 18 USE comcstphy, ONLY: rradius, & ! planet radius (m) … … 69 71 !$OMP PARALLEL 70 72 73 ! copy over preff , ap(), bp(), etc 74 CALL init_vertical_layers(nlayer,preff,scaleheight, & 75 ap,bp,presnivs,pseudoalt) 76 71 77 ! Initialize tracer names, numbers, etc. for physics 72 78 CALL init_infotrac_phy(nqtot)
Note: See TracChangeset
for help on using the changeset viewer.