Changeset 223 for trunk/MESOSCALE


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
Files:
3 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 /                           
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WPS/wps_mars/namelist.wps_TEST

    r11 r223  
    11&share                                 
    2  wrf_core = 'ARW',                    !!   [do not modify: choice of dynamical core]
    3  max_dom = 1,                         !! number of simulation domains
    4  start_date = '0000-00-00_00:00:00'   !! YYYY-MM-DD_HH:mm:ss start date
    5  end_date   = '1111-11-11_11:11:11'   !! YYYY-MM-DD_HH:mm:ss end date
    6  interval_seconds = 3700              !! frequency of GCM updates [1 Mars hour = 3700 s]
    7  io_form_geogrid = 2,                 !!   [do not modify: choice of NETCDF outputs]   
    8  debug_level = 0,                     !! verbose level of the programs
    9  opt_output_from_geogrid_path='./'    !! location of the geogrid outputs
     2 wrf_core = 'ARW',                   !!   [do not modify: choice of dynamical core]
     3 max_dom = 1,                        !! number of simulation domains
     4 start_date = '0000-00-00_00:00:00'  !! YYYY-MM-DD_HH:mm:ss start date
     5 end_date   = '1111-11-11_11:11:11'  !! YYYY-MM-DD_HH:mm:ss end date
     6 interval_seconds = 3700             !! frequency of GCM updates [1 Mars hour = 3700 s]
     7 io_form_geogrid = 2,                !!   [do not modify: choice of NETCDF outputs]     
     8 debug_level = 0,                    !! verbose level of the programs
     9 opt_output_from_geogrid_path='./'   !! location of the geogrid outputs
    1010/
    1111
    12 
    1312&geogrid
    14  parent_id         =   1,         !! number identifying the related parent domain
    15  parent_grid_ratio =   1,         !! ratio between parent and nested domains
    16  i_parent_start    =   1,         !! x-position of the southwest corner of nest
    17  j_parent_start    =   1,         !! y-position of the southwest corner of nest
    18  e_we              =  61,         !! number of longitude grid points
    19  e_sn              =  61,         !! number of latitude grid points
    20  geog_data_res     = 'gcm'        !! choice of static data sources
    21                                   !! NB: possible: '64ppd', '32ppd', ...
    22                                   !! NB: please glance at geogrid/GEOGRID.TBL
    23  dx = 20000,                      !! resolution (meters) in the x-dimension     
    24  dy = 20000,                      !! resolution (meters) in the y-dimension     
    25  map_proj = 'mercator',           !! map projection: 'mercator', 'lambert' or 'polar'
    26  ref_lat   =  -12.,               !! north latitude of the center of the domain
    27  ref_lon   =  239.,               !! east longitude of the center of the domain
    28  truelat1  =  0.0,                !! (lambert or polar) lat position of projection cone
    29  truelat2  =  0.0,                !!   [do not modify]
    30  stand_lon =  0.0,                !! (lambert or polar) lon position of projection cone
    31  geog_data_path = './WPS_GEOG',   !!   [do not modify: symbolic link in the WPS folder]
     13 parent_id         =   1,        !! number identifying the related parent domain
     14 parent_grid_ratio =   1,        !! ratio between parent and nested domains
     15 i_parent_start    =   1,        !! x-position of the southwest corner of nest
     16 j_parent_start    =   1,        !! y-position of the southwest corner of nest
     17 e_we              =  61,        !! number of longitude grid points
     18 e_sn              =  61,        !! number of latitude grid points
     19 geog_data_res     = 'gcm'       !! static data sources: '64ppd','32ppd',... cf.GEOGRID.TBL
     20 dx = 20000,                     !! resolution (meters) in the x-dimension     
     21 dy = 20000,                     !! resolution (meters) in the y-dimension     
     22 map_proj = 'mercator',          !! map projection: 'mercator', 'lambert' or 'polar'
     23 ref_lat   =  -12.,              !! north latitude of the center of the domain
     24 ref_lon   =  239.,              !! east longitude of the center of the domain
     25 truelat1  =  0.0,               !! (lambert or polar) lat position of projection cone
     26 truelat2  =  0.0,               !!   [do not modify]
     27 stand_lon =  0.0,               !! (lambert or polar) lon position of projection cone
     28 geog_data_path = './WPS_GEOG',  !!   [do not modify: symbolic link in the WPS folder]
    3229/
    3330
    3431&metgrid
    35  fg_name = './WPSFEED/LMD'        !!   [do not modify: symbolic link in the WPS folder]
    36  io_form_metgrid = 2,             !!   [do not modify: choice of NETCDF outputs]
     32 fg_name = './WPSFEED/LMD'       !!   [do not modify: symbolic link in the WPS folder]
     33 io_form_metgrid = 2,            !!   [do not modify: choice of NETCDF outputs]
    3734 opt_output_from_metgrid_path='./WRFFEED/current'  !!   [do not modify: symbolic link]
    3835/
Note: See TracChangeset for help on using the changeset viewer.