Changeset 6625 for CONFIG


Ignore:
Timestamp:
09/20/23 17:48:53 (10 months ago)
Author:
jgipsl
Message:
  • Use syntax 3h insteand of 10800s otherwise there will be problemes with the reamapping because only some options are coded in ORCHIDEE.
  • Added 2 output files which are optional and could be actived directly in file_def_orchidee.xml.


Location:
CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZOR/clim_pdControl_ORCHv4/COMP/orchidee.card

    r6520 r6625  
    3131output_level_sechiba_history_4dim = 11 
    3232 
    33 # Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
     33# Specify output frequency for each file [1y, 1mo, 1d, 3h, 1h, 1ts] 
    3434# Settings using WriteFrequency in config.card is not longer used 
    3535output_freq_sechiba_history = 1mo 
    36 output_freq_sechiba_out_2 = 10800s 
     36output_freq_sechiba_out_2 = 3h 
    3737output_freq_sechiba_history_4dim = 1mo 
    3838 
     
    7272List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 
    7373        (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \ 
    74         (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE) 
     74        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE), \ 
     75        (ORCHIDEE_interp_diag.nc, ${R_OUT_SRF_O_H}/${PREFIX}_ORCHIDEE_interp_diag.nc, NONE), \ 
     76        (foring_by_ORCHIDEE.nc,   ${R_OUT_SRF_O_H}/${PREFIX}_foring_by_ORCHIDEE.nc,   NONE) 
    7577 
    7678[Post_1M_sechiba_history] 
  • CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/IPSLCM/piControl_ORCHv4_TEST/COMP/orchidee.card

    r6520 r6625  
    3131output_level_sechiba_history_4dim = NONE 
    3232 
    33 # Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts] 
     33# Specify output frequency for each file [1y, 1mo, 1d, 3h, 1h, 1ts] 
    3434# Settings using WriteFrequency in config.card is not longer used 
    3535output_freq_sechiba_history = 1mo 
     
    7474List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 
    7575        (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \ 
    76         (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE) 
     76        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE), \ 
     77        (ORCHIDEE_interp_diag.nc, ${R_OUT_SRF_O_H}/${PREFIX}_ORCHIDEE_interp_diag.nc, NONE), \ 
     78        (foring_by_ORCHIDEE.nc,   ${R_OUT_SRF_O_H}/${PREFIX}_foring_by_ORCHIDEE.nc,   NONE)      
    7779 
    7880[Post_1M_sechiba_history] 
Note: See TracChangeset for help on using the changeset viewer.