Skip to content

Commit

Permalink
Merge branch 'feature/create_ensemble_mode' into feature/calcanl
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Feb 21, 2025
2 parents cdb6e00 + 9d737b9 commit 956165b
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions test/client_integration/gdas-atmosphere-ens-hofx.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 956165b

Please sign in to comment.