Skip to content

Commit

Permalink
Change $(foo) to {{ foo }} in YAMLs (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Mar 25, 2024
1 parent 861ae2b commit c14ff22
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 948 deletions.
2 changes: 1 addition & 1 deletion parm/atm/berror/staticb_identity.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
covariance model: FV3JEDI-ID
date: '{{ATM_WINDOW_BEGIN}}'
date: '{{ ATM_WINDOW_BEGIN }}'
5 changes: 0 additions & 5 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ add_test(NAME test_gdasapp_jedi_increment_to_fv3
COMMAND ${Python3_EXECUTABLE} ${PROJECT_SOURCE_DIR}/ush/jediinc2fv3.py ${PROJECT_BINARY_DIR}/test/testdata/atmges_compress.nc4 ${PROJECT_BINARY_DIR}/test/testdata/atminc_compress.nc4 ${PROJECT_BINARY_DIR}/test/testoutput/fv_increment.nc
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/test/)

# test for converting ewok yaml to gdas
add_test(NAME test_gdasapp_convert_ewok_yaml
COMMAND ${PROJECT_SOURCE_DIR}/test/convert_ewok_yaml.sh ${PROJECT_BINARY_DIR} ${PROJECT_SOURCE_DIR}
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/test/)

# high level tests that require the global-workflow
if (WORKFLOW_TESTS)

Expand Down
10 changes: 0 additions & 10 deletions test/convert_ewok_yaml.sh

This file was deleted.

327 changes: 0 additions & 327 deletions test/testinput/amsua_n19_ewok.yaml

This file was deleted.

Loading

0 comments on commit c14ff22

Please sign in to comment.