Ignore:
Timestamp:
Jun 13, 2011, 1:53:37 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: changements cosmetiques (print etc...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/phys/module_lmd_driver.F

    r154 r155  
    328328! **** needed but hardcoded
    329329
    330 
    331 PRINT *, ips, ipe, jps, jpe
    332 PRINT *, ngrid
    333 
    334 
     330          !PRINT *, ips, ipe, jps, jpe
     331          !PRINT *, ngrid
    335332
    336333elaps = (float(itimestep)-1.)*dt  ! elapsed seconds of simulation
     
    457454!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    458455!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    459 print *, 'compute stats'
    460456IF (test2.EQ.0) THEN
     457  print *, 'compute stats'
    461458  print *, 'RESET'
    462459   uave  = uave*0.
     
    12731270!! display !
    12741271!!---------!
    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'
    12771274!!PRINT *, 'max',MAXVAL(RUBLTEN, MASK=RUBLTEN/=0.),&
    12781275!!        ' at',MAXLOC(RUBLTEN, MASK=RUBLTEN/=0.)
     
    12801277!!        ' at',MINLOC(RUBLTEN, MASK=RUBLTEN/=0.)
    12811278!PRINT *, RUBLTEN(10,1,10), RUBLTEN(10,15,10)
    1282 PRINT *, 'v non-zero tendencies'
     1279!PRINT *, 'v non-zero tendencies'
    12831280!!PRINT *, 'max',MAXVAL(RVBLTEN, MASK=RVBLTEN/=0.),&
    12841281!!        ' at',MAXLOC(RVBLTEN, MASK=RVBLTEN/=0.)
Note: See TracChangeset for help on using the changeset viewer.