forked from NOAA-GFDL/fre-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.yaml
More file actions
24 lines (22 loc) · 935 Bytes
/
settings.yaml
File metadata and controls
24 lines (22 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#to-do: work on being able to overwrite these if necessary?
fre_properties:
- &PP_AMIP_CHUNK96 "P1Y"
directories:
history_dir: !join [fre/tests/test_files/ascii_files/mock_archive/$USER/, *FRE_STEM, /, *name, /, *platform, -, *target, /, history]
pp_dir: !join [fre/tests/test_files/ascii_files/mock_archive/$USER/, *FRE_STEM, /, *name, /, *platform, -, *target, /, pp]
analysis_dir: !join [fre/tests/test_files/ascii_files/mock_nbhome/$USER/, *FRE_STEM, /, *name]
ptmp_dir: "fre/tests/test_files/ascii_files/mock_xtmp/$USER/ptmp"
# fre_analysis_home: "/home/fms/local/opt/fre-analysis/test"
# shared pp settings
postprocess:
settings:
history_segment: "P1Y"
site: "ppan"
pp_start: *ANA_AMIP_START
pp_stop: *ANA_AMIP_END
pp_chunks:
- *PP_AMIP_CHUNK96
pp_grid_spec: *GRID_SPEC96
switches:
clean_work: True
do_atmos_plevel_masking: True