Ignore:
Timestamp:
05/02/24 13:09:02 (2 months ago)
Author:
jgipsl
Message:

Removed deactivation of REOSLUTION_X, RESOLUTION_Y and CONTFRAC_STOMATE by the driver.

The variables REOSLUTION_X, RESOLUTION_Y cannot be output when running on unstructured grid but the deactivation is done directly in ORCHIDEE (2_2 and 4).

CONTFRAC_STOMATE could be output on untructured grid but it made errors when the remap/output frequence was not correct. For example if the output_freq=1mo but the lenght of the simulation was only 1d, it would crash. The variable CONTFRAC_STOMATE has now been removed as it was also redundant. contfrac from sechiba is now used also in stomate output. This is done in revision 8542 and 8543 in ORCHIDEE_2_2 and ORCHIDEE trunk.

File:
1 edited

Legend:

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

    r6743 r6820  
    190190    fi 
    191191         
    192     if [ ! "X${config_ListOfComponents_ICO}" = "X" ] ; then    
    193        # Desactivate orchidee variables which are not correct in ICOLMDZOR configuration 
    194        IGCM_comp_modifyXmlFile force field_def_orchidee.xml RESOLUTION_X enabled .FALSE. 
    195        IGCM_comp_modifyXmlFile force field_def_orchidee.xml RESOLUTION_Y enabled .FALSE. 
    196        IGCM_comp_modifyXmlFile force field_def_orchidee.xml CONTFRAC_STOMATE enabled .FALSE. 
    197     fi 
    198  
    199192 
    200193    # Add include of orchidee context in iodef.xml 
Note: See TracChangeset for help on using the changeset viewer.