Ignore:
Timestamp:
Apr 3, 2025, 10:45:25 AM (3 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r3582 r3712  
    224224     $              "1-> new correction",
    225225     $              "(matters only if callnirco2=T)"
    226 #ifdef MESOSCALE
     226
    227227         nircorr=0      !default value. this is OK below 60 km.
    228 #else
    229          nircorr=0      !default value
    230 #endif
     228         ! nircorr=1 should be prefered, but requires that co2
     229         ! and o tracers be available
    231230         call getin_p("nircorr",nircorr)
    232231         write(*,*) " nircorr = ",nircorr
Note: See TracChangeset for help on using the changeset viewer.