Changeset 2599 for LMDZ5/trunk/libf/dynphy_lonlat
- Timestamp:
- Jul 22, 2016, 4:05:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dynphy_lonlat/phymar/iniphysiq_mod.F90
r2588 r2599 13 13 USE dimphy, ONLY: init_dimphy 14 14 USE inigeomphy_mod, ONLY: inigeomphy 15 USE vertical_layers_mod, ONLY : init_vertical_layers 15 16 USE infotrac, ONLY: nqtot 16 17 USE comcstphy, ONLY: rradius, & ! planet radius (m) … … 28 29 29 30 31 include "dimensions.h" 32 include "comvert.h" 30 33 include "iniprint.h" 31 34 … … 69 72 !$OMP PARALLEL 70 73 74 ! copy over preff , ap(), bp(), etc 75 CALL init_vertical_layers(nlayer,preff,scaleheight, & 76 ap,bp,presnivs,pseudoalt) 77 71 78 ! Initialize tracer names, numbers, etc. for physics 72 79 CALL init_infotrac_phy(nqtot)
Note: See TracChangeset
for help on using the changeset viewer.