Skip to content

Commit

Permalink
Add testing of client owned algorithms (#13)
Browse files Browse the repository at this point in the history
Make sure the important feature of adding algorithms to the client is
tested at the JCB level.

Co-authored-by: danholdaway <[email protected]>
  • Loading branch information
danholdaway and danholdaway authored Oct 23, 2024
1 parent f959ab3 commit 1a92634
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/client_integration/gdas-atmosphere-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ supported_algorithms:
- hofx3d
- hofx4d
- local_ensemble_da
# Local algorithms
- fv3jedi_fv3inc_lgetkf
- fv3jedi_fv3inc_variational

# This is overwritten in the testing but allows command line test of jcb
algorithm: fv3jedi_fv3inc_lgetkf

# Search path for model and obs for JCB (relative for the submodule, or can be absolute)
# --------------------------------------------------------------------------------------
app_path_algorithm: gdas/algorithm/atmosphere
app_path_model: gdas/model/atmosphere
app_path_observations: gdas/observations/atmosphere
app_path_observation_chronicle: gdas/observation_chronicle/atmosphere
Expand Down

0 comments on commit 1a92634

Please sign in to comment.