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

MESOSCALE: changements cosmetiques (print etc...)

Location:
trunk/MESOSCALE/LMD_MM_MARS
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso

    r153 r155  
    2727
    2828scenario=""
    29 scenario="storm"
     29#scenario="storm"
    3030
    3131if [[ "${LMDMOD}" = "" ]]
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/vert_level/param.idl

    r11 r155  
    3737epsilon=100.
    3838elong_cos=2.*3.14/3.
    39 
     39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     40nlev=61
     41altmax=20. ;;100.
     42epsilon=100.
     43elong_cos=2.*3.14/3.
     44elong_cos=20.
  • 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.