Changeset 1115 for trunk/MESOSCALE/LMD_MM_MARS/SIMU
- Timestamp:
- Nov 21, 2013, 12:42:31 AM (11 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars0
r1042 r1115 9 9 #datadir = /d5/aslmd/datafile 10 10 #datadir=/users/forget/WWW/datagcm/datafile 11 datadir = /home/spiga/datadir/ 11 12 12 13 #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating … … 20 21 21 22 #Save statistics in file "stats.nc" ? 23 callstats =.true. 22 24 callstats =.false. 23 25 … … 33 35 # =30 Mars Year 30 34 36 iaervar = 24 35 iaervar = 2636 37 # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) 37 38 tauvis=0.1 … … 73 74 callsoil = .true. 74 75 # call Lott's gravity wave/subgrid topography scheme ? 76 calllott = .true. 75 77 calllott = .false. 76 78 # Impose polar cap surface albedos as observed by TES? -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars12_radact_scav
r1042 r1115 9 9 #datadir = /d5/aslmd/datafile 10 10 #datadir=/users/forget/WWW/datagcm/datafile 11 datadir = /home/spiga/datadir/ 11 12 12 13 #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating … … 20 21 21 22 #Save statistics in file "stats.nc" ? 23 callstats =.true. 22 24 callstats =.false. 23 25 … … 33 35 # =30 Mars Year 30 34 36 iaervar = 24 35 iaervar = 2636 37 # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) 37 38 tauvis=0.1 … … 73 74 callsoil = .true. 74 75 # call Lott's gravity wave/subgrid topography scheme ? 76 calllott = .true. 75 77 calllott = .false. 76 78 # Impose polar cap surface albedos as observed by TES? … … 111 113 # WATERICE: Radiatively active transported atmospheric water ice ? 112 114 activice = .true. 115 #activice = .false. 113 116 # WATER: Compute water cycle 114 117 water = .true. 115 118 # WATER: Microphysical scheme for water-ice clouds? 116 119 microphys = .true. 120 # WATER: microphysics sub-timestep 121 # imicro = 2 5 10 122 imicro = 1 117 123 # WATER: parameter contact 118 124 mteta = 0.95 -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars3
r1042 r1115 2 2 ##~~~~~~~~~~~~~~~ 3 3 #Run with or without tracer transport ? 4 tracer=. false.4 tracer=.true. 5 5 6 6 #Directory where external input files are: … … 9 9 #datadir = /d5/aslmd/datafile 10 10 #datadir=/users/forget/WWW/datagcm/datafile 11 datadir = /home/spiga/datadir/ 11 12 12 13 #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating … … 20 21 21 22 #Save statistics in file "stats.nc" ? 23 callstats =.true. 22 24 callstats =.false. 23 25 … … 33 35 # =30 Mars Year 30 34 36 iaervar = 24 35 iaervar = 2636 37 # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) 37 38 tauvis=0.1 … … 73 74 callsoil = .true. 74 75 # call Lott's gravity wave/subgrid topography scheme ? 76 calllott = .true. 75 77 calllott = .false. 76 78 # Impose polar cap surface albedos as observed by TES? -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/namelist.input
r1043 r1115 30 30 !! OPTIONAL 31 31 !! 32 num_metgrid_levels = 26!! (p1) number of vertical levels in GCM inputs (+1)32 num_metgrid_levels = 30 !! (p1) number of vertical levels in GCM inputs (+1) 33 33 / 34 34 35 35 &physics 36 mars = 12 !0 !1136 mars = 12 37 37 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE 38 38 / 39 39 40 40 &dynamics 41 tiso = 100. 42 diff_6th_opt = 0 !!also works without 43 !khdif = 1., !! horizontal diffusion constant (m^2/s) 44 !kvdif = 1., !! vertical diffusion constant (m^2/s) 45 !km_opt = 1, !! eddy coefficient option 41 !! 42 !! OPTIONAL 43 !! 44 !tiso = 100. !! -- temperature for isotherm level (mesosphere) in init 45 !diff_6th_opt = 0 !! -- swith off correction filter for WRF integrations. normally works when switched on (default). 46 !khdif = 10., !! ** a more straightforward diffusion for tests. horizontal diffusion constant (m^2/s) 47 !kvdif = 10., !! ** a more straightforward diffusion for tests. vertical diffusion constant (m^2/s) 48 !km_opt = 1, !! ** a more straightforward diffusion for tests. eddy coefficient option 46 49 / 47 50 -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/namelist.wps
r1043 r1115 2 2 wrf_core = 'ARW', !! [do not modify: choice of dynamical core] 3 3 max_dom = 1 !! (r)(n)(p2) Total number of domains 4 !start_date = '2024-05-01_01:00:00','2024-05-01_01:00:00','2024-05-01_01:00:00' !! YYYY-MM-DD_HH:mm:ss start date 5 !end_date = '2024-05-09_01:00:00','2024-05-01_01:00:00','2024-05-01_01:00:00' !! YYYY-MM-DD_HH:mm:ss end date 6 start_date = '2024-01-01_06:00:00','2024-05-01_01:00:00','2024-05-01_01:00:00' !! YYYY-MM-DD_HH:mm:ss start date 7 end_date = '2024-01-03_06:00:00','2024-05-01_01:00:00','2024-05-01_01:00:00' !! YYYY-MM-DD_HH:mm:ss end date 4 start_date = '2024-05-01_06:00:00' !! YYYY-MM-DD_HH:mm:ss start date 5 end_date = '2024-05-03_06:00:00' !! YYYY-MM-DD_HH:mm:ss end date 8 6 interval_seconds = 3700 !! (p2) Frequency of large-scale fields update (s) 9 7 io_form_geogrid = 2, !! [do not modify: choice of NETCDF outputs]
Note: See TracChangeset
for help on using the changeset viewer.