Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parm/jcb-algorithms
22 changes: 22 additions & 0 deletions parm/stat/aero/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Search path for model and obs for JCB
# -------------------------------------
algorithm_path: "{{PARMgfs}}/gdas/jcb-algorithms"
app_path_algorithm: "{{PARMgfs}}/gdas/jcb-gdas/algorithm/obstats/aero"

# Assimilation window
# -------------------
window_begin: "{{ STAT_WINDOW_BEGIN | to_isotime }}"
window_YMDH: "{{ STAT_WINDOW_BEGIN | to_YMDH }}"
window_length: "{{ STAT_WINDOW_LENGTH }}"
bound_to_include: begin

stat_current_cycle_iso: "{{ current_cycle | to_isotime }}"
stat_current_cycle_YMDH: "{{ current_cycle | to_YMDH }}"

# Inputted list of ob spaces
# --------------------------
obsspaces: {{ OBSSPACES_LIST }}

# Obspace variable things
# -----------------------
aero_obsdatain_path: "{{ DATA }}"
22 changes: 22 additions & 0 deletions parm/stat/atmos/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Search path for model and obs for JCB
# -------------------------------------
algorithm_path: "{{PARMgfs}}/gdas/jcb-algorithms"
app_path_algorithm: "{{PARMgfs}}/gdas/jcb-gdas/algorithm/obstats/atmos"

# Assimilation window
# -------------------
window_begin: "{{ STAT_WINDOW_BEGIN | to_isotime }}"
window_YMDH: "{{ STAT_WINDOW_BEGIN | to_YMDH }}"
window_length: "{{ STAT_WINDOW_LENGTH }}"
bound_to_include: begin

stat_current_cycle_iso: "{{ current_cycle | to_isotime }}"
stat_current_cycle_YMDH: "{{ current_cycle | to_YMDH }}"

# Inputted list of ob spaces
# --------------------------
obsspaces: {{ OBSSPACES_LIST }}

# Obspace variable things
# -----------------------
atmosphere_obsdatain_path: "{{ DATA }}"
22 changes: 22 additions & 0 deletions parm/stat/snow/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Search path for model and obs for JCB
# -------------------------------------
algorithm_path: "{{PARMgfs}}/gdas/jcb-algorithms"
app_path_algorithm: "{{PARMgfs}}/gdas/jcb-gdas/algorithm/obstats/snow"

# Assimilation window
# -------------------
window_begin: "{{ STAT_WINDOW_BEGIN | to_isotime }}"
window_YMDH: "{{ STAT_WINDOW_BEGIN | to_YMDH }}"
window_length: "{{ STAT_WINDOW_LENGTH }}"
bound_to_include: begin

stat_current_cycle_iso: "{{ current_cycle | to_isotime }}"
stat_current_cycle_YMDH: "{{ current_cycle | to_YMDH }}"

# Inputted list of ob spaces
# --------------------------
obsspaces: {{ OBSSPACES_LIST }}

# Obspace variable things
# -----------------------
snow_obsdatain_path: "{{ DATA }}"