Changeset 6859


Ignore:
Timestamp:
05/29/24 20:28:40 (4 weeks ago)
Author:
jgipsl
Message:

Handel new output file sechiba_stomate_history that can be set in ORCHIDEE_2_2 or ORCHIDEE trunk from revison 8572. The file will be deactivated if not set in orchidee.card.

File:
1 edited

Legend:

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

    r6820 r6859  
    189189        fi 
    190190    fi 
    191          
     191     
     192    # sechiba_stomate_history.nc: small output file with variables from the whole model mixed in the same file 
     193    if [ X${orchidee_UserChoices_output_level_sechiba_stomate_history} = X ] || [ X${orchidee_UserChoices_output_level_sechiba_stomate_history} = XNONE ] ; then 
     194        # output_level_sechiba_history_4dim is not set in sechiba.card or it is set to NONE. 
     195        # Deactivate the file. 
     196        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 enabled .FALSE. 
     197        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_level 0 
     198        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_freq 1mo 
     199    else 
     200        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 enabled      .TRUE. 
     201        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_level ${orchidee_UserChoices_output_level_sechiba_stomate_history} 
     202        IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_freq  ${orchidee_UserChoices_output_freq_sechiba_stomate_history} 
     203    fi 
     204     
    192205 
    193206    # Add include of orchidee context in iodef.xml 
Note: See TracChangeset for help on using the changeset viewer.