Ignore:
Timestamp:
Jul 14, 2011, 3:37:47 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: user manual. finished a much corrected version for preprocessing chapter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_full

    r11 r223  
    1717 io_form_boundary = 2        !! (*) Choice of NETCDF for ouputs
    1818 debug_level      = 0        !! (*) Verbose level
    19  !!
    20  !! OPTIONAL
    21  !!
     19 !!!!! OPTIONAL !!!!!!!!!!!!!!!
    2220 interval_seconds = 3700     !! (p2) Frequency of large-scale fields update (s)
    2321 input_from_file = T,        !! (n)(p2) Initialize a given domain with an input file
    2422 /
    25 
    2623
    2724 &domains
     
    3330 e_vert = 61,                !! (r)(p2) Number of vertical levels
    3431 p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
    35  !!
    36  !! OPTIONAL
    37  !!
     32 !!!!! OPTIONAL !!!!!!!!!!!!!!!
    3833 time_step_fract_num = 0     !! Additional fraction to time_step: numerator
    3934 time_step_fract_den = 1     !! Additional fraction to time_step: denominator
     
    5348
    5449 &physics
    55  !!
    56  !! OPTIONAL
    57  !!
     50 !!!!! OPTIONAL !!!!!!!!!!!!!!!
    5851 radt = 1,                   !! Ratio between physical and dynamical time step
    5952 mars =  0,                  !! (r)(p2) Configuration of tracers:
     
    7164
    7265 &dynamics
    73  !!
    74  !! OPTIONAL
    75  !!
     66 !!!!! OPTIONAL !!!!!!!!!!!!!!!
    7667 time_step_sound = 6,        !! Ratio of time step dynamic/acoustic integration
    7768                             !!   NB: an increase could help solve instabilities
    7869 non_hydrostatic = T,        !! Integrate in non-hydrostatic/hydrostatic mode
    79  pd_scalar = F,              !! Positive-definite advection scheme for tracers
     70 pd_scalar = T,              !! Positive-definite advection scheme for tracers
    8071 !!
    8172 diff_opt = 1                !! (*d) Diffusion option [set to 0 if LES or GCM]
     
    9384
    9485 &bdy_control
    95  !!
    96  !! OPTIONAL
    97  !!
     86 !!!!! OPTIONAL !!!!!!!!!!!!!!!
    9887 specified = T,              !! (n)(p3) Boundary conditions specified by GCM
    9988 nested = F,                 !! (n)(p3) Boundary conditions from parent domain
     
    10998 /
    11099
     100 !!!!! DO NOT MODIFY !!!!!!!!!!
    111101 &grib2
    112102 /
Note: See TracChangeset for help on using the changeset viewer.