Ignore:
Timestamp:
05/23/24 13:27:40 (6 weeks ago)
Author:
tlurton
Message:

Added output of PISCES _gastrc.nc files in ESM mode.

File:
1 edited

Legend:

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

    r6628 r6845  
    116116    IGCM_comp_modifyXmlFile nonblocker file_def_nemo-pisces.xml 1y_pis output_level ${pisces_UserChoices_OutputLevel} 
    117117 
    118     if ( [ X${config_UserChoices_ConfigType} = XESMCO2 ] || [ X${config_UserChoices_ConfigType} = XESMCO2CHEM ] ) ; then 
     118    if ( [ X${PiscesGas:0:3} = XESM ] ) ; then 
    119119      # Output file with PISCES gas variables 
    120       IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file41 enabled .TRUE. 
     120      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file41 enabled ${VT1M_ENABLE} 
     121      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file42 enabled ${VT1D_ENABLE} 
     122      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file43 enabled ${VT5D_ENABLE} 
    121123    else 
    122124      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file41 enabled .FALSE. 
     125      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file42 enabled .FALSE. 
     126      IGCM_comp_modifyXmlFile force file_def_nemo-pisces.xml file43 enabled .FALSE. 
    123127    fi 
    124128     
Note: See TracChangeset for help on using the changeset viewer.