From 9d737b907bbb7ced0a513803f8e6f1c5ac89d51f Mon Sep 17 00:00:00 2001 From: danholdaway Date: Fri, 21 Feb 2025 09:12:30 -0500 Subject: [PATCH] Add test of ensemble mode --- .../gdas-atmosphere-ens-hofx.yaml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 test/client_integration/gdas-atmosphere-ens-hofx.yaml diff --git a/test/client_integration/gdas-atmosphere-ens-hofx.yaml b/test/client_integration/gdas-atmosphere-ens-hofx.yaml new file mode 100644 index 0000000..44a1965 --- /dev/null +++ b/test/client_integration/gdas-atmosphere-ens-hofx.yaml @@ -0,0 +1,52 @@ +# ALgorithm to run +# ---------------- +algorithm: hofx3d + +# Make this an ensemble run +# ------------------------- +number_ensemble_members: 2 +number_first_member: 1 + +# 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 + +# Window things +# ------------- +window_begin: '2024-02-01T00:00:00Z' +window_length: PT6H +bound_to_include: begin + +# Model things +# ------------ +atmosphere_layout_x: 2 +atmosphere_layout_y: 2 +atmosphere_npx_ges: 361 +atmosphere_npy_ges: 361 +atmosphere_npz_ges: 127 +atmosphere_fv3jedi_files_path: DATA/fv3jedi + +# Background +atmosphere_background_path: Data/member{{ "%0{}d".format(3)|format(member) }}/ +atmosphere_background_ensemble_path: "DATA/ens/mem%mem%" + +atmosphere_variational_history_prefix: "bkg_" + +atmosphere_background_time_iso: '2024-02-02T00:00:00Z' + +# Observation things +# ------------------ +observations: +- conventional_ps + +# Naming conventions for observational files +atmosphere_obsdatain_path: DATA/obs +atmosphere_obsdatain_prefix: OPREFIX +atmosphere_obsdatain_suffix: ".2024020100.nc" + +atmosphere_obsdataout_path: DATA/diags +atmosphere_obsdataout_prefix: diag +atmosphere_obsdataout_suffix: "_2024020100.nc"