-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathoceanum_demo.yml
91 lines (89 loc) · 1.81 KB
/
oceanum_demo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Note that this is config demonstrates a full model
# example running off the coast of Raglan. It uses
# era5 wind forcing, and spectral boundaries from
# oceanum's global hindcast. These datasets are
# read from the oceanum catalog
run_id: oceanum
period:
start: 20230101T00
duration: 6h
interval: 1h
output_dir: simulations
config:
model_type: swan
grid:
x0: 174.60
y0: -37.95
rot: 10.0
dx: 0.02
dy: 0.02
nx: 20
ny: 20
gridtype: REG
spectral_resolution:
fmin: 0.0464
fmax: 1.0
nfreqs: 31
ndirs: 36
forcing:
wind:
id: wind
var: WIND
source:
model_type: intake
catalog_uri: ../rompy/catalogs/oceanum.yaml
dataset_id: era5_wind10m
filter:
sort:
coords: [latitude]
z1: u10
z2: v10
latname: latitude
lonname: longitude
bottom:
id: bottom
var: BOTTOM
source:
model_type: intake
catalog_uri: ../rompy/catalogs/oceanum.yaml
dataset_id: gebco_2022
fac: -1.0
z1: elevation
latname: lat
lonname: lon
boundary:
id: bnd
source:
model_type: intake
catalog_uri: ../rompy/catalogs/oceanum.yaml
dataset_id: oceanum_wave_nz_era5_v1_spec
# dataset_id: oceanum_wave_glob05_era5_v1_spec
latname: lat
lonname: lon
tolerance: 0.1
spacing: 0.01
sel_method: idw
rectangle: closed
physics:
friction: "MAD"
friction_coeff: 0.1
outputs:
grid:
variables:
- DEPTH
- UBOT
- HSIGN
- HSWELL
- DIR
- TPS
- TM01
- WIND
spec:
locations:
coords:
- lon: 174.61
lat: -37.96
- lon: 174.62
lat: -37.96
- lon: 174.62
lat: -37.97