Ignore:
Timestamp:
2024-05-29T20:24:39+02:00 (6 weeks ago)
Author:
josefine.ghattas
Message:

Integrated from the trunk [8571]:

xml and driver : add new output file with mixed sechiba and stomate variables done to optimize output for the tuning of IPSLCM model (less variables and files). The variables in the new file were previously set up in experiment IPSLCM7/IPSLCM-reg/pdpiControl_TUNING.

intersurf : remove write at each time step

Location:
branches/ORCHIDEE_2_2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2

    • Property svn:mergeinfo changed
      /trunkmerged: 8571
  • branches/ORCHIDEE_2_2/ORCHIDEE_OL

  • branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG1transnd/COMP/sechiba.driver

    r7911 r8572  
    188188            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechiba3 output_freq  ${sechiba_UserChoices_output_freq_sechiba_history_4dim} 
    189189        fi 
     190 
     191        # sechiba_stomate_history.nc: small output file with variables from the whole model mixed in the same file 
     192        if [ X${sechiba_UserChoices_output_level_sechiba_stomate_history} = X ] || [ X${sechiba_UserChoices_output_level_sechiba_stomate_history} = XNONE ] ; then 
     193            # output_level_sechiba_history_4dim is not set in sechiba.card or it is set to NONE. 
     194            # Deactivate the file. 
     195            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 enabled .FALSE. 
     196            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_level 0 
     197            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_freq 1mo 
     198        else 
     199            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 enabled      .TRUE. 
     200            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_level ${sechiba_UserChoices_output_level_sechiba_stomate_history} 
     201            IGCM_comp_modifyXmlFile nonblocker file_def_orchidee.xml sechibastomate1 output_freq  ${sechiba_UserChoices_output_freq_sechiba_stomate_history} 
     202        fi 
     203 
    190204    fi 
    191205 
Note: See TracChangeset for help on using the changeset viewer.