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

fhr:
Expand Down Expand Up @@ -65,7 +65,7 @@ multisource:
name: gfs_archive
t0:
start: 2022-02-01T00 # make 2015-02-01T00 for full run
end: 2024-01-31T12
end: 2022-02-07T12
freq: 6h

fhr:
Expand Down Expand Up @@ -94,7 +94,7 @@ target:
compute_temporal_residual_statistics: True
statistics_period:
start: 2022-02-01T06 # make 2015-02-01T06 for full run
end: 2023-01-31T18
end: 2022-02-05T12
forcings:
- cos_latitude
- sin_latitude
Expand Down
6 changes: 3 additions & 3 deletions nested_eagle/scientific_workflow/data/hrrr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ multisource:
name: aws_hrrr_archive
t0:
start: 2022-02-01T06 # make 2015-02-01T06 for full run
end: 2024-01-31T18
end: 2022-02-07T18
freq: 6h

fhr:
Expand Down Expand Up @@ -68,7 +68,7 @@ multisource:
name: aws_hrrr_archive
t0:
start: 2022-02-01T00 # make 2015-02-01T00 for full run
end: 2024-01-31T12
end: 2022-02-07T12
freq: 6h

fhr:
Expand All @@ -94,7 +94,7 @@ target:
compute_temporal_residual_statistics: True
statistics_period:
start: 2022-02-01T06 # make 2022-02-01T06 for full run
end: 2023-01-31T18
end: 2022-02-05T12
forcings:
- cos_latitude
- sin_latitude
Expand Down
6 changes: 3 additions & 3 deletions nested_eagle/scientific_workflow/inference/inference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ input_dataset_kwargs:
min_distance_km: 0
output_path: inference_files

start_date: 2023-06-01T06
end_date: 2023-07-01T12
freq: 54h
start_date: 2022-02-05T12
end_date: 2022-02-07T12
freq: 6h
10 changes: 5 additions & 5 deletions nested_eagle/scientific_workflow/training/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ dataloader:
min_distance_km: 0
training:
start: 2022-02-01
end: 2023-01-31
end: 2022-02-05
validation:
start: 2023-02-01
end: 2024-01-31
start: 2022-02-05
end: 2022-02-07
test:
start: 2023-02-01
end: 2024-01-31
start: 2022-02-08
end: 2022-02-10

diagnostics:
log:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ levels:
- 500
- 850

start_date: 2023-06-01T06
end_date: 2023-06-30T12
freq: 54h
start_date: 2022-02-05T12
end_date: 2022-02-07T12
freq: 6h
Loading