forked from ecmwf/anemoi-datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/support multiple lams to the Cutout class (ecmwf#113)
* Enhance Cutout class to support multiple LAMs with hierarchical masking. --------- Co-authored-by: Paulina Met. <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
32a2fa9
commit e1ab0b8
Showing
7 changed files
with
1,484 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
common: | ||
mars_request: &mars_request | ||
expver: "0001" | ||
grid: 0.25/0.25 | ||
area: [40, 25, 20, 60] | ||
rotation: [-20, -40] | ||
|
||
dates: | ||
start: 2024-01-01 00:00:00 | ||
end: 2024-01-01 18:00:00 | ||
frequency: 6h | ||
|
||
input: | ||
join: | ||
- mars: | ||
<<: *mars_request | ||
param: [2t, 10u, 10v, lsm] | ||
levtype: sfc | ||
stream: oper | ||
type: an | ||
- mars: | ||
<<: *mars_request | ||
param: [q, t, z] | ||
levtype: pl | ||
level: [50, 100] | ||
stream: oper | ||
type: an | ||
- accumulations: | ||
<<: *mars_request | ||
levtype: sfc | ||
param: [cp, tp] | ||
- forcings: | ||
template: ${input.join.0.mars} | ||
param: | ||
- cos_latitude | ||
- sin_latitude | ||
|
||
output: | ||
order_by: [valid_datetime, param_level, number] | ||
remapping: | ||
param_level: "{param}_{levelist}" | ||
statistics: param_level |
Oops, something went wrong.