Ignore:
Timestamp:
03/08/18 16:48:02 (6 years ago)
Author:
jgipsl
Message:

Added forced experience with nudging activated

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_nudge
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_nudge/COMP/lmdz.card

    r3591 r3612  
    4949# Nugding : ok_guide=y/n 
    5050# If ok_guide=y, add nudging files(u.nc, v.nc, hur.nc,...) in BoundaryFiles section below. 
    51 ok_guide=n 
     51ok_guide=y 
    5252 
    5353[InitialStateFiles] 
     
    6262        (${R_IN}/ATM/SOLAR/CMIP6/v3.1corr/Historical/solarforcing_v3.1_daily_6bands_${year}.nc,        solarforcing.nc),\ 
    6363        (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.${year}.nc, taulwstrat.2D.nc),\ 
    64         (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.${year}.nc, tauswstrat.2D.nc) 
     64        (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.${year}.nc, tauswstrat.2D.nc),\ 
     65        (${R_IN}/ATM/NUDGE_FILES/ERAI/${RESOL_ATM_XY}/yearly/u/u_${year}_erai.nc, u.nc),\ 
     66        (${R_IN}/ATM/NUDGE_FILES/ERAI/${RESOL_ATM_XY}/yearly/v/v_${year}_erai.nc, v.nc) 
     67 
    6568 
    6669# Note: the SOLARANDVOLCANOES.txt is only used for LMDZ_Physics=AP and NPv3.2 (if ok_suntime_rrtm=n) 
     
    7073            (${R_IN}/ATM/GHG/CMIP6/historical/CFC11eq_CMIP6_0000_2014.txt, CFC11.txt),\ 
    7174            (${R_IN}/ATM/GHG/CMIP6/historical/CFC12eq_CMIP6_0000_2014.txt, CFC12.txt),\ 
    72             (${R_IN}/ATM/IPCC_AR5/HISTORIQUE/SOLARANDVOLCANOES_1610_2008.txt, SOLARANDVOLCANOES.txt),\ 
    7375            (${R_IN}/ATM/AEROSOLS/CMIP6/v1/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/aerosols1850_from_inca.nc, aerosols.nat.nc) 
    7476 
     
    114116        (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    115117        (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    Post_1M_histmthNMC),    \ 
    116         (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       NONE),                  \ 
     118        (histday.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histday.nc,       Post_1D_histday),       \ 
    117119        (histdayCOSP.nc,   ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayCOSP.nc,   NONE),                  \ 
    118120        (histdayNMC.nc,    ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdayNMC.nc,    NONE),                  \ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip_nudge/config.card

    r3563 r3612  
    77[UserChoices] 
    88#============================ 
    9 JobName=LMDZOR01 
     9JobName=LMDZORnudge 
    1010#----- Short Name of Experiment 
    1111ExperimentName=amip 
     
    1515TagName=LMDZOR 
    1616#D- Choice of experiment in EXPERIEMENTS directory 
    17 ExpType=LMDZOR/amip 
     17ExpType=LMDZOR/amip_nudge 
    1818#============================ 
    1919#-- leap, noleap, 360d 
     
    2121#-- Begin and end of job  
    2222#-- "YYYY-MM-DD" 
    23 DateBegin=1980-01-01 
    24 DateEnd=1980-12-31 
     23DateBegin=1985-01-01 
     24DateEnd=2014-12-31 
    2525#============================ 
    2626#-- 1Y, 1M, 5D, 1D Period Length for one execution 
     
    6565#D-- ATM - 
    6666[ATM] 
    67 WriteFrequency="1M" 
     67WriteFrequency="1M 1D" 
    6868# If config_Restarts_OverRule == 'n' next 4 params are read 
    6969Restart= n 
Note: See TracChangeset for help on using the changeset viewer.