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_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.