Changeset 3710 for trunk/LMDZ.MARS
- Timestamp:
- Apr 3, 2025, 10:14:20 AM (3 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3702 r3710 4786 4786 indexes changes with number of computing cores). 4787 4787 4788 == 03/04/2025 == EM 4789 Change default scheme for molecular diffusion in the thermosphere to the 4790 MPF scheme. -
trunk/LMDZ.MARS/deftank/callphys.def.MCD6
r3468 r3710 216 216 # call molecular diffusion ? (only if callthermos=.true.) 217 217 callmoldiff = .true. 218 # molecular diffusion scheme? 1: legacy (as in MCDv6.1) 2: MPF scheme 219 moldiff_scheme=1 218 220 # call thermospheric photochemistry ? (only if callthermos=.true.) 219 221 thermochem = .true. -
trunk/LMDZ.MARS/libf/aeronomars/thermosphere.F
r3466 r3710 58 58 59 59 if (firstcall) then 60 ! default scheme for molecular diffusion: legacy61 moldiff_scheme= 160 ! default scheme for molecular diffusion: improved MPF scheme 61 moldiff_scheme=2 62 62 call getin_p("moldiff_scheme",moldiff_scheme) 63 63 if (is_master) then
Note: See TracChangeset
for help on using the changeset viewer.