Changeset 223 for trunk/MESOSCALE/LMD_MM_MARS/SIMU
- Timestamp:
- Jul 14, 2011, 3:37:47 AM (13 years ago)
- 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 42 42 ~~~~~~~~~~~~~~~~~~~~~~~~~~ 43 43 iradia (the rad.transfer is computed every "iradia" physical timestep) 44 37 44 10 45 45 callg2d (Output of the exchange coefficient mattrix ? for diagnostic only) 46 46 F … … 91 91 solarcondate (date for solar flux calculation: 1985 < date < 2002)) 92 92 1993.4 (Solar min=1996.4 ave=1993.4 max=1990.6) 93 94 -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.input_full
r11 r223 17 17 io_form_boundary = 2 !! (*) Choice of NETCDF for ouputs 18 18 debug_level = 0 !! (*) Verbose level 19 !! 20 !! OPTIONAL 21 !! 19 !!!!! OPTIONAL !!!!!!!!!!!!!!! 22 20 interval_seconds = 3700 !! (p2) Frequency of large-scale fields update (s) 23 21 input_from_file = T, !! (n)(p2) Initialize a given domain with an input file 24 22 / 25 26 23 27 24 &domains … … 33 30 e_vert = 61, !! (r)(p2) Number of vertical levels 34 31 p_top_requested = 5 !! (p3) Chosen value of pressure at the top of the model 35 !! 36 !! OPTIONAL 37 !! 32 !!!!! OPTIONAL !!!!!!!!!!!!!!! 38 33 time_step_fract_num = 0 !! Additional fraction to time_step: numerator 39 34 time_step_fract_den = 1 !! Additional fraction to time_step: denominator … … 53 48 54 49 &physics 55 !! 56 !! OPTIONAL 57 !! 50 !!!!! OPTIONAL !!!!!!!!!!!!!!! 58 51 radt = 1, !! Ratio between physical and dynamical time step 59 52 mars = 0, !! (r)(p2) Configuration of tracers: … … 71 64 72 65 &dynamics 73 !! 74 !! OPTIONAL 75 !! 66 !!!!! OPTIONAL !!!!!!!!!!!!!!! 76 67 time_step_sound = 6, !! Ratio of time step dynamic/acoustic integration 77 68 !! NB: an increase could help solve instabilities 78 69 non_hydrostatic = T, !! Integrate in non-hydrostatic/hydrostatic mode 79 pd_scalar = F, !! Positive-definite advection scheme for tracers70 pd_scalar = T, !! Positive-definite advection scheme for tracers 80 71 !! 81 72 diff_opt = 1 !! (*d) Diffusion option [set to 0 if LES or GCM] … … 93 84 94 85 &bdy_control 95 !! 96 !! OPTIONAL 97 !! 86 !!!!! OPTIONAL !!!!!!!!!!!!!!! 98 87 specified = T, !! (n)(p3) Boundary conditions specified by GCM 99 88 nested = F, !! (n)(p3) Boundary conditions from parent domain … … 109 98 / 110 99 100 !!!!! DO NOT MODIFY !!!!!!!!!! 111 101 &grib2 112 102 / -
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.