Changeset 3710 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Apr 3, 2025, 10:14:20 AM (3 months ago)
Author:
emillour
Message:

Mars PCM:
Change default scheme for molecular diffusion in the thermosphere to the
MPF scheme.
EM

Location:
trunk/LMDZ.MARS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3702 r3710  
    47864786indexes changes with number of computing cores).
    47874787
     4788== 03/04/2025 == EM
     4789Change default scheme for molecular diffusion in the thermosphere to the
     4790MPF scheme.
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD6

    r3468 r3710  
    216216# call molecular diffusion ? (only if callthermos=.true.)
    217217callmoldiff = .true.
     218# molecular diffusion scheme? 1: legacy (as in MCDv6.1) 2: MPF scheme
     219moldiff_scheme=1
    218220# call thermospheric photochemistry ? (only if callthermos=.true.)
    219221thermochem = .true.
  • trunk/LMDZ.MARS/libf/aeronomars/thermosphere.F

    r3466 r3710  
    5858     
    5959      if (firstcall) then
    60         ! default scheme for molecular diffusion: legacy
    61         moldiff_scheme=1
     60        ! default scheme for molecular diffusion: improved MPF scheme
     61        moldiff_scheme=2
    6262        call getin_p("moldiff_scheme",moldiff_scheme)
    6363        if (is_master) then
Note: See TracChangeset for help on using the changeset viewer.