Ignore:
Timestamp:
Oct 22, 2025, 1:51:30 PM (4 weeks ago)
Author:
idelkadi
Message:

Added the possibility to use read_climoz=1 (in config.def) to read a single ozone climatology that will be used for both day and night during the simulation
To enable it, set ozone=1 in setup.sh (by default ozone=0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/LMDZ_Setup/script_SIMU

    r5800 r5857  
    6464ok_guide=y   # y/n guidage ou non
    6565climato=1
     66ozone=0
    6667
    6768echo '##############################################################'
     
    197198if [ $climato = 1 ] ; then
    198199   ${GET} $LIMITDIR/limit.nc limit.nc
     200   if [ $ozone = 1 ] ; then ${GET} $LIMITDIR/climoz_LMDZ_1979_2008_clim.nc climoz_LMDZ.nc ; fi
    199201else
    200202   ${GET} $LIMITDIR/limit.$year.nc limit.nc
     203   if [ $ozone = 1 ] ; then ${GET} $LIMITDIR/climoz_$year.nc climoz_LMDZ.nc ; fi
    201204fi
    202205
Note: See TracChangeset for help on using the changeset viewer.