Changeset 709


Ignore:
Timestamp:
Jun 22, 2012, 3:45:44 PM (12 years ago)
Author:
aslmd
Message:

MESOSCALE: set default r_aspect_thermals to 1 also in mesoscale. updated DEF files for reference THARSIS case (latest settings by TN).

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/calltherm_interface.F90

    r695 r709  
    209209                                ! very well with a sub-timestep of 10.
    210210         IF (firstcall) THEN
     211            r_aspect_thermals=1.  ! same value is OK for GCM and mesoscale
    211212#ifdef MESOSCALE
    212213            !! valid for timesteps < 200s
    213214            nsplit_thermals=4
    214             r_aspect_thermals=0.7
    215215#else
    216216            IF ((ptimestep .le. 3699.*24./96.) .and. (iradia .eq. 1)) THEN
     
    219219               nsplit_thermals=35
    220220            ENDIF
    221             r_aspect_thermals=1.
    222221#endif
    223222            call getin("nsplit_thermals",nsplit_thermals)
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars11_radact_therm

    r598 r709  
    1 ## Thermals Options
    2 ##~~~~~~~~~~~~~~~~~
    3 # Activate thermals :
    4 calltherm = .true.
    5 callrichsl = .true.
    6 #nsplit_thermals = 10
    7 
    8 nircorr = 0
    9 
    101##General options
    112##~~~~~~~~~~~~~~~
    123#Directory where external input files are
    13 datadir = /san/home/spiga/DATAFILE/ 
     4datadir = /san/home/spiga/DATAFILE/
    145datadir = /d5/aslmd/datafile/
     6datadir=/users/forget/WWW/datagcm/datafile/
    157
    168#Run with or without tracer transport ?
     
    4133iaervar = 26
    4234# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
    43 tauvis=0.2
     35tauvis=0.1
    4436# Dust vertical distribution:
    4537# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
     
    5648callnlte = .false.
    5749# call CO2 NIR absorption ?   matters only if callrad=T
    58 callnirco2 = .false.
     50callnirco2 = .true.
    5951# call turbulent vertical diffusion ?
    6052calldifv  = .true.
     
    8678active  = .true.
    8779# DUST: use mass and number mixing ratios to predict dust size ?
    88 doubleq   = .true. 
     80doubleq   = .true.
    8981# DUST: lifted by GCM surface winds ?
    90 lifting = .true. 
     82lifting = .true.
    9183# DUST: lifted by dust devils ?
    9284callddevil = .false.
     
    9991# WATER: Compute water cycle
    10092water = .true.
     93# WATER: Microphysical scheme for water-ice clouds?
     94microphys = .false.
     95# WATER: parameter contact
     96mteta = 0.95
    10197# WATER: current permanent caps at both poles. True IS RECOMMENDED
    10298#        (with .true., North cap is a source of water and South pole
    10399#         is a cold trap)
    104100caps  = .true.
     101# WATER: Water ice albedo ?
     102albedo_h2o_ice = 0.35
     103# WATER: Water ice thermal inertia
     104inert_h2o_ice = 800
     105# WATER: Frost thickness threshold for albedo
     106frost_albedo_threshold = 0.005
     107nuice_sed=0.1
     108icedryness=1
     109nircorr=0
     110imicro = 2
    105111# PHOTOCHEMISTRY: include chemical species
    106112photochem  = .false.
     
    127133       
    128134
    129 
     135## Thermals
     136## ~~~~~~~~
     137calltherm = .true.
     138callrichsl = .true.
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/namelist.input

    r515 r709  
    33 start_month      = 05,      !! (p1) Start Martian Month
    44 start_day        = 01,      !! (p1) Start Martian Day
    5  start_hour       = 01,      !! (p1) Start Martian Hour (at longitude 0)
     5 start_hour       = 06,      !! (p1) Start Martian Hour (at longitude 0)
    66 end_year         = 2024,    !! (p1) End Martian Year (20XX for MY XX)
    77 end_month        = 05,      !! (p1) End Martian Month
    8  end_day          = 09,      !! (p1) End Martian Day
    9  end_hour         = 01,      !! (p1) End Martian Hour (at longitude 0)
     8 end_day          = 03,      !! (p1) End Martian Day
     9 end_hour         = 06,      !! (p1) End Martian Hour (at longitude 0)
    1010 history_interval    = 37,   !! Frequency of outputs (37 --> 3700s = 1 Martian hour) 
    1111 frames_per_outfile  = 24,   !! Size of time dimension in files
     
    3434
    3535 &physics
    36  mars = 1
     36 mars = 12 !0 !1
    3737 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE
    3838 /
     
    4040 &dynamics
    4141 tiso = 100.
    42  diff_6th_opt = 0
     42 diff_6th_opt = 0  !!also works without
    4343 /
    4444
Note: See TracChangeset for help on using the changeset viewer.