Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for testing with JCB #9

Closed
danholdaway opened this issue May 23, 2024 · 1 comment
Closed

Allow for testing with JCB #9

danholdaway opened this issue May 23, 2024 · 1 comment
Assignees

Comments

@danholdaway
Copy link
Collaborator

  1. In jcb-algorithms add the optional testing section in 3dvar / localensembleda YAML files.
# Optionally test the application
{% if 3dvar_test_file is defined %}
test:
{% filter indent(width=2) %}
{% set 3dvar_test_file = 3dvar_test_file|default('3dvar_test', true) ~ '.yaml.j2' %}
{% include 3dvar_test_file %}
{% endfilter %}
{% endif %}
  1. In jcb-gdas/model/atmosphere add 3dvar_test.yaml.j2
reference filename: {{reference_filename}}
test output filename: {{test_output_filename}}
integer tolerance: {{integer_tolerance}}
float relative tolerance: {{float_relative_tolerance}}
  1. In GDASapp/test/atm/global-workflow modify the jcb-3dvar.yaml

3dvar_test_file: 3dvar_test
reference_filename: ./3dvar.ref
test_output_filename: ./3dvar.out

@DavidNew-NOAA
Copy link
Contributor

Resolved by jcb-algorithms #1 and GDASApp #1129, #1136, #1154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants