Ignore:
Timestamp:
06/01/11 16:05:59 (13 years ago)
Author:
aclsce
Message:

Modifications to fit with historicalNoAA CMIP5 specifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/historicalNoAA/v3.historicalNoAA3/COMP/pisces.driver

    r1437 r1441  
    2323    PAT_TOP_LRSTTR=$( supergrep ln_rsttr          ${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE} ) 
    2424    PAT_TOP_NRSTTR=$( supergrep nrsttr            ${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE} ) 
     25    PAT_PIS_ATCCO2=$( supergrep atcco2            ${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE} ) 
    2526    PAT_PIS_LRIVER=$( supergrep ln_river          ${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE} ) 
    2627 
     
    7778    IGCM_sys_Mv iodef.xml.tmp iodef.xml 
    7879 
     80    ##-- GHG forcing for the current year 
     81    IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     82 
    7983    ##-- Update namelist_top and namelist_pisces  
    8084 
     
    8589    IGCM_sys_Mv namelist_top.tmp namelist_top 
    8690 
    87     sed -e "s%${PAT_PIS_LRIVER}%          ln_river=${PISCES_LRIVER}%"                \ 
     91    sed -e "s%${PAT_PIS_ATCCO2}%          atcco2=${IPCC_PIS_CO2}%"                \ 
     92        -e "s%${PAT_PIS_LRIVER}%          ln_river=${PISCES_LRIVER}%"                \ 
    8893        namelist_pisces > namelist_pisces.tmp 
    8994 
Note: See TracChangeset for help on using the changeset viewer.