Changeset 155 for trunk/MESOSCALE/LMD_MM_MARS
- Timestamp:
- Jun 13, 2011, 1:53:37 PM (13 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso
r153 r155 27 27 28 28 scenario="" 29 scenario="storm"29 #scenario="storm" 30 30 31 31 if [[ "${LMDMOD}" = "" ]] -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/vert_level/param.idl
r11 r155 37 37 epsilon=100. 38 38 elong_cos=2.*3.14/3. 39 39 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 40 nlev=61 41 altmax=20. ;;100. 42 epsilon=100. 43 elong_cos=2.*3.14/3. 44 elong_cos=20. -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F
r154 r155 328 328 ! **** needed but hardcoded 329 329 330 331 PRINT *, ips, ipe, jps, jpe 332 PRINT *, ngrid 333 334 330 !PRINT *, ips, ipe, jps, jpe 331 !PRINT *, ngrid 335 332 336 333 elaps = (float(itimestep)-1.)*dt ! elapsed seconds of simulation … … 457 454 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 458 455 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 459 print *, 'compute stats'460 456 IF (test2.EQ.0) THEN 457 print *, 'compute stats' 461 458 print *, 'RESET' 462 459 uave = uave*0. … … 1273 1270 !! display ! 1274 1271 !!---------! 1275 PRINT *, '** Mars ** Results from LMD physics'1276 PRINT *, 'u non-zero tendencies'1272 !PRINT *, '** Mars ** Results from LMD physics' 1273 !PRINT *, 'u non-zero tendencies' 1277 1274 !!PRINT *, 'max',MAXVAL(RUBLTEN, MASK=RUBLTEN/=0.),& 1278 1275 !! ' at',MAXLOC(RUBLTEN, MASK=RUBLTEN/=0.) … … 1280 1277 !! ' at',MINLOC(RUBLTEN, MASK=RUBLTEN/=0.) 1281 1278 !PRINT *, RUBLTEN(10,1,10), RUBLTEN(10,15,10) 1282 PRINT *, 'v non-zero tendencies'1279 !PRINT *, 'v non-zero tendencies' 1283 1280 !!PRINT *, 'max',MAXVAL(RVBLTEN, MASK=RVBLTEN/=0.),& 1284 1281 !! ' at',MAXLOC(RVBLTEN, MASK=RVBLTEN/=0.)
Note: See TracChangeset
for help on using the changeset viewer.