Changeset 709
- Timestamp:
- Jun 22, 2012, 3:45:44 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/calltherm_interface.F90
r695 r709 209 209 ! very well with a sub-timestep of 10. 210 210 IF (firstcall) THEN 211 r_aspect_thermals=1. ! same value is OK for GCM and mesoscale 211 212 #ifdef MESOSCALE 212 213 !! valid for timesteps < 200s 213 214 nsplit_thermals=4 214 r_aspect_thermals=0.7215 215 #else 216 216 IF ((ptimestep .le. 3699.*24./96.) .and. (iradia .eq. 1)) THEN … … 219 219 nsplit_thermals=35 220 220 ENDIF 221 r_aspect_thermals=1.222 221 #endif 223 222 call getin("nsplit_thermals",nsplit_thermals) -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars11_radact_therm
r598 r709 1 ## Thermals Options2 ##~~~~~~~~~~~~~~~~~3 # Activate thermals :4 calltherm = .true.5 callrichsl = .true.6 #nsplit_thermals = 107 8 nircorr = 09 10 1 ##General options 11 2 ##~~~~~~~~~~~~~~~ 12 3 #Directory where external input files are 13 datadir = /san/home/spiga/DATAFILE/ 4 datadir = /san/home/spiga/DATAFILE/ 14 5 datadir = /d5/aslmd/datafile/ 6 datadir=/users/forget/WWW/datagcm/datafile/ 15 7 16 8 #Run with or without tracer transport ? … … 41 33 iaervar = 26 42 34 # Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case) 43 tauvis=0. 235 tauvis=0.1 44 36 # Dust vertical distribution: 45 37 # (=0: old distrib. (Pollack90), =1: top set by "topdustref", … … 56 48 callnlte = .false. 57 49 # call CO2 NIR absorption ? matters only if callrad=T 58 callnirco2 = . false.50 callnirco2 = .true. 59 51 # call turbulent vertical diffusion ? 60 52 calldifv = .true. … … 86 78 active = .true. 87 79 # DUST: use mass and number mixing ratios to predict dust size ? 88 doubleq = .true. 80 doubleq = .true. 89 81 # DUST: lifted by GCM surface winds ? 90 lifting = .true. 82 lifting = .true. 91 83 # DUST: lifted by dust devils ? 92 84 callddevil = .false. … … 99 91 # WATER: Compute water cycle 100 92 water = .true. 93 # WATER: Microphysical scheme for water-ice clouds? 94 microphys = .false. 95 # WATER: parameter contact 96 mteta = 0.95 101 97 # WATER: current permanent caps at both poles. True IS RECOMMENDED 102 98 # (with .true., North cap is a source of water and South pole 103 99 # is a cold trap) 104 100 caps = .true. 101 # WATER: Water ice albedo ? 102 albedo_h2o_ice = 0.35 103 # WATER: Water ice thermal inertia 104 inert_h2o_ice = 800 105 # WATER: Frost thickness threshold for albedo 106 frost_albedo_threshold = 0.005 107 nuice_sed=0.1 108 icedryness=1 109 nircorr=0 110 imicro = 2 105 111 # PHOTOCHEMISTRY: include chemical species 106 112 photochem = .false. … … 127 133 128 134 129 135 ## Thermals 136 ## ~~~~~~~~ 137 calltherm = .true. 138 callrichsl = .true. -
trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/namelist.input
r515 r709 3 3 start_month = 05, !! (p1) Start Martian Month 4 4 start_day = 01, !! (p1) Start Martian Day 5 start_hour = 0 1, !! (p1) Start Martian Hour (at longitude 0)5 start_hour = 06, !! (p1) Start Martian Hour (at longitude 0) 6 6 end_year = 2024, !! (p1) End Martian Year (20XX for MY XX) 7 7 end_month = 05, !! (p1) End Martian Month 8 end_day = 0 9, !! (p1) End Martian Day9 end_hour = 0 1, !! (p1) End Martian Hour (at longitude 0)8 end_day = 03, !! (p1) End Martian Day 9 end_hour = 06, !! (p1) End Martian Hour (at longitude 0) 10 10 history_interval = 37, !! Frequency of outputs (37 --> 3700s = 1 Martian hour) 11 11 frames_per_outfile = 24, !! Size of time dimension in files … … 34 34 35 35 &physics 36 mars = 1 136 mars = 12 !0 !11 37 37 num_soil_layers = 18 !!! NOUVELLE PHYSIQUE 38 38 / … … 40 40 &dynamics 41 41 tiso = 100. 42 diff_6th_opt = 0 42 diff_6th_opt = 0 !!also works without 43 43 / 44 44
Note: See TracChangeset
for help on using the changeset viewer.