Ignore:
Timestamp:
05/17/10 16:03:00 (14 years ago)
Author:
cetlod
Message:

CE : Update IPSLCM5A config for AR5 version of PISCES model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5A/historical/COMP/pisces.driver

    r972 r1019  
    1111} 
    1212 
    13     ##--Variables used by OPA -- 
    14  
    15  
    1613    ##--Variables used by MBG -- 
    1714 
     
    2320    PAT_TOP_LRSTTR=$( supergrep ln_rsttr          ${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE} ) 
    2421    PAT_TOP_NRSTTR=$( supergrep nrsttr            ${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE} ) 
     22    PAT_PIS_ATCCO2=$( supergrep atcco2            ${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE} ) 
    2523    PAT_PIS_LRIVER=$( supergrep ln_river          ${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE} ) 
    2624 
     
    6058    fi 
    6159 
     60    ##-- GHG forcing for the current year 
     61    IPCC_PIS_CO2=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     62 
    6263    ##-- Update namelist_top and namelist_pisces  
    6364 
     
    6869    IGCM_sys_Mv namelist_top.tmp namelist_top 
    6970 
    70     sed -e "s%${PAT_PIS_LRIVER}%          ln_river=${PISCES_LRIVER}%"                \ 
     71    sed -e "s%${PAT_PIS_ATCCO2}%          atcco2=${IPCC_PIS_CO2}%"                \ 
     72        -e "s%${PAT_PIS_LRIVER}%          ln_river=${PISCES_LRIVER}%"                \ 
    7173        namelist_pisces > namelist_pisces.tmp 
    7274 
Note: See TracChangeset for help on using the changeset viewer.