Ignore:
Timestamp:
12/22/22 16:17:21 (19 months ago)
Author:
aclsce
Message:

IPSLCM7 : updated component revisions accordingly with ICOLMDZOR_v7 for DYNAMICO, ICOSA_LMDZ, ORCHIDEE and LMDZ.

Location:
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL
Files:
5 added
10 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/dynamico.driver

    r5479 r6296  
    2121        IGCM_debug_Exit "RESOL_ATM_Z must be set in dynamico.card UserSection" 
    2222        IGCM_debug_Verif_Exit 
     23    fi 
     24 
     25    if [ ! -f ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml ];  then  
     26        module load python3 
     27        python3 ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml.py > ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml 
    2328    fi 
    2429 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/lmdz.driver

    r6014 r6296  
    3131        RESOL_ATM_Z=${dynamico_UserChoices_RESOL_ATM_Z} 
    3232        RESOL_NBP=${dynamico_UserChoices_RESOL_NBP} 
     33    RESOL_ATM="nbp${RESOL_NBP}" 
    3334    fi 
    3435 
     
    379380    fi 
    380381 
    381     if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
     382    if [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ; then 
     383    echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
     384    IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     385    IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
     386    elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    382387        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    383388        IGCM_comp_modifyDefFile blocker run.def type_trac inca 
     
    492497    fi  
    493498 
    494     if [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then 
     499    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
    495500        # Set carbon cycle parameters according to parmeters in lmdz.card  
    496501        IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2  
     
    498503        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_tr ${lmdz_UserChoices_carbon_cycle_tr} 
    499504        IGCM_comp_modifyDefFile blocker config.def carbon_cycle_rad ${lmdz_UserChoices_carbon_cycle_rad} 
     505        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 ${lmdz_UserChoices_co2_ppm0}  
    500506    else 
    501507        # Take default value set in config.def 
     
    504510        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_tr DEFAULT 
    505511        IGCM_comp_modifyDefFile nonblocker config.def carbon_cycle_rad DEFAULT 
     512        IGCM_comp_modifyDefFile nonblocker config.def co2_ppm0 DEFAULT 
     513    fi 
     514 
     515    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] ) ; then 
     516        # Set carbon cycle parameters according to parmeters in lmdz.card  
     517        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor ${lmdz_UserChoices_read_fco2_ocean_cor} 
     518        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor ${lmdz_UserChoices_var_fco2_ocean_cor} 
     519        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor ${lmdz_UserChoices_read_fco2_land_cor} 
     520        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor ${lmdz_UserChoices_var_fco2_land_cor} 
     521    else 
     522        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_ocean_cor DEFAULT 
     523        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_ocean_cor DEFAULT 
     524        IGCM_comp_modifyDefFile nonblocker config.def read_fco2_land_cor DEFAULT 
     525        IGCM_comp_modifyDefFile nonblocker config.def var_fco2_land_cor DEFAULT 
    506526    fi 
    507527 
     
    572592    fi 
    573593    # Include xml files for output configuration if running with workflow CMIP6 
    574     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
     594    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
    575595        echo '<context id="LMDZ" src="./ping_lmdz.xml"/>' >> add.tmp 
    576596        echo '<context id="LMDZ" src="./dr2xml_lmdz.xml"/>' >> add.tmp 
     
    615635            valuei=720 
    616636            valuej=360 
     637    elif [ ${RESOL_NBP} == 320  ] ; then 
     638        valuei=1440 
     639        valuej=720 
    617640        else 
    618641            IGCM_debug_Exit "RESOL_NBP=${RESOL_NBP} is not yet implemented in drivers" 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/orchidee.driver

    r5479 r6296  
    1515    fi 
    1616 
     17    # Define the resolution only if the composant ICO for DYNAMICO is set in config.card 
     18    if [ ! X${config_ListOfComponents_ICO} = X ] ; then 
     19    RESOL_SRF="nbp${RESOL_NBP}" 
     20    fi 
     21 
     22 
    1723    IGCM_debug_PopStack "SRF_Initialize" 
    1824} 
     
    4046        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate2 output_level 0 
    4147        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate2 output_freq 1mo 
    42  
    43         IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 enabled .FALSE. 
    44         IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 output_level 0 
    45         IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 output_freq 1mo 
     48        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 enabled .FALSE. 
     49        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 output_level 0 
     50        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate3 output_freq 1mo 
     51        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate4 enabled .FALSE. 
     52        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate4 output_level 0 
     53        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml stomate4 output_freq 1mo 
    4654    fi 
    4755 
     
    6472    else 
    6573        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE 0Y 
     74    fi 
     75 
     76    # Set parameters related to ROUTING in orchidee.def 
     77    if [ X${orchidee_UserChoices_ROUTING} = X ] || [ X${orchidee_UserChoices_ROUTING} = Xstandard ]; then 
     78        # Nothing is set or ROUTING=standard in orchidee.def, default option 
     79        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING y 
     80        IGCM_comp_modifyDefFile nonblocker orchidee.def ROUTING_METHOD  standard 
     81    elif [ X${orchidee_UserChoices_ROUTING} = Xsimple ]; then 
     82        # ROUTING=simple is set in orchidee.card 
     83        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING y 
     84        IGCM_comp_modifyDefFile nonblocker orchidee.def ROUTING_METHOD  simple 
     85    elif [ X${orchidee_UserChoices_ROUTING} = Xhighres ]; then 
     86        # ROUTING=highres is set in orchidee.card 
     87        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING y 
     88        IGCM_comp_modifyDefFile nonblocker orchidee.def ROUTING_METHOD  highres 
     89    else 
     90        # ROUTING=off, routing will be deactivated 
     91        IGCM_comp_modifyDefFile nonblocker orchidee.def RIVER_ROUTING n 
     92        IGCM_comp_modifyDefFile nonblocker orchidee.def ROUTING_METHOD  standard 
    6693    fi 
    6794 
     
    114141        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 output_level ${orchidee_UserChoices_output_level_sechiba_history} 
    115142        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba1 output_freq  ${orchidee_UserChoices_output_freq_sechiba_history} 
     143        IGCM_comp_modifyXmlFile force      file_def_orchidee.xml groupremap_sechiba1 group_ref remap_${orchidee_UserChoices_output_freq_sechiba_history} 
    116144    fi 
    117145     
     
    126154        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 output_level ${orchidee_UserChoices_output_level_sechiba_out_2} 
    127155        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba2 output_freq  ${orchidee_UserChoices_output_freq_sechiba_out_2} 
     156        IGCM_comp_modifyXmlFile force      file_def_orchidee.xml groupremap_sechiba2 group_ref remap_${orchidee_UserChoices_output_freq_sechiba_out_2}           
    128157    fi 
    129158     
     
    138167        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_level ${orchidee_UserChoices_output_level_sechiba_history_4dim} 
    139168        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_freq  ${orchidee_UserChoices_output_freq_sechiba_history_4dim} 
     169        IGCM_comp_modifyXmlFile force      file_def_orchidee.xml groupremap_sechiba3 group_ref remap_${orchidee_UserChoices_output_freq_sechiba_history_4dim}            
    140170    fi 
    141171         
     
    153183        echo '<context id="orchidee" src="./context_input_orchidee.xml"/>' >> add.tmp 
    154184    fi 
     185 
     186    # Add inclusion of file context_routing_orchidee.xml if this file exists 
     187    if [ -f context_routing_orchidee.xml ] ; then 
     188        echo '<context id="orchidee" src="./context_routing_orchidee.xml"/>' >> add.tmp 
     189    fi 
     190 
    155191    # Include xml files for output configuration if running with workflow CMIP6 
    156     if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
    157         echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
    158         echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 
     192    if ( [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] || [ X${config_Post_dr2xmlIPSL} = XTRUE ] ) ; then 
     193          echo '<context id="orchidee" src="./ping_orchidee.xml"/>' >> add.tmp 
     194          echo '<context id="orchidee" src="./dr2xml_orchidee.xml"/>' >> add.tmp 
    159195    fi 
    160196    cp iodef.xml iodef.xml.tmp 
     
    198234            valuei=720 
    199235            valuej=360 
     236    elif [ ${RESOL_NBP} == 320  ] ; then 
     237        valuei=1440 
     238        valuej=720 
    200239        else 
    201240            IGCM_debug_Exit "RESOL_NBP=${RESOL_NBP} is not yet implemented in drivers" 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/config.def_actuel

    r5479 r6296  
    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/v7/IPSLCM7/GENERAL/PARAM/config.def_annuel

    r5479 r6296  
    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/v7/IPSLCM7/GENERAL/PARAM/config.def_preind

    r5479 r6296  
    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/v7/IPSLCM7/GENERAL/PARAM/iodef.xml

    r5479 r6296  
    2121        <variable_group id="buffer"> 
    2222            <variable id="optimal_buffer_size" type="string">performance</variable> 
    23             <variable id="buffer_size_factor" type="double">1.0</variable> 
     23            <variable id="buffer_size_factor" type="double">2.0</variable> 
    2424            <variable id="min_buffer_size" type="int">10000000</variable> 
    2525         </variable_group> 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/namcouple_ORCA1xICO40

    r5479 r6296  
    6060# Mozaic: 1) mapping filename 2) connected unit 3) dataset rank 4) Maximum 
    6161#         number of overlapped neighbors 
    62 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     62rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    6363# CHECKOUT: indicate computation of global, land and sea field integrals. 
    6464# 
     
    7575# CHECKIN: indicate computation of global, land and sea field integrals. 
    7676# 
    77 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     77rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    7878# CHECKOUT: indicate computation of global, land and sea field integrals. 
    7979# 
     
    9090# CHECKIN: indicate computation of global, land and sea field integrals. 
    9191#  
    92 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     92rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    9393# CHECKOUT: indicate computation of global, land and sea field integrals. 
    9494# 
     
    105105# CHECKIN: indicate computation of global, land and sea field integrals. 
    106106# 
    107  rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     107 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    108108# CHECKOUT: indicate computation of global, land and sea field integrals. 
    109109# 
     
    119119# CHECKIN: indicate computation of global, land and sea field integrals. 
    120120# 
    121 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     121rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    122122# CHECKOUT: indicate computation of global, land and sea field integrals. 
    123123# 
     
    133133# CHECKIN: indicate computation of global, land and sea field integrals. 
    134134# 
    135 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     135rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    136136# CHECKOUT: indicate computation of global, land and sea field integrals. 
    137137 
     
    146146# CHECKIN: indicate computation of global, land and sea field integrals. 
    147147# 
    148 rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v1.nc dst 
     148rmp_teORCA1.2_to_tICO40_TempIceAlb_1stOrder_MOSAIX_v2.nc dst 
    149149# CHECKOUT: indicate computation of global, land and sea field integrals. 
    150150# 
     
    164164# CHECKIN: indicate computation of global, land and sea field integrals. 
    165165# Interpolation method ou parametres mozaic 
    166 rmp_tICO40_to_ueORCA1.2_WindStress_2ndOrder_MOSAIX_v1.nc src 
     166rmp_tICO40_to_ueORCA1.2_WindStress_2ndOrder_MOSAIX_v2.nc src 
    167167# CHECKOUT: indicate computation of global, land and sea field integrals. 
    168168# 
     
    177177# CHECKIN: indicate computation of global, land and sea field integrals. 
    178178# Interpolation method ou parametres mozaic 
    179 rmp_tICO40_to_ueORCA1.2_WindStress_2ndOrder_MOSAIX_v1.nc src 
     179rmp_tICO40_to_ueORCA1.2_WindStress_2ndOrder_MOSAIX_v2.nc src 
    180180# CHECKOUT: indicate computation of global, land and sea field integrals. 
    181181# 
     
    190190# CHECKIN: indicate computation of global, land and sea field integrals. 
    191191# Interpolation method ou parametres mozaic 
    192 rmp_tICO40_to_ueORCA1.2_WindStress_2ndOrder_MOSAIX_v1.nc src 
     192rmp_tICO40_to_ueORCA1.2_WindStress_2ndOrder_MOSAIX_v2.nc src 
    193193# CHECKOUT: indicate computation of global, land and sea field integrals. 
    194194# 
     
    205205MAPPING 
    206206# Interpolation method or mozaic parameters 
    207 rmp_tICO40_to_veORCA1.2_WindStress_2ndOrder_MOSAIX_v1.nc src 
     207rmp_tICO40_to_veORCA1.2_WindStress_2ndOrder_MOSAIX_v2.nc src 
    208208# CHECKOUT: indicate computation of global, land and sea field integrals. 
    209209# 
     
    219219MAPPING 
    220220# Interpolation method or mozaic parameters 
    221 rmp_tICO40_to_veORCA1.2_WindStress_2ndOrder_MOSAIX_v1.nc src 
     221rmp_tICO40_to_veORCA1.2_WindStress_2ndOrder_MOSAIX_v2.nc src 
    222222# 
    223223# CHECKOUT: indicate computation of global, land and sea field integrals. 
     
    234234MAPPING 
    235235# Interpolation method or mozaic parameters 
    236 rmp_tICO40_to_veORCA1.2_WindStress_2ndOrder_MOSAIX_v1.nc src 
     236rmp_tICO40_to_veORCA1.2_WindStress_2ndOrder_MOSAIX_v2.nc src 
    237237# CHECKOUT: indicate computation of global, land and sea field integrals. 
    238238# 
     
    246246# CHECKIN: indicate computation of global, land and sea field integrals. 
    247247# Interpolation method ou parametres mozaic 
    248 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     248rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    249249# CHECKOUT: indicate computation of global, land and sea field integrals. 
    250250#  
     
    259259# CHECKIN: indicate computation of global, land and sea field integrals. 
    260260# Interpolation method ou parametres mozaic 
    261 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     261rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    262262# CHECKOUT: indicate computation of global, land and sea field integrals. 
    263263# 
     
    272272# CHECKIN: indicate computation of global, land and sea field integrals. 
    273273# Interpolation method ou parametres mozaic 
    274 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     274rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    275275# CHECKOUT: indicate computation of global, land and sea field integrals. 
    276276# 
     
    285285# CHECKIN: indicate computation of global, land and sea field integrals. 
    286286# Interpolation method ou parametres mozaic 
    287 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     287rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    288288# CHECKOUT: indicate computation of global, land and sea field integrals. 
    289289# 
     
    298298# CHECKIN: indicate computation of global, land and sea field integrals. 
    299299# Interpolation method ou parametres mozaic 
    300 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     300rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    301301# CHECKOUT: indicate computation of global, land and sea field integrals. 
    302302# 
     
    311311# CHECKIN: indicate computation of global, land and sea field integrals. 
    312312# Interpolation method or mozaic parameters 
    313 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     313rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    314314# CHECKOUT: indicate computation of global, land and sea field integrals. 
    315315# 
     
    324324# CHECKIN: indicate computation of global, land and sea field integrals. 
    325325# Interpolation method ou parametres mozaic 
    326 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     326rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    327327# CHECKOUT: indicate computation of global, land and sea field integrals. 
    328328# 
     
    337337# CHECKIN: indicate computation of global, land and sea field integrals. 
    338338# Interpolation method or mozaic parameters 
    339 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     339rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    340340# CHECKOUT: indicate computation of global, land and sea field integrals. 
    341341# 
     
    350350# CHECKIN: indicate computation of global, land and sea field integrals. 
    351351# Interpolation method ou parametres mozaic 
    352 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     352rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    353353# CHECKOUT: indicate computation of global, land and sea field integrals. 
    354354# 
     
    363363# CHECKIN: indicate computation of global, land and sea field integrals. 
    364364# Interpolation method ou parametres mozaic 
    365 rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v1.nc src 
     365rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_2ndOrder_MOSAIX_v2.nc src 
    366366# CHECKOUT: indicate computation of global, land and sea field integrals. 
    367367# 
     
    377377# CHECKIN: indicate computation of global, land and sea field integrals. 
    378378# Interpolation method ou parametres mozaic 
    379 rmp_tICO40_to_teORCA1.2_calving_nosouth_MOSAIX_v1.nc dst 
     379rmp_tICO40_to_teORCA1.2_calving_nosouth_MOSAIX_v2.nc dst 
    380380# CHECKOUT: indicate computation of global, land and sea field integrals. 
    381381# 
     
    391391# CHECKIN: indicate computation of global, land and sea field integrals. 
    392392# Interpolation method ou parametres mozaic 
    393 rmp_tICO40_to_teORCA1.2_calving_iceberg_MOSAIX_v1.nc dst 
     393rmp_tICO40_to_teORCA1.2_calving_iceberg_MOSAIX_v2.nc dst 
    3943940.5 0 
    395395# CHECKOUT: indicate computation of global, land and sea field integrals. 
     
    405405# CHECKIN: indicate computation of global, land and sea field integrals. 
    406406# Interpolation method ou parametres mozaic 
    407 rmp_tICO40_to_teORCA1.2_calving_iceshelf_MOSAIX_v1.nc dst 
     407rmp_tICO40_to_teORCA1.2_calving_iceshelf_MOSAIX_v2.nc dst 
    4084080.5 0 
    409409# CHECKOUT: indicate computation of global, land and sea field integrals. 
     
    412412# Field 27 : liquid run-off (river + direct)  (a->o 18) 
    413413# 
    414 COLIQRUN  O_Runoff 32 <freq_coupling_roff_calv>  3  flxat.nc   <output_mode> 
    415 1 16002 362 332 tico  torc  LAG=<lag_atm_roff_calv>  
    416 P  0 P  2 
    417 MAPPING CONSERV BLASNEW 
     414COLIQRUN  O_Runoff 32 <freq_coupling_roff_calv>  4  flxat.nc   <output_mode> 
     4151 16002 362 332 oico  torc  LAG=<lag_atm_roff_calv>  
     416P  0 P  2 
     417LOCTRANS MAPPING CONSERV BLASNEW 
     418AVERAGE 
    418419# Interpolation method ou parametres mozaic 
    419420# weights convert from kg/s to kg/m^2/s 
    420 rmp_tICO40_to_teORCA1.2_runoff_Quantity_to_Surfacic_MOSAIX_v1.nc src 
    421 #rmp_tICO40_to_teORCA1.2_Quantity_MOSAIX_v1.nc src 
    422 #rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_MOSAIX_v1.nc src 
     421rmp_tICO40_to_teORCA1.2_runoff_Quantity_to_Surfacic_MOSAIX_v2.nc dst 
     422#rmp_tICO40_to_teORCA1.2_Quantity_MOSAIX_v2.nc src 
     423#rmp_tICO40_to_teORCA1.2_HeatWaterFluxes_MOSAIX_v2.nc src 
    423424# CONSERV 
    424425GLOBAL bfb 
    425426# change units from m/s to kg/s 
    426 1000 0 
     4271000.0 0 
    427428# CHECKOUT: indicate computation of global, land and sea field integrals. 
    428429# 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/orchidee.def

    r5483 r6296  
    4141# Activate river routing 
    4242# default = y 
    43 RIVER_ROUTING = n  
     43RIVER_ROUTING = _AUTO_ 
     44 
     45# Choice of routing method: standard or simple 
     46ROUTING_METHOD = _AUTO_ 
    4447 
    4548# Activate creation of river_desc.nc file 
     
    133136 
    134137# Activate downregulation for CO2 
    135 DOWNREGULATION_CO2=y 
     138# Set DOWNREGULATION_CO2_NEW=y to activate new revised version of  
     139# downregulation parametrization available in ORCHIDEE_2_0 for  
     140# configurations v6.1.11 or later or in ORCHIDEE_2_2 from revision 6393 and later.  
     141# When DOWNREGULATION_CO2_NEW=y,  
     142# DOWNREGULATION_CO2 will be forced to false by the model. 
     143DOWNREGULATION_CO2_NEW=y 
    136144DOWNREGULATION_CO2_BASELEVEL=380. 
    137145 
     
    218226#************************************************************************ 
    219227# CHEMISTRY_OK_BVOC :  Activate chemistry 
    220 CHEMISTRY_BVOC =  n 
     228CHEMISTRY_BVOC = _AUTO_: DEFAULT=n 
    221229 
    222230# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach? 
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/ping_LMDZ.xml

    r5479 r6296  
    174174   <field id="CMIP6_od550so4so"    field_ref="dummy_not_provided"        /> <!-- P1 (1)  : Stratospheric Optical depth at 550 nm (sulphate only) 2D-field (here we limit the computation of OD to the stratosphere only) -->  
    175175   <field id="CMIP6_od865dust"     field_ref="dummy_not_provided"        /> <!-- P1 (1) atmosphere_optical_thickness_due_to_dust_ambient_aerosol_particles : Optical thickness at 865 nm Dust --> 
     176   <field id="CMIP6_orog"          field_ref="phis" > phis / 9.80665 </field> <!-- P1 (m) surface_altitude : Surface Altitude --> 
    176177   <field id="CMIP6_parasolRefl" field_ref="parasol_refl"                /> <!-- P1 (1) toa_bidirectional_reflectance : PARASOL Reflectance --> 
    177178   <field id="CMIP6_pctisccp"      field_ref="ctpisccp"                  /> <!-- P1 (Pa) air_pressure_at_cloud_top : time-means weighted by the ISCCP Total Cloud Fraction - see  http://cfmip.metoffice.com/COSP.html --> 
Note: See TracChangeset for help on using the changeset viewer.