Changeset 2637
- Timestamp:
- Mar 9, 2022, 3:51:10 PM (3 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 added
- 2 edited
- 10 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2636 r2637 3642 3642 Update inichim_newstart to be compatible with latest additions of non-chemistry 3643 3643 tracers. 3644 3645 == 03/03/2022 == AB 3646 Update .def* files in LMDZ.MARS/deftank/ 3647 *.def.GCM6 files are bound to change later but are ready to use. -
trunk/LMDZ.MARS/deftank/README
r2223 r2637 16 16 (typically the GCM is run at 64x48 horizontal resolution) 17 17 - z2sig.def is the current standard vertical grid definition (use 54 layers 18 if running up to ~1 00km, e.g. water & dust cycle simulations, 73 layers18 if running up to ~120km, e.g. water & dust cycle simulations, 73 layers 19 19 if including chemistry and thermosphere up to ~300km) 20 - *.MCD5 files correspond to what was used to generate MCDv5.x simulations 20 - *.GCM5 files correspond to GCM5 version using z2sig.def.MCD5 21 up to ~120km (32 levels) or ~300km (49 levels) 22 - *.MCD5 files correspond to what was used to generate MCDv5.x simulations 23 - *.GCM6 files correspond to GCM6 version with improved dust and water cycles 24 up to ~120km (54 levels) 21 25 22 26 >> XML FILES -
trunk/LMDZ.MARS/deftank/run.def.64x48x32.GCM5
r2635 r2637 38 38 39 39 # time scale (s) for shortest wavelengths for u,v (gradiv) 40 tetagdiv= 4000.40 tetagdiv= 2500. 41 41 42 42 # time scale (s) for shortest wavelengths for u,v (nxgradrot) … … 45 45 # time scale (s) for shortest wavelengths for h (divgrad) 46 46 tetatemp=5000. 47 48 # multiplicative constants for dissipation with altitude: 49 # coefficient for middle atmosphere (~20-70km) 50 dissip_fac_mid = 2 51 # coefficient for upper atmosphere (~100km+) 52 dissip_fac_up = 10 47 53 48 54 # coefficient for gamdissip … … 97 103 callsponge = .true. 98 104 99 # Sponge layer extends over topmost nsponge layers 105 # Sponge layer extends over topmost nsponge layers (default =3) 100 106 nsponge = 3 101 107 102 # Sponge: mode0( u=v=0), mode1(u=umoy,v=0), mode2(u=umoy,v=vmoy)103 mode_sponge= 3108 # Sponge: mode0(h=hmoy,u=v=0), mode1(h=hmoy,u=umoy,v=0), mode2(h=hmoy,u=umoy,v=vmoy) 109 mode_sponge= 2 104 110 105 111 # Sponge layer time scale (s): tetasponge
Note: See TracChangeset
for help on using the changeset viewer.