Ignore:
Timestamp:
Jun 17, 2015, 11:51:08 AM (10 years ago)
Author:
aslmd
Message:

MESOSCALE. can now use same callphys than GCM. necessary changes are in run.def. modified initracer to be compliant with lifting differences. and also made GCM 29 levels by default.

Location:
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN
Files:
2 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/callphys.def

    r1434 r1455  
    1818#Save statistics in file "stats.nc" ?
    1919callstats =.true.
    20 callstats =.false.
    2120
    2221#Save EOF profiles in file "profiles" for Climate Database?
     
    7271# call Lott's gravity wave/subgrid topography scheme ?
    7372calllott  = .true.
    74 calllott  = .false.
    7573# Impose polar cap surface albedos as observed by TES?
    7674TESicealbedo = .true.
    77 TESicealbedo = .false.
    7875## Coefficient for Northern cap albedoes
    7976TESice_Ncoef=1.6
     
    10198# DUST: lifted by GCM surface winds ?
    10299lifting = .true.
    103 lifting = .false.
    104100# DUST: lifted by dust devils ?
    105101callddevil = .false.
     
    110106# WATERICE: Radiatively active transported atmospheric water ice ?
    111107activice   = .true.
    112 #activice   = .false.
    113108# WATER: Compute water cycle
    114109water = .true.
    115110# WATER: Microphysical scheme for water-ice clouds?
    116111microphys = .true.
    117 # WATER: microphysics sub-timestep
    118 imicro = 1
     112## WATER: microphysics sub-timestep
     113#imicro = 15
    119114# WATER: parameter contact
    120115mteta = 0.95
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/namelist.input

    r1434 r1455  
    3131 !! OPTIONAL
    3232 !!
    33  num_metgrid_levels = 36     !! (p1) number of vertical levels in GCM inputs (+1)
     33 num_metgrid_levels = 30     !! (p1) number of vertical levels in GCM inputs (+1)
    3434 /
    3535
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/run.def

    r1434 r1455  
    11# some definitions for the physics, in file 'callphys.def'
    22INCLUDEDEF=callphys.def
     3
     4# some settings specific to MESOSCALE
     5# -- should not be modified!
     6callstats    = .false.
     7calllott     = .false.
     8TESicealbedo = .false.
Note: See TracChangeset for help on using the changeset viewer.