-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #308 from NOAA-GFDL/162.fix-yaml-overwrites
162.fix yaml overwrites
- Loading branch information
Showing
9 changed files
with
267 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
44 changes: 44 additions & 0 deletions
44
fre/pp/tests/AM5_example/yaml_include/pp-test.c96_amip.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# local reusable variable overrides | ||
fre_properties: | ||
- &custom_interp "200,200" | ||
|
||
# directory overrides | ||
#c96_amip_directories: | ||
directories: | ||
<<: *shared_directories | ||
ptmp_dir: "/ptmp/$USER" | ||
pp_grid_spec: *GRID_SPEC96 | ||
|
||
#c96_amip_postprocess: | ||
postprocess: | ||
# pp setting overrides | ||
settings: | ||
<<: *shared_settings | ||
pp_start: *ANA_AMIP_START | ||
pp_stop: *ANA_AMIP_END | ||
pp_chunk_a: *PP_AMIP_CHUNK96 | ||
pp_components: "atmos atmos_scalar" | ||
switches: | ||
<<: *shared_switches | ||
do_statics: False | ||
|
||
# main pp instructions | ||
components: | ||
- type: "atmos_cmip-TEST" | ||
sources: "atmos_month_cmip atmos_8xdaily_cmip atmos_daily_cmip" | ||
sourceGrid: "cubedsphere" | ||
xyInterp: *custom_interp | ||
interpMethod: "conserve_order2" | ||
inputRealm: 'atmos' | ||
- type: "atmos-TEST" | ||
sources: "atmos_month" | ||
sourceGrid: "cubedsphere" | ||
xyInterp: *PP_XYINTERP96 | ||
interpMethod: "conserve_order2" | ||
inputRealm: 'atmos' | ||
- type: "atmos_level_cmip-TEST" | ||
sources: "atmos_level_cmip" | ||
sourceGrid: "cubedsphere" | ||
xyInterp: *PP_XYINTERP96 | ||
interpMethod: "conserve_order2" | ||
inputRealm: 'atmos' |
Oops, something went wrong.