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.

Location:
trunk/MESOSCALE/LMD_MM_MARS/SIMU
Files:
2 edited
1 copied

Legend:

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

    r218 r223  
    4242~~~~~~~~~~~~~~~~~~~~~~~~~~
    4343iradia    (the rad.transfer is computed every "iradia" physical timestep)
    44 37
     4410
    4545callg2d   (Output of the exchange coefficient mattrix ? for diagnostic only)
    4646F
     
    9191solarcondate (date for solar flux calculation: 1985 < date < 2002))
    92921993.4       (Solar min=1996.4 ave=1993.4 max=1990.6)
    93 
    94 
  • 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 /
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_minim

    r11 r223  
    11 &time_control
    2  start_year       = 2024,    !! (p1) Start Martian Year (20XX for MY XX)
    3  start_month      = 07,      !! (p1) Start Martian Month
    4  start_day        = 01,      !! (p1) Start Martian Day
    5  start_hour       = 06,      !! (p1) Start Martian Hour (at longitude 0)
    6  end_year         = 2024,    !! (p1) End Martian Year (20XX for MY XX)
    7  end_month        = 07,      !! (p1) End Martian Month
    8  end_day          = 02,      !! (p1) End Martian Day
    9  end_hour         = 06,      !! (p1) End Martian Hour (at longitude 0)
    10  history_interval    = 37,   !! Frequency of outputs (37 --> 3700s = 1 Martian hour) 
    11  frames_per_outfile  = 24,   !! Size of time dimension in files
    12  restart          = .false.  !! (*) Output restart files ?
    13  restart_interval = 8880     !! (*) Frequency of output restart files ?
    14  io_form_history  = 2        !! (*) Choice of NETCDF for ouputs
    15  io_form_restart  = 2        !! (*) Choice of NETCDF for ouputs    
    16  io_form_input    = 2        !! (*) Choice of NETCDF for ouputs
    17  io_form_boundary = 2        !! (*) Choice of NETCDF for ouputs
    18  debug_level      = 0        !! (*) Verbose level
     2 start_year       = 2024,   
     3 start_month      = 07,     
     4 start_day        = 01,   
     5 start_hour       = 06,     
     6 end_year         = 2024,   
     7 end_month        = 07,     
     8 end_day          = 02,     
     9 end_hour         = 06,     
     10 history_interval    = 37,   
     11 frames_per_outfile  = 24, 
     12 restart          = .false.
     13 restart_interval = 8880     
     14 io_form_history  = 2     
     15 io_form_restart  = 2         
     16 io_form_input    = 2     
     17 io_form_boundary = 2       
     18 debug_level      = 0       
    1919 /
    2020
    21 
    2221 &domains
    23  time_step   = 50            !! Dynamical timestep
    24  dx = 20000,                 !! (p2) Horizontal resolution
    25  dy = 20000,                 !! (p2) Horizontal resolution (should be equal to dx)
    26  e_we   = 61,                !! (r)(p2) Number of longitude grid points
    27  e_sn   = 61,                !! (r)(p2) Number of latitude grid points
    28  e_vert = 61,                !! (r)(p2) Number of vertical levels
    29  p_top_requested = 5         !! (p3) Chosen value of pressure at the top of the model
     22 time_step   = 50         
     23 dx = 20000,               
     24 dy = 20000,               
     25 e_we   = 61,             
     26 e_sn   = 61,             
     27 e_vert = 61,             
     28 p_top_requested = 5     
    3029 /
    3130
     
    4544 /
    4645
    47  &namelist_quilt              !! (*)
    48  nio_tasks_per_group = 0,     !! (*)
    49  nio_groups = 1,              !! (*)
    50  /                            !! (*)
     46 &namelist_quilt             
     47 nio_tasks_per_group = 0,     
     48 nio_groups = 1,             
     49 /                           
Note: See TracChangeset for help on using the changeset viewer.