Ignore:
Timestamp:
08/22/11 17:53:17 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration :

Added option LMDZ_COSP_daily1979=y to be set in lmdz.card for CMIP5
historical runs. This option activates COSP daily output for years 1979
and later (if LMDZ_COSP_OK=y).

All *.driver are now the same in the 5 experiences EXP00, historical,
Chistorical, piControl and CpiControl?. The behavior of each experience
has not been changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/lmdz.driver

    r1537 r1538  
    135135 
    136136    [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 
    137  
    138137 
    139138    ##-- GHG forcing : 
     
    246245    # end CARBON_CYCLE 
    247246 
     247    ##-- Set LMDZ_COSP_daily1979=y in section UserChoices in lmdz.card to activate  
     248    ##   COSP daily output for years 1979 and later (mandatory for historical CMIP5 run). 
     249    if ([ X"${lmdz_UserChoices_LMDZ_COSP_daily1979}" = X"y" ] &&  [ ${year} -ge 1979 ]) ; then 
     250        LMDZ_COSP_daily=y 
     251    fi 
     252 
    248253 
    249254    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
Note: See TracChangeset for help on using the changeset viewer.