Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 6 additions & 6 deletions nested_eagle/scientific_workflow/data/gfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ multisource:
- source:
name: gfs_archive # make 2015-02-01T06 for full run
t0:
start: 2022-02-01T06
end: 2022-02-07T18
start: 2015-02-01T06
end: 2024-01-31T18
freq: 6h

fhr:
Expand Down Expand Up @@ -64,8 +64,8 @@ multisource:
- source:
name: gfs_archive
t0:
start: 2022-02-01T00 # make 2015-02-01T00 for full run
end: 2022-02-07T12
start: 2015-02-01T00 # make 2015-02-01T00 for full run
end: 2024-01-31T18
freq: 6h
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024-01-31T12


fhr:
Expand Down Expand Up @@ -93,8 +93,8 @@ target:
sort_channels_by_levels: True
compute_temporal_residual_statistics: True
statistics_period:
start: 2022-02-01T06 # make 2015-02-01T06 for full run
end: 2022-02-05T12
start: 2015-02-01T06 # make 2015-02-01T06 for full run
end: 2024-01-31T18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2023-01-31T18

forcings:
- cos_latitude
- sin_latitude
Expand Down
12 changes: 6 additions & 6 deletions nested_eagle/scientific_workflow/data/hrrr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ multisource:
- source:
name: aws_hrrr_archive
t0:
start: 2022-02-01T06 # make 2015-02-01T06 for full run
end: 2022-02-07T18
start: 2015-02-01T06 # make 2015-02-01T06 for full run
end: 2024-01-31T18
freq: 6h

fhr:
Expand Down Expand Up @@ -67,8 +67,8 @@ multisource:
- source:
name: aws_hrrr_archive
t0:
start: 2022-02-01T00 # make 2015-02-01T00 for full run
end: 2022-02-07T12
start: 2015-02-01T00 # make 2015-02-01T00 for full run
end: 2024-01-31T18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024-01-31T12

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024-01-31T12

freq: 6h

fhr:
Expand All @@ -93,8 +93,8 @@ target:
sort_channels_by_levels: True
compute_temporal_residual_statistics: True
statistics_period:
start: 2022-02-01T06 # make 2022-02-01T06 for full run
end: 2022-02-05T12
start: 2015-02-01T06 # make 2022-02-01T06 for full run
end: 2024-01-31T18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2023-01-31T18

forcings:
- cos_latitude
- sin_latitude
Expand Down
Loading