Skip to content

Commit

Permalink
Set default of jcb iau times
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Feb 12, 2025
1 parent ee1b0b7 commit a3c5a69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parm/aero/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ aero_background_error_time_fv3: "{{ background_time | to_fv3time }}"

# IAU times
aero_iau_hours: {{ IAUFHRS }}
aero_iau_times_iso: {{ iau_times_iso }}
aero_iau_times_iso: {{ iau_times_iso | default([current_cycle | to_isotime], true) }}

# Background error
aero_berror_data_directory: "{{ DATA }}/berror"
Expand Down
2 changes: 1 addition & 1 deletion parm/atm/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ atmosphere_background_time_iso: "{{ current_cycle | to_isotime }}"

# IAU times
atmosphere_iau_hours: {{ IAUFHRS }}
atmosphere_iau_times_iso: {{ iau_times_iso }}
atmosphere_iau_times_iso: {{ iau_times_iso | default([current_cycle | to_isotime], true) }}

# Background error
atmosphere_bump_data_directory: "{{ DATA }}/berror"
Expand Down
2 changes: 1 addition & 1 deletion parm/snow/jcb-base.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ snow_increment_time_fv3: "{{ bkg_time_fv3 }}"

# IAU times
snow_iau_hours: {{ IAUFHRS }}
snow_iau_times_iso: {{ iau_times_iso }}
snow_iau_times_iso: {{ iau_times_iso | default([current_cycle | to_isotime], true) }}

# Analysis standard things
# ------------------------
Expand Down

0 comments on commit a3c5a69

Please sign in to comment.