Ignore:
Timestamp:
Apr 3, 2025, 10:45:25 AM (4 months ago)
Author:
emillour
Message:

Mars PCM:
Add extra checking in nirco2abs to ensure having nircorr==1 when o and
co2 tracers are available.
EM

Location:
trunk/LMDZ.MARS/deftank
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM6

    r3468 r3712  
    6767callnirco2 = .true.
    6868# NIR NLTE correction ? matters only if callnirco2=T
     69# nircorr should be set to 1 if co2 and o tracers are available, 0 otherwise
    6970nircorr=0
    7071# call turbulent vertical diffusion ?
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD6

    r3710 r3712  
    6767callnirco2 = .true.
    6868# NIR NLTE correction ? matters only if callnirco2=T
    69 nircorr=0
     69# nircorr should be set to 1 if co2 and o tracers are available, 0 otherwise
     70nircorr=1
    7071# call turbulent vertical diffusion ?
    7172calldifv  = .true.
Note: See TracChangeset for help on using the changeset viewer.