Changeset 3058
- Timestamp:
- Sep 28, 2023, 10:48:50 AM (14 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 1 deleted
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3057 r3058 4224 4224 Fix ticket #141 : when doing a log interpolation in zrecast (e.g. for density), negative and null values are changed into a very small positive value (below the numerical precision) so that the log interpolation yields a null value. 4225 4225 + add '_FillValue' attribute (redundant with 'missing_value') checks and outputs in zrecast to comply with newest NCO versions (part of ticket #152) 4226 4227 == 28/09/2023 == EM 4228 Update reference deftank files: 4229 - remove obsolete callphys.def.notracers 4230 - rename z2sig.def to z2sig.def.MCD6 4231 - update callphys.def.GCM6 to include non-oro GW parametrization 4232 - update callphys.def.MCD6 to disable Frost metamorphism option 4233 4234 -
trunk/LMDZ.MARS/deftank/README
r2807 r3058 15 15 - run.def.lonxlatxalt illustrate cases for different spatial grids 16 16 (typically the GCM is run at 64x48 horizontal resolution) 17 - z2sig.def is the current standard vertical grid definition (use 54 layers17 - z2sig.def.MCD6 is the current standard vertical grid definition (use 54 layers 18 18 if running up to ~120km, e.g. water & dust cycle simulations, 73 layers 19 if including chemistry and thermosphere up to ~ 300km)19 if including chemistry and thermosphere up to ~250km) 20 20 - *.GCM5 files correspond to GCM5 version using z2sig.def.MCD5 21 21 up to ~120km (32 levels) or ~300km (49 levels) 22 22 - *.MCD5 files correspond to what was used to generate MCDv5.x simulations 23 23 - *.GCM6 files correspond to GCM6 version with improved dust and water cycles 24 up to ~120km (54 levels) 24 up to ~120km (54 levels) using z2sig.def.MCD6 25 25 - *.MCD6 files correspond to what was used to generate MCDv6.1 simulations 26 up to ~250km (73 levels) using z2sig.def.MCD6 26 27 27 28 >> XML FILES -
trunk/LMDZ.MARS/deftank/callphys.def.GCM6
r2738 r3058 2 2 ##~~~~~~~~~~~~~~~ 3 3 #Directory where external input files are: 4 datadir= /users/lmdz/WWW/planets/mars/datadir4 datadir=datadir 5 5 6 6 #Run with or without tracer transport ? … … 38 38 # ... 39 39 # =35 Mars Year 35 from observers assimilation 40 iaervar = 3540 iaervar = 8 41 41 # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) 42 42 tauvis=0.2 … … 82 82 # call thermal conduction in the soil ? 83 83 callsoil = .true. 84 85 ##Gravity Waves 84 86 # call Lott's gravity wave/subgrid topography scheme ? 85 87 calllott = .true. 88 # call Lott's non-orographic gravity waves scheme? 89 calllott_nonoro=.true. 90 #Eliassen-Palm FLux(only if calllott_nonoro=.true.) 91 nonoro_gwd_epflux_max=5.E-4 92 # saturation parameter non-orographic gravity waves(only if calllott_nonoro=.true.) 93 nonoro_gwd_sat=1.5 94 # value of the dissaption coefficiet(only if calllott_nonoro=.true.) 95 nonoro_gwd_rdiss=0.15 96 # value of the max wave number 97 nonoro_gwd_kmax=1.E-4 98 # value of the min wave number 99 nonoro_gwd_kmin=7.E-6 100 # value to control the launch altitude 101 nonoro_gwd_xlaunch=0.6 102 86 103 # Impose polar cap surface albedos as observed by TES? 87 104 TESicealbedo = .true. -
trunk/LMDZ.MARS/deftank/callphys.def.MCD6
r2807 r3058 189 189 frost_albedo_threshold = 0.005 190 190 # Frost metamorphism into old ice 191 refill_watercap = . true.191 refill_watercap = .false. 192 192 frost_metam_threshold = 0.05 193 193 # WATER: Water ice thermal inertia (old ice and fresh frost) -
trunk/LMDZ.MARS/libf/phymars/vdifc_mod.F
r3008 r3058 831 831 else 832 832 #endif 833 call dustlift(ngrid,nlay,nq,rho,zcdh_true,z cdh,833 call dustlift(ngrid,nlay,nq,rho,zcdh_true,zicdh, 834 834 & pqsurf_tmp(:,igcm_co2),pdqsdif_tmp) 835 835 #ifndef MESOSCALE
Note: See TracChangeset
for help on using the changeset viewer.