Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[outdated] Feat/lateral boundaries from global data #3

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
27 changes: 19 additions & 8 deletions example.danra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ inputs:
altitude:
sel: [100, ]
units: m
v:
altitude:
sel: [100, ]
units: m
dim_mapping:
time: time
state_feature:
Expand All @@ -37,13 +33,21 @@ inputs:
grid_index:
method: flatten
dims: [x, y]
subsetting:
type: latlon-bbox
coordinates:
# give WESN bounding box around Denmark in degrees
wesn: [6, 18, 52, 60]
target_architecture_variable: state

danra_surface:
path: ~/Desktop/mldev/single_levels.zarr
era_height_levels:
path: ~/Desktop/mldev/era5.zarr
dims: [time, x, y]
variables:
- pres_seasurface
u:
altitude:
sel: [100, ]
units: m
dim_mapping:
time: time
grid_index:
Expand All @@ -52,4 +56,11 @@ inputs:
forcing_feature:
method: stack_variables_by_var_name
name_format: f"{var_name}"
target_architecture_variable: forcing
subsetting:
method: latlon-bbox-frame
coordinates:
# give WESN bounding box around Denmark in degrees
wesn: [6, 18, 52, 60]
# width in degrees
latlonwidth: 1.0
target_architecture_variable: state
Loading
Loading