Ignore:
Timestamp:
09/22/23 15:51:02 (9 months ago)
Author:
acosce
Message:

fixe a typo bug in case of ESM simulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/lmdz.driver

    r6628 r6632  
    489489    fi  
    490490 
    491     if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ) ; then 
     491    if (  [ X${ConfigType:0:3} = XESM ] ) ; then 
    492492        # Set carbon cycle parameters according to parmeters in lmdz.card  
    493493        IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2  
Note: See TracChangeset for help on using the changeset viewer.