Changes between Version 274 and Version 275 of IPSLCM6/IPSL-CM6A-LR


Ignore:
Timestamp:
07/21/20 18:30:23 (4 years ago)
Author:
cpipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPSLCM6/IPSL-CM6A-LR

    v274 v275  
    402402{{{ 
    403403# CO2 forcing for the current year 
    404  IPCC_CO2=la_valeur_preindustrielle_en_ppm 
     404    IPCC_CO2=`grep Annee_1850 CO2.txt | awk -F= '{print $2}'` 
    405405echo '(ORCHIDEE) ATM_CO2='${IPCC_CO2} 
    406406IGCM_comp_modifyDefFile blocker orchidee.def ATM_CO2 ${IPCC_CO2} 
     
    414414#IGCM_debug_Print 1 "LMDZ_CO2 : ${LMDZ_CO2} " 
    415415#IGCM_comp_modifyNamelist force  namelist_pisces_cfg atcco2 ${LMDZ_CO2} 
    416 IPCC_PIS_CO2=la_valeur_preindustrielle_en_ppm 
     416IPCC_PIS_CO2=`grep Annee_1850 CO2.txt | awk -F= '{print $2}'` 
    417417echo '(PISCES) atcco2='${IPCC_PIS_CO2} 
    418418IGCM_comp_modifyNamelist blocker  namelist_pisces_cfg  atcco2     ${IPCC_PIS_CO2}