Changeset 1538


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.

Location:
CONFIG/IPSLCM/IPSLCM5-2
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.card

    r1537 r1538  
    2323LMDZ_COSP_hf=n 
    2424 
     25# LMDZ_COSP_daily1979=y : activate COSP daily output from 1979 and after 
     26LMDZ_COSP_daily1979=y 
     27  
    2528# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
    2629LMDZ_NMC_monthly=y 
  • CONFIG/IPSLCM/IPSLCM5-2/Chistorical/COMP/lmdz.driver

    r1537 r1538  
    5353        esac 
    5454        case ${frequency} in 
    55             HF|hf)  
    56                 ok_hf=y 
    57                 OK_instan=y 
    58                 ;; 
     55            HF|hf) ok_hf=y ;; 
    5956        esac 
    6057    done 
     
    248245    # end CARBON_CYCLE 
    249246 
    250     ##-- For historical daily cosp must be output during 1979-2005 period 
    251     [ ${year} -ge 1979 ] && LMDZ_COSP_daily=y 
     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 
    252253 
    253254    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/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} 
  • 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} 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.card

    r1535 r1538  
    2222LMDZ_COSP_daily=n 
    2323LMDZ_COSP_hf=n 
     24# LMDZ_COSP_daily1979=y : activate COSP daily output from 1979 and after 
     25LMDZ_COSP_daily1979=y 
    2426 
    2527# Set NMC Outputs frequency (monthly, daily, HF) = y/n 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/lmdz.driver

    r1537 r1538  
    5353        esac 
    5454        case ${frequency} in 
    55             HF|hf)  
    56                 ok_hf=y 
    57                 OK_instan=y 
    58                 ;; 
     55            HF|hf) ok_hf=y ;; 
    5956        esac 
    6057    done 
     
    248245    # end CARBON_CYCLE 
    249246 
    250     ##-- For historical daily cosp must be output during 1979-2005 period 
    251     [ ${year} -ge 1979 ] && LMDZ_COSP_daily=y 
     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 
    252253 
    253254    ## physiq.def parameters modified from initial physiq_L${RESOL_ATM_Z} 
  • CONFIG/IPSLCM/IPSLCM5-2/piControl/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.