Ignore:
Timestamp:
11/21/22 15:45:39 (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.