Skip to content

Commit

Permalink
add line to end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Sep 12, 2024
1 parent 436be56 commit 073e04b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parm/aero/stats/aero_stats_analysis.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
time window:
begin: '{{ AERO_WINDOW_BEGIN | to_isotime }}'
length: {{ AERO_WINDOW_LENGTH }}
length: {{ AERO_WINDOW_LENGTH }}
2 changes: 1 addition & 1 deletion parm/atm/stats/atm_stats_analysis.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
time window:
begin: '{{ ATM_WINDOW_BEGIN | to_isotime }}'
length: {{ ATM_WINDOW_LENGTH }}
length: {{ ATM_WINDOW_LENGTH }}
2 changes: 1 addition & 1 deletion parm/snow/stats/snow_stats_analysis.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
time window:
begin: '{{ SNOW_WINDOW_BEGIN | to_isotime }}'
length: {{ SNOW_WINDOW_LENGTH }}
length: {{ SNOW_WINDOW_LENGTH }}
2 changes: 1 addition & 1 deletion parm/soca/stats/soca_stats_analysis.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
time window:
begin: '{{ SOCA_WINDOW_BEGIN | to_isotime }}'
length: {{ SOCA_WINDOW_LENGTH }}
length: {{ SOCA_WINDOW_LENGTH }}

0 comments on commit 073e04b

Please sign in to comment.