Changeset 3050 for LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat
- Timestamp:
- Oct 30, 2017, 10:20:20 AM (7 years ago)
- Location:
- LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phydev/iniphysiq_mod.F90
r2588 r3050 71 71 CALL inifis(prad,pg,pr,pcpp) 72 72 73 ! Initialize dimphy module74 CALL Init_dimphy(klon_omp,nlayer)75 76 73 ! Initialize tracer names, numbers, etc. for physics 77 74 CALL init_infotrac_phy(nqtot,type_trac) -
LMDZ6/branches/DYNAMICO-conv/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r3002 r3050 115 115 116 116 ! Initialize dimphy module (unless in 1D where it has already been done) 117 IF (klon_glo>1) CALL Init_dimphy(klon_omp,nlayer)117 ! IF (klon_glo>1) CALL Init_dimphy(klon_omp,nlayer) 118 118 119 119 ! Copy over "offline" settings
Note: See TracChangeset
for help on using the changeset viewer.