Changeset 1870 for trunk/MESOSCALE
- Timestamp:
- Dec 19, 2017, 1:18:02 AM (7 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold
- Files:
-
- 8 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/gcm/start.nc
r1466 r1870 1 link ./startbase//start 257.nc1 link ./startbase//start14.nc -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/gcm/startfi.nc
r1466 r1870 1 link ./startbase//startfi 257.nc1 link ./startbase//startfi14.nc -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/namelist.input
r1466 r1870 1 1 &time_control 2 start_year = 2024, 2024, 20243 start_month = 01, 01, 014 start_day = 60, 60, 605 start_hour = 06, 06, 066 end_year = 2024, 2024, 20247 end_month = 02, 02, 028 end_day = 03, 03, 039 end_hour = 06, 06, 0610 history_interval = 37, 37, 3711 frames_per_outfile = 24, 24, 2412 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 2 start_year = 2024, !! (p1) Start Martian Year (20XX for MY XX) 3 start_month = 01, !! (p1) Start Martian Month 4 start_day = 17, !! (p1) Start Martian Day 5 start_hour = 02, !! (p1) Start Martian Hour (at longitude 0) 6 end_year = 2024, !! (p1) End Martian Year (20XX for MY XX) 7 end_month = 01, !! (p1) End Martian Month 8 end_day = 17, !! (p1) End Martian Day 9 end_hour = 12, !! (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 19 19 auxinput1_inname = "metgrid/met_em.d<domain>.<date>" 20 20 / 21 21 22 22 23 &domains 23 time_step = 40 24 p_top_requested = 10 25 max_dom = 3 26 grid_id = 1, 2, 3 27 parent_time_step_ratio = 1, 2, 2 28 parent_id = 0, 1, 2 29 parent_grid_ratio = 1, 3, 3 30 i_parent_start = 0, 59, 60 31 j_parent_start = 0, 58, 54 32 e_we = 177, 181, 181 33 e_sn = 177, 181, 181 34 e_vert = 61, 61, 61 35 dx = 54000, 18000, 6000, 36 dy = 54000, 18000, 6000, 37 feedback = 1 38 smooth_option = 2 39 blend_width = 5 24 time_step = 50 !! Dynamical timestep 25 dx = 20000, !! (p2) Horizontal resolution 26 dy = 20000, !! (p2) Horizontal resolution (should be equal to dx) 27 e_we = 61, !! (r)(p2) Number of longitude grid points 28 e_sn = 61, !! (r)(p2) Number of latitude grid points 29 e_vert = 61, !! (r)(p2) Number of vertical levels 30 p_top_requested = 5 !! (p3) Chosen value of pressure at the top of the model 40 31 !! 41 32 !! OPTIONAL … … 47 38 48 39 &physics 49 / 50 51 &fdda 40 !! 41 !! OPTIONAL 42 !! 43 init_TI = 100., !! Define constant thermal inertia value 44 init_AL = 0.27, !! Define constant albedo value 52 45 / 53 46 … … 56 49 !! OPTIONAL 57 50 !! 58 tiso = 100. 59 non_hydrostatic = F,F,F 51 pd_scalar = F 52 non_hydrostatic = F, !! Integrate in non-hydrostatic/hydrostatic mode 53 / 54 55 &bdy_control 56 !! 57 !! OPTIONAL 58 !! 59 spec_bdy_width = 3 !! (p3) Width of transition zone with specified=T 60 !! NB: spec_bdy_width must equal relax_zone+1 61 relax_zone = 2 !! (p3) Width of relaxation zone with specified=T 60 62 / 61 63 … … 63 65 / 64 66 65 &bdy_control 66 specified = T, F, F, 67 nested = F, T, T, 67 &fdda 68 68 / 69 69 70 !! DO NOT MODIFY 71 &namelist_quilt 72 nio_tasks_per_group = 0, 73 nio_groups = 1, 74 / 75 !! DO NOT MODIFY 70 &namelist_quilt !! (*) 71 nio_tasks_per_group = 0, !! (*) 72 nio_groups = 1, !! (*) 73 / !! (*) -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/namelist.wps
r1862 r1870 1 1 &share 2 2 wrf_core = 'ARW', 3 max_dom = 34 start_date = '2024-01- 60_06:00:00','2024-01-60_06:00:00','2024-01-60_06:00:00'5 end_date = '2024-0 2-03_06:00:00','2024-01-60_06:00:00','2024-01-60_06:00:00'3 max_dom = 1, 4 start_date = '2024-01-17_02:00:00', 5 end_date = '2024-01-17_12:00:00', 6 6 interval_seconds = 3700 7 7 io_form_geogrid = 2, 8 8 debug_level = 0, 9 opt_output_from_geogrid_path='../geogrid /'9 opt_output_from_geogrid_path='../geogrid' 10 10 / 11 11 12 12 &geogrid 13 parent_id = 0, 1, 2 14 parent_grid_ratio = 1, 3, 3 15 i_parent_start = 0, 59, 60 16 j_parent_start = 0, 58, 54 17 e_we = 177, 181, 181 18 e_sn = 177, 181, 181 19 !geog_data_res = 'tyler','tyler','tyler' 20 geog_data_res = 'gcm','gcm','gcm' 21 dx = 54000, 22 dy = 54000, 23 map_proj = 'polar', !! map projection: 'mercator', 'lambert' or 'polar' 24 ref_lat = 89.5, !! north latitude of the center of the domain 25 ref_lon = 0.1, !! east longitude of the center of the domain 26 truelat1 = 89.5, !! (lambert or polar) lat position of projection cone 27 truelat2 = 0.0, !! [do not modify] 28 stand_lon = 0.1, !! (lambert or polar) lon position of projection cone 13 parent_id = 1, 14 parent_grid_ratio = 1, 15 i_parent_start = 1, 16 j_parent_start = 1, 17 e_we = 61, 18 e_sn = 61, 19 geog_data_res = 'gcm', !'64ppd', 20 dx = 20000, 21 dy = 20000, 22 map_proj = 'mercator', 23 ref_lat = -12., 24 ref_lon = 239., 25 truelat1 = 0.0, 26 truelat2 = 0.0, 27 stand_lon = 0.0, 29 28 geog_data_path = '../data_static/', 30 29 OPT_GEOGRID_TBL_PATH = '../geogrid/'
Note: See TracChangeset
for help on using the changeset viewer.