Ignore:
Timestamp:
02/05/18 13:05:48 (6 years ago)
Author:
jgipsl
Message:

Changed strategy for settings for output files for ORCHIDEE. Activate files, output level and output frequency are now set from orchidee.card and stomate.card. WriteFrequancy in config.card is not used any more for ORCHIDEE (SRF and SBG).

Already done in LMDZOR_v6 in [3563] and [3564]

Location:
CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/orchidee.card

    r3537 r3565  
    1616# VEGET_UPDATE=1Y : update the vegetation and woodharvest file 1st of January each year 
    1717VEGET_UPDATE=0Y 
     18 
     19# Specify output level for output files 
     20# Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here. 
     21# output_level_filename=0     : lowest level writing only variables needed for the monitoring 
     22# output_level_filename=12    : highest level which will output all variables 
     23# output_level_filename=NONE  : deactivate the file 
     24output_level_sechiba_history = 11 
     25output_level_sechiba_out_2 = NONE 
     26output_level_sechiba_history_4dim = 11 
     27 
     28# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
     29# Settings using WriteFrequency in config.card is not longer used 
     30output_freq_sechiba_history = 1mo 
     31output_freq_sechiba_out_2 = 10800s 
     32output_freq_sechiba_history_4dim = 1mo 
    1833 
    1934 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl/COMP/stomate.card

    r3540 r3565  
    33 
    44[UserChoices] 
     5 
     6# Specify output level for output files 
     7# Only the files stomate_history.nc and stomate_ipcc_history.nc can be set here. 
     8# output_level_filname=0     : lowest level writing only variables needed for the monitoring 
     9# output_level_filname=1     : highest level which will output all variables 
     10# output_level_filname=NONE  : deactivate the file 
     11output_level_stomate_history = 1 
     12output_level_stomate_ipcc_history = 1 
     13 
     14# Specify output frequency for each file [1y, 1mo, 1d] 
     15# Settings using WriteFrequency in config.card are not longer used 
     16output_freq_stomate_history = 1mo 
     17output_freq_stomate_ipcc_history = 1mo 
     18 
    519 
    620[InitialStateFiles] 
Note: See TracChangeset for help on using the changeset viewer.