Ignore:
Timestamp:
02/05/18 10:30:20 (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).

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r3517 r3563  
    1010 
    1111VEGET_UPDATE=1Y 
     12 
     13 
     14# Specify output level for output files 
     15# Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here. 
     16# output_level_filename=0     : lowest level writing only variables needed for the monitoring 
     17# output_level_filename=12    : highest level which will output all variables 
     18# output_level_filename=NONE  : deactivate the file 
     19output_level_sechiba_history = 11 
     20output_level_sechiba_out_2 = NONE 
     21output_level_sechiba_history_4dim = 11 
     22 
     23# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
     24# Settings using WriteFrequency in config.card is not longer used 
     25output_freq_sechiba_history = 1mo 
     26output_freq_sechiba_out_2 = 10800s 
     27output_freq_sechiba_history_4dim = 1mo 
     28 
    1229 
    1330[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/stomate.card

    r3540 r3563  
    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] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/config.card

    r3458 r3563  
    7878#D-- SRF - 
    7979[SRF] 
    80 WriteFrequency="1M" 
     80# WriteFrequency is not used any more for ORCHIDEE  
     81# Output files are now managed in orchidee.card  
     82WriteFrequency="" 
    8183# If config_Restarts_OverRule == 'n' next 4 params are read 
    8284Restart= n 
     
    9193#D-- SBG - STOMATE 
    9294[SBG] 
    93 WriteFrequency="1M" 
     95# WriteFrequency is not used any more for ORCHIDEE  
     96# Output files are now managed in stomate.card  
     97WriteFrequency="" 
    9498# If config_Restarts_OverRule == 'n' next 4 params are read 
    9599Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/COMP/orchidee.card

    r3537 r3563  
    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/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/COMP/stomate.card

    r3540 r3563  
    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] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_360d/config.card

    r3222 r3563  
    7878#D-- SRF - 
    7979[SRF] 
    80 WriteFrequency="1M" 
     80# WriteFrequency is not used any more for ORCHIDEE  
     81# Output files are now managed in orchidee.card  
     82WriteFrequency="" 
    8183# If config_Restarts_OverRule == 'n' next 4 params are read 
    8284Restart= n 
     
    9193#D-- SBG - STOMATE 
    9294[SBG] 
    93 WriteFrequency="1M" 
     95# WriteFrequency is not used any more for ORCHIDEE  
     96# Output files are now managed in stomate.card  
     97WriteFrequency="" 
    9498# If config_Restarts_OverRule == 'n' next 4 params are read 
    9599Restart= n 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/orchidee.card

    r3537 r3563  
    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/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl/COMP/stomate.card

    r3540 r3563  
    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] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r3460 r3563  
    7878#D-- SRF - 
    7979[SRF] 
    80 WriteFrequency="1M" 
     80# WriteFrequency is not used any more for ORCHIDEE  
     81# Output files are now managed in orchidee.card  
     82WriteFrequency="" 
    8183# If config_Restarts_OverRule == 'n' next 4 params are read 
    8284Restart= n 
     
    9193#D-- SBG - STOMATE 
    9294[SBG] 
    93 WriteFrequency="1M" 
     95# WriteFrequency is not used any more for ORCHIDEE  
     96# Output files are now managed in stomate.card  
     97WriteFrequency="" 
    9498# If config_Restarts_OverRule == 'n' next 4 params are read 
    9599Restart= n 
Note: See TracChangeset for help on using the changeset viewer.