Skip to content

Commit

Permalink
use dni as default forcing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Denby committed Aug 12, 2024
1 parent a622e0c commit a634c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ inputs:
path: https://mllam-test-data.s3.eu-north-1.amazonaws.com/single_levels.zarr
dims: [time, x, y]
variables:
# shouldn't really be using sea-surface pressure as "forcing", but don't
# have radiation varibles in danra yet
- pres_seasurface
# use direct normal irradiance for forcing
- dni
dim_mapping:
time:
method: rename
Expand Down
5 changes: 2 additions & 3 deletions example.danra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ inputs:
path: https://mllam-test-data.s3.eu-north-1.amazonaws.com/single_levels.zarr
dims: [time, x, y]
variables:
# shouldn't really be using sea-surface pressure as "forcing", but don't
# have radiation varibles in danra yet
- pres_seasurface
# use direct normal irradiance for forcing
- dni
dim_mapping:
time:
method: rename
Expand Down

0 comments on commit a634c31

Please sign in to comment.