You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in [postprocess][settings]:
- can add keys: pp_chunks, pp_start, pp_stop, pp_grid_spec if needed/defined
- for pp_chunks (pp_chunk_a and pp_chunk_b were replaced by pp_chunks)
pp_chunks:
- *PP_CMIP_CHUNK_A
- *PP_CMIP_CHUNK_B
in [postprocess][switches]:
- remove do_statics
- add do_analysis_only
Is your feature request related to a problem? Please describe.
Update yaml formatting
In esm4.yaml:
move
directoriesandpostprocesssection to own./pp/settings.yamlfor exampleadd
settings.yamlpath under experiment's:remove
sharedsectionIn new
pp/settings.yaml:[postprocess][settings]:- can add keys:
pp_chunks,pp_start,pp_stop,pp_grid_specif needed/defined- for
pp_chunks(pp_chunk_aandpp_chunk_bwere replaced bypp_chunks)[postprocess][switches]:- remove
do_statics- add
do_analysis_only