Changeset 6268


Ignore:
Timestamp:
11/21/22 15:45:39 (17 months ago)
Author:
jgipsl
Message:

Update needed for experiment IPSLESM/CO2:
Change following variables into AUTO in config.def_ : co2_ppm0, read_fco2_ocean_cor, var_fco2_ocean_cor, read_fco2_land_cor, var_fco2_land_cor
For IPSLESM/CO2, the value is set in lmdz.card. For all other experiments, the default value set in config.def_ is used.

Some cosmetic cleaning is also done between configurations/files.

Done by
Patrica, Josefine

Location:
CONFIG/UNIFORM/v6
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/EXPERIMENTS/IPSLESM/CO2/piControl_TEST/COMP/lmdz.card

    r6096 r6268  
    4040# carbon_cycle_rad: use of CO2 tracer in radiation scheme 
    4141carbon_cycle_rad=n 
     42# Initial value for CO2 transport (ppm) 
     43co2_ppm0=284.32 
     44 
     45# read_fco2_ocean_cor: activate correction of ocean carbon flux (y/n) 
     46# var_fco2_ocean_cor: value of correction (ocean, PgC/yr) 
     47read_fco2_ocean_cor=n 
     48var_fco2_ocean_cor=0.2576 
     49 
     50# read_fco2_land_cor: activate correction of land carbon flux (y/n) 
     51# var_fco2_land_cor: value of correction (land, PgC/yr) 
     52read_fco2_land_cor=n 
     53var_fco2_land_cor=-0.2036 
     54 
    4255 
    4356# Specify which output file to activate and at which output_level 
     
    4760# output_level_filename=NONE  : the file will not be written 
    4861output_level_histmth = 5 
    49 output_level_histday = NONE 
     62output_level_histday = NONE  
    5063output_level_histhf  = NONE 
    5164output_level_histmthNMC = NONE 
     
    7689            (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/taulwstrat.2D.ave.nc, taulwstrat.2D.nc),\ 
    7790            (${R_IN}/ATM/STRATAERO/CMIP6/v3/${RESOL_ATM_XY}/L${RESOL_ATM_Z}/tauswstrat.2D.ave.nc, tauswstrat.2D.nc),\ 
    78             (${R_IN}/ATM/GHG/CO2_EMISSION/v1/144x142/flux_1D_CO2_2014.nc, sflx_lmdz_co2_ff.nc),\ 
     91            (${R_IN}/ATM/GHG/CO2_EMISSION/v1/144x142/flux_1D_CO2_1850.nc, sflx_lmdz_co2_ff.nc),\ 
    7992            (${R_IN}/ATM/SITES/cfsites_grid_CMIP6.nc, cfsites_grid.nc) 
    8093 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/lmdz.driver

    r6013 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/config.def_actuel

    r4916 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/config.def_annuel

    r4916 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/config.def_preind

    r4916 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/lmdz.driver

    r6076 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/PARAM/config.def_actuel

    r5555 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/PARAM/config.def_annuel

    r5555 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/PARAM/config.def_preind

    r5555 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/DRIVER/lmdz.driver

    r6119 r6268  
    367367    fi 
    368368 
    369     if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
     369    if [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ; then 
     370    echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
     371    IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     372    IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
     373    elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    370374        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    371375        IGCM_comp_modifyDefFile blocker run.def type_trac inca 
     
    380384        IGCM_comp_modifyDefFile blocker run.def type_trac co2i 
    381385        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    382         IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
     386    IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
    383387    elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
    384388        echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" 
     
    480484    fi  
    481485 
    482     if [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then 
     486    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
    483487        # Set carbon cycle parameters according to parmeters in lmdz.card  
    484488        IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2  
     
    486490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    487491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    488493    else 
    489494        # Take default value set in config.def 
     
    492497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    493498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    494513    fi 
    495514 
     
    530549        cat gcm.def 
    531550        ByPass_hgardfou_teta=n 
     551    export lmdz_UserChoices_ByPass_hgardfou_teta=n 
    532552        IGCM_card_WriteOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices ByPass_hgardfou_teta "${ByPass_hgardfou_teta}" 
    533553    fi 
     
    543563        cat gcm.def 
    544564        ByPass_hgardfou_mats=n 
     565        export lmdz_UserChoices_ByPass_hgardfou_mats=n 
    545566        IGCM_card_WriteOption ${SUBMIT_DIR}/COMP/lmdz.card UserChoices ByPass_hgardfou_mats "${ByPass_hgardfou_mats}" 
    546567    fi 
     
    554575    fi 
    555576    # Include xml files for output configuration if running with workflow CMIP6 
    556     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     577    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
    557578        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
    558         echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
     579    echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
    559580    fi 
    560581    cp iodef.xml iodef.xml.tmp 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/config.def_actuel

    r6119 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/config.def_annuel

    r6119 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/config.def_preind

    r6119 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/DRIVER/lmdz.driver

    r6013 r6268  
    367367    fi 
    368368 
    369     if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
     369    if [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ; then 
     370    echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
     371    IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     372    IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
     373    elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    370374        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    371375        IGCM_comp_modifyDefFile blocker run.def type_trac inca 
     
    380384        IGCM_comp_modifyDefFile blocker run.def type_trac co2i 
    381385        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    382         IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
     386    IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
    383387    elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
    384388        echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" 
     
    480484    fi  
    481485 
    482     if [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then 
     486    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
    483487        # Set carbon cycle parameters according to parmeters in lmdz.card  
    484488        IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2  
     
    486490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    487491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    488493    else 
    489494        # Take default value set in config.def 
     
    492497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    493498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    494513    fi 
    495514 
     
    556575    fi 
    557576    # Include xml files for output configuration if running with workflow CMIP6 
    558     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     577    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
    559578        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
    560         echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
     579    echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
    561580    fi 
    562581    cp iodef.xml iodef.xml.tmp 
  • CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/config.def_actuel

    r5066 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/config.def_annuel

    r5066 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/config.def_preind

    r5066 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/DRIVER/lmdz.driver

    r6013 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/config.def_actuel

    r4934 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/config.def_annuel

    r4934 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/GENERAL/PARAM/config.def_preind

    r4934 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.3/GENERAL/DRIVER/lmdz.driver

    r6013 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.3/GENERAL/PARAM/config.def_actuel

    r5975 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.3/GENERAL/PARAM/config.def_annuel

    r5975 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZORINCA_v6.3/GENERAL/PARAM/config.def_preind

    r5975 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/DRIVER/lmdz.driver

    r6013 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_actuel

    r4916 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_annuel

    r4916 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_preind

    r4916 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/GENERAL/DRIVER/lmdz.driver

    r6076 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/GENERAL/PARAM/config.def_actuel

    r4936 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/GENERAL/PARAM/config.def_annuel

    r4936 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.3/GENERAL/PARAM/config.def_preind

    r4936 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/DRIVER/lmdz.driver

    r6076 r6268  
    490490        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    491491        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     492        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    492493    else 
    493494        # Take default value set in config.def 
     
    496497        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    497498        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     499        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     500    fi 
     501 
     502    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     503        # Set carbon cycle parameters according to parmeters in lmdz.card  
     504        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     505        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     506        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     507        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     508    else 
     509        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     510        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     511        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    498513    fi 
    499514 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/config.def_actuel

    r4936 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6 
    4253co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
     
    7992# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8093read_climoz=_AUTO_ 
    81 #  
     94# 
    8295# Aerosols stratospheriques utilises par defaut  
    8396flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/config.def_annuel

    r4936 r6268  
    1 # level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
     1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE) 
    22level_coupling_esm=  _AUTO_: DEFAULT = 0 
    33## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF 
     
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    12 ##  Soil Model  ou non                
     21 
     22## Soil Model ou non 
    1323soil_model=y 
    14 ## Pas de temps de couplage (s). 
     24 
     25## Pas de temps de couplage (s) 
    1526t_coupl=_AUTO_ 
    1627 
     
    4152### co2_ppm =    taux CO2 en ppm 
    4253co2_ppm = _AUTO_ 
     54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4356### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4457co2_ppm_per = _AUTO_ 
     
    6679###  flag_aerosol = type of coupled aerosol, if aerosol offline  
    6780###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol 
    68 flag_aerosol=_AUTO_  
     81flag_aerosol=_AUTO_ 
    6982### ok_cdnc=y/n   Cloud droplet number concentration 
    7083ok_cdnc=_AUTO_ 
    7184# ok_alw=y flag pour activer l effet LW des poussieres 
    7285ok_alw=y 
    73 # 
    7486# 
    7587# Parametre de lecture de l'ozone 
     
    8092# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology 
    8193read_climoz=_AUTO_ 
    82 #  
     94# 
    8395# Aerosols stratospheriques utilises par defaut  
    8496flag_aerosol_strat=_AUTO_ : DEFAULT=2 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.4/GENERAL/PARAM/config.def_preind

    r4936 r6268  
    88carbon_cycle_rad=_AUTO_ : DEFAULT=n 
    99 
     10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)  
     11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n 
     12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)  
     13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576 
     14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)  
     15read_fco2_land_cor=_AUTO_ : DEFAULT=n 
     16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)  
     17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036 
     18 
    1019##  Cycle diurne  ou non                  
    1120iflag_cycle_diurne=1 
    1221 
    13 ## Pas de temps de couplage (s).  
     22## Soil Model ou non 
     23soil_model=y 
     24 
     25## Pas de temps de couplage (s) 
    1426t_coupl=_AUTO_ 
    15  
    16 ##  Soil Model  ou non                
    17 soil_model=y 
    1827 
    1928## Nombre  d'appels des routines de rayonnements ( par jour)                  
     
    4352### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags) 
    4453co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+02 
     54## co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport) 
     55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02 
    4556### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6 
    4657CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02 
     
    8192# 
    8293# Aerosols stratospheriques utilises par defaut  
    83 # 
    8494flag_aerosol_strat=_AUTO_ : DEFAULT=2 
    8595# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
     
    8797# 
    8898# COSP 
    89 # 
    9099ok_cosp=_AUTO_ 
Note: See TracChangeset for help on using the changeset viewer.