Changeset 155 for trunk/MESOSCALE/LMD_MM_MARS/SRC
- Timestamp:
- Jun 13, 2011, 1:53:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.