Skip to content

Commit

Permalink
uups
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Oct 31, 2023
1 parent 028ee63 commit c6836c7
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions test/soca/testinput/socahybridweights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,19 @@ background:
read_from_file: 1

weights:
ice: 0.1
ocean: 0.5
# Need to provide weights^2 when reading from file
ice: 0.0025 # 5% of original variance
ocean: 0.0625 # 25% " "
# Apply localized weights to the ocean ens. B
ocean local weights:
- lon: -172.0
lat: 11.0
amplitude: -1.0
length scale: 700.0
- lon: -160.0
lat: 12.0
amplitude: -1.0
length scale: 700.0

output:
datadir: ./
Expand Down

0 comments on commit c6836c7

Please sign in to comment.