- Timestamp:
- Aug 19, 2020, 10:44:27 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynphy_lonlat/phyvenus/newstart.F
r2135 r2405 250 250 c dans run.def 251 251 CALL getin('planet_type',planet_type) 252 cpofT = .False. 253 if (planet_type.eq."venus") then 254 cpofT = .True. 255 endif 256 CALL getin('cpofT',cpofT) 252 257 call ini_cpdet 253 258 … … 1215 1220 ! pour info: 1216 1221 ! Si extension verticale, on impose u=0 au-dessus de lmold 1217 1222 ! if (presnivs(l).lt.presnivsold(lmold)) ucov( i,j,l ) = 0 1218 1223 end do 1219 1224 end do … … 1232 1237 ! pour info: 1233 1238 ! Si extension verticale, on impose v=0 au-dessus de lmold 1234 1239 ! if (presnivs(l).lt.presnivsold(lmold)) vcov( i,j,l ) = 0 1235 1240 end do 1236 1241 vcov( iip1,j,l ) = vcov( 1,j,l )
Note: See TracChangeset
for help on using the changeset viewer.