Ignore:
Timestamp:
08/03/23 11:51:49 (10 months ago)
Author:
acosce
Message:

correct some typo

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER
Files:
2 edited

Legend:

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

    r6338 r6586  
    367367    fi 
    368368 
    369     if [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ; then 
     369    if [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ; then 
    370370    echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
    371371    IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     
    484484    fi  
    485485 
    486     if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
     486    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ) ; then 
    487487        # Set carbon cycle parameters according to parmeters in lmdz.card  
    488488        IGCM_comp_modifyDefFile blocker config.def level_coupling_esm 2  
  • CONFIG/UNIFORM/v6/IPSLCM6.3/GENERAL/DRIVER/pisces.driver

    r6076 r6586  
    8585    IGCM_comp_modifyNamelist force  namelist_pisces_cfg atcco2 ${LMDZ_CO2} 
    8686 
    87     if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
     87    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ) ; then 
    8888        ##-- N2O forcing : update atcn2o value in namelist_pisces_cfg with the same one used in LMDZ 
    8989        IGCM_debug_Print 1 "Take same N2O as for LMDZ, in parameter file config.def." 
     
    115115    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y_pis output_level ${pisces_UserChoices_OutputLevel} 
    116116 
    117     if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ) ; then 
     117    if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ) ; then 
    118118      # Output file with PISCES gas variables 
    119119      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file41 enabled .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.