Ignore:
Timestamp:
Aug 5, 2011, 4:48:44 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: major commit at an absurd hour. new version for user manual finished.

File:
1 edited

Legend:

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

    r258 r262  
    2323
    2424 &domains
    25  time_step   = 50            !! Dynamical timestep
     25 time_step   = 30            !! Dynamical timestep
    2626 dx = 20000,                 !! (p2) Horizontal resolution
    2727 dy = 20000,                 !! (p2) Horizontal resolution (should be equal to dx)
     
    3333 time_step_fract_num = 0     !! Additional fraction to time_step: numerator
    3434 time_step_fract_den = 1     !! Additional fraction to time_step: denominator
    35  num_metgrid_levels = 26     !! (p1) number of vertical levels in GCM inputs (+1)
     35 num_metgrid_levels = 26     !! (p1) Number of vertical levels in GCM inputs (+1)
    3636 force_sfc_in_vinterp = 8    !! (p3) Number of levels hardwired in the PBL
    37                              !!         NB: decrease this parameter when low p_top_requested
     37                             !!       NB: decrease this parameter if low p_top_requested
    3838 max_dz = 1500.              !! (p3) Maximal interval (m) between vertical levels
    3939 eta_levels = -1.            !! (p3)  Specify a list of e_vert eta levels
     
    4545 parent_grid_ratio      = 1, !! (n)(p2) Ratio of horizontal resolution parent/nest
    4646 parent_time_step_ratio = 1, !! (n) Ratio of time step parent/nest
     47 feedback               = 0  !! (n) Define one-way nesting [0] or two-way nesting [1]
     48 smooth_option          = 2  !! (n) Smoothing option for parent domain (feedback=1)
     49                             !!      0: none; 1: 1-2-1 smooth; 2: smooth-desmooth
     50 blend_width            = 5  !! (n) Extent of blending zone for parent/nest boundaries
    4751 /
    4852
     
    5054 !!!!! OPTIONAL !!!!!!!!!!!!!!!
    5155 radt = 1,                   !! Ratio between physical and dynamical time step
     56                             !! ... 1 is recommended, >5 is not recommended
    5257 mars =  0,                  !! (r)(p2) Configuration of tracers:
    5358                             !!         0: no tracers, 1: water vapor + ice, 2: dust
     
    5863 init_WX = 0.,               !! (p3) \  Ini/bdy wind profile is everywhere equal to
    5964 init_WY = 0.,               !! (p3) /  the wind profile @ grid pt (init_WX,init_WY)
    60  init_MU = 0.,               !! (p3) Multiply ini & bdy zonal wind by init_U
    61  init_MV = 0.,               !! (p3) Multiply ini & bdy meridional wind by init_V
    62  init_LES = F,               !! (p3) Uniform domain initialization for LES
    63  num_soil_layers = 10.       !! (r)(p1) Number of layers in soil model [set to 18 for newphys]
     65 init_MU = 0.,               !! (p3) Multiply ini & bdy zonal wind by init_MU
     66 init_MV = 0.,               !! (p3) Multiply ini & bdy meridional wind by init_MV
     67 num_soil_layers = 10.       !! (r)(p1) Number of layers in soil model
    6468 /
    6569
     
    7276 tiso = 140.,                !! (p3) Temperature at which base profile is isotherm
    7377 !!
    74  diff_opt = 1                !! (*d) Diffusion option [set to 0 if LES or GCM]
     78 diff_opt = 1                !! (*d) Diffusion option [set to 0 if GCM-like]
    7579 km_opt = 4                  !! (*d) Eddy coefficient option           
    76  diff_6th_opt = 2,           !! (*d) Knievel numerical diffusion [set to 0 if LES]     
     80 diff_6th_opt = 2,           !! (*d) Knievel numerical diffusion
    7781 diff_6th_factor = 0.2,      !! (*d) Knievel numerical coeff. [set to 0.5 if GCM]       
    7882 smdiv = 0.1,                !! (*d) Divergence damping
     
    96100 open_ye = F,                !! (p3) Open boundary conditions @ northern boundary
    97101 spec_bdy_width = 5          !! (p3) Width of transition zone with specified=T
    98                              !!      NB: spec_bdy_width must equal relax_zone+1
     102                             !!      (spec_bdy_width must be equal to relax_zone+1)
    99103 relax_zone = 4              !! (p3) Width of relaxation zone with specified=T
    100104 /
     
    111115 nio_groups = 1,              !! (*)
    112116 /                            !! (*)
     117 !!!!! DO NOT MODIFY !!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.