Changeset 223 for trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_minim
- Timestamp:
- Jul 14, 2011, 3:37:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_minim
r11 r223 1 1 &time_control 2 start_year = 2024, !! (p1) Start Martian Year (20XX for MY XX)3 start_month = 07, !! (p1) Start Martian Month4 start_day = 01, !! (p1) Start Martian Day5 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 Month8 end_day = 02, !! (p1) End Martian Day9 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 files12 restart = .false. !! (*) Output restart files ?13 restart_interval = 8880 !! (*) Frequency of output restart files ?14 io_form_history = 2 !! (*) Choice of NETCDF for ouputs15 io_form_restart = 2 !! (*) Choice of NETCDF for ouputs16 io_form_input = 2 !! (*) Choice of NETCDF for ouputs17 io_form_boundary = 2 !! (*) Choice of NETCDF for ouputs18 debug_level = 0 !! (*) Verbose level2 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 19 19 / 20 20 21 22 21 &domains 23 time_step = 50 !! Dynamical timestep24 dx = 20000, !! (p2) Horizontal resolution25 dy = 20000, !! (p2) Horizontal resolution (should be equal to dx)26 e_we = 61, !! (r)(p2) Number of longitude grid points27 e_sn = 61, !! (r)(p2) Number of latitude grid points28 e_vert = 61, !! (r)(p2) Number of vertical levels29 p_top_requested = 5 !! (p3) Chosen value of pressure at the top of the model22 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 30 29 / 31 30 … … 45 44 / 46 45 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.