Changes between Version 272 and Version 273 of IPSLCM6/IPSL-CM6A-LR


Ignore:
Timestamp:
07/21/20 15:02:26 (4 years ago)
Author:
oboucher
Comment:

--

Legend:

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

    v272 v273  
    343343 
    344344ce qui signifie qu'on prend les fichiers annuels pour les années 1 à 9 (soit 2015 à 2023) et le fichier climatologique pour les années supérieures à 10 (2024 et au-delà). Ces lignes doivent être modifiées pour un config.card qui ne partirait pas du 31/12/2014. 
     345 
    345346=== Procédure pour dépasser un hgardfou === 
    346347Il peut arriver que le modèle atmosphèrique plante en simulant des températures hors d'un intervalle de validité. Dans ce cas là, le modèle se plantera avec un message du type  
     
    390391=== Procédure pour faire une simu xxx-rad === 
    391392 
    392 C'est une simu où seul le rayonnement voit le CO2, la végétation et la biogéochimie marine voit une valeur fixe (en général préindustrielle) de CO2.  
     393C'est une simu où seul le rayonnement voit le CO2, la végétation et la biogéochimie marine voient une valeur fixe (en général préindustrielle) de CO2.  
    393394 
    3943951/ In COMP directory you need to modify orchidee.card and set the variable as follows: 
     
    423424ATM_CO2= _AUTOBLOCKER_   
    424425}}} 
     426 
     427=== Procédure pour faire une simu xxx-bgc === 
     428 
     429C'est une simu où le rayonnement voit une valeur fixe (en général préindustrielle) de CO2, mais la végétation et la biogéochimie marine voient les valeurs variables de CO2.  
     430 
     431COMP 
     432In COMP directory you need to modify orchidee.card and set the variable as follows: 
     433FORCE_CO2_VEG = y 
     434The consequence of that flag is to have a CO2 concentration value in ORCHIDEE different from LMDz 
     435 
     436DRIVER 
     437in the DRIVER directory, you need to modify 
     438 
     4391/ In lmdz.driver, replace, only for CO2,  
     440{{{ 
     441Annee_${year} 
     442}}}  
     443by  
     444{{{ 
     445Annee_1850 
     446}}} 
     447Non-CO2 forcings are unchanged (and depend on the experimental design). 
     448 
     4492/ In orchidee.driver, you need to impose a CO2 concentration value different from the one of LMDz, by adding the following 4 lines. 
     450{{{ 
     451# CO2 forcing for the current year 
     452IPCC_CO2=`grep Annee_${year} CO2.txt | awk -F= '{print $2}'` 
     453echo '(ORCHIDEE) ATM_CO2='${IPCC_CO2} 
     454IGCM_comp_modifyDefFile blocker orchidee.def ATM_CO2 ${IPCC_CO2} 
     455}}} 
     456 
     4573/ In pisces.driver, you need to impose a CO2 concentration value different from the one of LMDz, by commenting 4 lines and adding 3. 
     458{{{ 
     459#IGCM_debug_Print 1 'Update atcco2 in namelist_pisces_cfg with same value as for LMDZ' 
     460#LMDZ_CO2=$( lmdzgrep2 co2_ppm config.def ) 
     461#IGCM_debug_Print 1 "LMDZ_CO2 : ${LMDZ_CO2} " 
     462#IGCM_comp_modifyNamelist force  namelist_pisces_cfg atcco2 ${LMDZ_CO2} 
     463IPCC_PIS_CO2=`grep Annee_${year} CO2.txt | awk -F= '{print $2}'` 
     464echo '(PISCES) atcco2='${IPCC_PIS_CO2} 
     465IGCM_comp_modifyNamelist blocker  namelist_pisces_cfg  atcco2     ${IPCC_PIS_CO2} 
     466}}} 
     467 
     4684/ In the PARAM directory you need to modify orechidee.def.CWRR and set the variable as follows: 
     469{{{ 
     470FORCE_CO2_VEG = y 
     471ATM_CO2= _AUTOBLOCKER_ 
     472}}} 
     473 
    425474=== Comment enregistrer une expérience ? === 
    426475L'enregistrement des expériences sur svn CMIP6 se fait là : browser:CMIP6