Ignore:
Timestamp:
02/01/11 16:21:32 (13 years ago)
Author:
aclsce
Message:

Modifications to have v3.historicalGHG1 specifications (from piControl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/historicalGHG/v3.historicalGHG1/COMP/pisces.driver

    r972 r1301  
    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 
     
    6061    fi 
    6162 
     63    ##-- GHG forcing for the current year 
     64    IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     65 
    6266    ##-- Update namelist_top and namelist_pisces  
    6367 
     
    6872    IGCM_sys_Mv namelist_top.tmp namelist_top 
    6973 
    70     sed -e "s%${PAT_PIS_LRIVER}%          ln_river=${PISCES_LRIVER}%"                \ 
     74    sed -e "s%${PAT_PIS_ATCCO2}%          atcco2=${IPCC_PIS_CO2}%"                \ 
     75        -e "s%${PAT_PIS_LRIVER}%          ln_river=${PISCES_LRIVER}%"                \ 
    7176        namelist_pisces > namelist_pisces.tmp 
    7277 
Note: See TracChangeset for help on using the changeset viewer.