Ignore:
Timestamp:
05/11/11 11:16:10 (13 years ago)
Author:
musat
Message:

v3.amip4xCO2 IPSL CMIP5 simulation registration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMIP5/amip4xCO2/v3.amip4xCO2/COMP/orchidee.driver

    r1095 r1400  
    4141 
    4242        PFTmap="${R_BC}/SRF/${config_UserChoices_TagName}/ORCHIDEE_PFTmap_2006to2100_AR5_RCP8.5_MESSAGE.nc" 
     43        CO2_veget="${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/CO2_1765_2500.txt" 
    4344        if [ ${year} -eq 2005 ] ; then 
    4445            IGCM_sys_Rm -f PFTmap.nc 
     
    4748    else 
    4849        PFTmap="${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2.nc" 
     50        CO2_veget="${R_BC}/ATM/${config_UserChoices_TagName}/IPCC_AR5/RCPs/RCP85/CO2_1765_2500.txt" 
    4951    fi 
    5052 
    5153    BC_SRF_PFTmap=${PFTmap} 
     54    BC_SRF_CO2=${CO2_veget} 
    5255 
    5356    IGCM_debug_PopStack "SRF_PeriodStart" 
     
    126129#       ORCHIDEE_sed VEGET_UPDATE '0Y' 
    127130#     fi 
     131 
     132#IM ajout valeurs CO2_ATM 
     133    ##-- GHG forcing for the current year 
     134    #IPCC_CO2_AMIP=`grep Annee_${year} CO2_1765_2005.txt | awk -F= '{print $2}'` 
     135    IPCC_CO2_AMIP=`grep Annee_${year} CO2_veget.txt | awk -F= '{print $2}'` 
     136    ORCHIDEE_sed FORCE_CO2_VEG y 
     137    ORCHIDEE_sed ATM_CO2 ${IPCC_CO2_AMIP} 
    128138  
    129139    ORCHIDEE_sed HYDROL_CWRR ${orchidee_UserChoices_NEWHYDROL} 
Note: See TracChangeset for help on using the changeset viewer.