Skip to content

Commit 794c4f7

Browse files
committed
Example using copernicusmarine w/ stokes and biofouling kernels on.
1 parent 7bc3fcd commit 794c4f7

File tree

2 files changed

+130
-300
lines changed

2 files changed

+130
-300
lines changed

docs/examples/copernicus_marine.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"use_stokes": true,
88
"use_wind": false,
99
"ocean": {
10-
"type": "copernicus_marine",
1110
"dataset_id": {"U" :"cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m",
1211
"V" :"cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m",
1312
"W" :"cmems_mod_glo_phy-wcur_anfc_0.083deg_P1D-m",
1413
"conservative_temperature": "cmems_mod_glo_phy-thetao_anfc_0.083deg_P1D-m",
15-
"absolute_salinity": "cmems_mod_glo_phy-so_anfc_0.083deg_P1D-m"},
14+
"absolute_salinity": "cmems_mod_glo_phy-so_anfc_0.083deg_P1D-m",
15+
"bathymetry": "cmems_mod_glo_phy_anfc_0.083deg_static"},
1616
"variables": {"U": "uo",
1717
"V": "vo",
1818
"W": "wo",
@@ -21,7 +21,10 @@
2121
"dimensions": {"lon": "longitude",
2222
"lat": "latitude",
2323
"depth": "depth",
24-
"time": "time"}
24+
"time": "time"},
25+
"bathymetry_variables": {"bathymetry": "deptho"},
26+
"bathymetry_dimensions": {"lon": "longitude",
27+
"lat": "latitude"}
2528
},
2629
"bathymetry": { "type": "copernicus_marine",
2730
"dataset_id": {"bathymetry": "cmems_mod_glo_phy_anfc_0.083deg_static"},
@@ -30,7 +33,6 @@
3033
"lat": "latitude"}
3134
},
3235
"bgc": {
33-
"type": "copernicus_marine",
3436
"dataset_id": {"pp_phyto": "cmems_mod_glo_bgc-bio_anfc_0.25deg_P1D-m",
3537
"bio_nanophy": "cmems_mod_glo_bgc-pft_anfc_0.25deg_P1D-m",
3638
"bio_diatom": "cmems_mod_glo_bgc-plankton_anfc_0.25deg_P1D-m"},
@@ -57,7 +59,6 @@
5759
}
5860
},
5961
"stokes": {
60-
"type": "copernicus_marine",
6162
"dataset_id": {"Stokes_U": "cmems_mod_glo_wav_anfc_0.083deg_PT3H-i",
6263
"Stokes_V": "cmems_mod_glo_wav_anfc_0.083deg_PT3H-i",
6364
"wave_Tp": "cmems_mod_glo_wav_anfc_0.083deg_PT3H-i"},

0 commit comments

Comments
 (0)