roms-tools 3.4.0__py3-none-any.whl → 3.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- roms_tools/datasets/lat_lon_datasets.py +12 -0
- roms_tools/datasets/roms_dataset.py +140 -53
- roms_tools/datasets/utils.py +14 -2
- roms_tools/regrid.py +76 -0
- roms_tools/setup/boundary_forcing.py +2 -2
- roms_tools/setup/grid.py +17 -3
- roms_tools/setup/initial_conditions.py +314 -55
- roms_tools/setup/mask.py +2 -5
- roms_tools/setup/nesting.py +6 -3
- roms_tools/setup/surface_forcing.py +1 -2
- roms_tools/setup/tides.py +6 -5
- roms_tools/setup/utils.py +220 -142
- roms_tools/tests/test_datasets/test_roms_dataset.py +225 -21
- roms_tools/tests/test_regrid.py +120 -1
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK_ALT_CO2/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK_ALT_CO2/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_r/c/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_r/zarr.json +47 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_w/c/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_w/zarr.json +47 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC_ALT_CO2/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC_ALT_CO2/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOC/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOC/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOCr/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOCr/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DON/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DON/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DONr/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DONr/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOP/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOP/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOPr/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOPr/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Fe/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Fe/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Lig/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Lig/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NH4/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NH4/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NO3/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NO3/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/O2/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/O2/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/PO4/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/PO4/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/SiO3/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/SiO3/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/abs_time/zarr.json +47 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatC/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatC/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatChl/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatChl/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatFe/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatFe/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatP/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatP/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatSi/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatSi/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazC/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazC/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazChl/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazChl/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazFe/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazFe/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazP/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazP/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ocean_time/c/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ocean_time/zarr.json +47 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/salt/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/salt/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spC/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spC/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spCaCO3/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spCaCO3/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spChl/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spChl/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spFe/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spFe/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spP/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spP/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/temp/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/temp/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/u/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/u/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ubar/c/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ubar/zarr.json +54 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/v/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/v/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/vbar/c/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/vbar/zarr.json +54 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/w/zarr.json +57 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zarr.json +2481 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zeta/c/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zeta/zarr.json +54 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zooC/c/0/0/0/0 +0 -0
- roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zooC/zarr.json +57 -0
- roms_tools/tests/test_setup/test_grid.py +24 -0
- roms_tools/tests/test_setup/test_initial_conditions.py +128 -11
- roms_tools/tests/test_setup/test_validation.py +15 -0
- roms_tools/tests/test_utils.py +287 -0
- roms_tools/utils.py +177 -72
- {roms_tools-3.4.0.dist-info → roms_tools-3.5.0.dist-info}/METADATA +2 -3
- {roms_tools-3.4.0.dist-info → roms_tools-3.5.0.dist-info}/RECORD +111 -24
- {roms_tools-3.4.0.dist-info → roms_tools-3.5.0.dist-info}/WHEEL +1 -1
- {roms_tools-3.4.0.dist-info → roms_tools-3.5.0.dist-info}/licenses/LICENSE +0 -0
- {roms_tools-3.4.0.dist-info → roms_tools-3.5.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "diazotroph phosphorus",
|
|
44
|
+
"units": "mmol/m^3",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1
|
|
4
|
+
],
|
|
5
|
+
"data_type": "float64",
|
|
6
|
+
"chunk_grid": {
|
|
7
|
+
"name": "regular",
|
|
8
|
+
"configuration": {
|
|
9
|
+
"chunk_shape": [
|
|
10
|
+
1
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"chunk_key_encoding": {
|
|
15
|
+
"name": "default",
|
|
16
|
+
"configuration": {
|
|
17
|
+
"separator": "/"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"fill_value": 0.0,
|
|
21
|
+
"codecs": [
|
|
22
|
+
{
|
|
23
|
+
"name": "bytes",
|
|
24
|
+
"configuration": {
|
|
25
|
+
"endian": "little"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "zstd",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"level": 0,
|
|
32
|
+
"checksum": false
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"attributes": {
|
|
37
|
+
"long_name": "relative time: seconds since 2000-01-01 00:00:00",
|
|
38
|
+
"units": "seconds",
|
|
39
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
40
|
+
},
|
|
41
|
+
"dimension_names": [
|
|
42
|
+
"ocean_time"
|
|
43
|
+
],
|
|
44
|
+
"zarr_format": 3,
|
|
45
|
+
"node_type": "array",
|
|
46
|
+
"storage_transformers": []
|
|
47
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "salinity",
|
|
44
|
+
"units": "PSU",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "small phytoplankton carbon",
|
|
44
|
+
"units": "mmol/m^3",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "small phytoplankton CaCO3",
|
|
44
|
+
"units": "mmol/m^3",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "small phytoplankton chlorophyll",
|
|
44
|
+
"units": "mg/m^3",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "small phytoplankton iron",
|
|
44
|
+
"units": "mmol/m^3",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "small phytoplankton phosphorous",
|
|
44
|
+
"units": "mmol/m^3",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
7
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
7
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "potential temperature",
|
|
44
|
+
"units": "degrees Celsius",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_rho"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
3,
|
|
5
|
+
7,
|
|
6
|
+
6
|
|
7
|
+
],
|
|
8
|
+
"data_type": "float32",
|
|
9
|
+
"chunk_grid": {
|
|
10
|
+
"name": "regular",
|
|
11
|
+
"configuration": {
|
|
12
|
+
"chunk_shape": [
|
|
13
|
+
1,
|
|
14
|
+
3,
|
|
15
|
+
7,
|
|
16
|
+
6
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"chunk_key_encoding": {
|
|
21
|
+
"name": "default",
|
|
22
|
+
"configuration": {
|
|
23
|
+
"separator": "/"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"fill_value": 0.0,
|
|
27
|
+
"codecs": [
|
|
28
|
+
{
|
|
29
|
+
"name": "bytes",
|
|
30
|
+
"configuration": {
|
|
31
|
+
"endian": "little"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "zstd",
|
|
36
|
+
"configuration": {
|
|
37
|
+
"level": 0,
|
|
38
|
+
"checksum": false
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"attributes": {
|
|
43
|
+
"long_name": "u-flux component",
|
|
44
|
+
"units": "m/s",
|
|
45
|
+
"coordinates": "abs_time",
|
|
46
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
47
|
+
},
|
|
48
|
+
"dimension_names": [
|
|
49
|
+
"ocean_time",
|
|
50
|
+
"s_rho",
|
|
51
|
+
"eta_rho",
|
|
52
|
+
"xi_u"
|
|
53
|
+
],
|
|
54
|
+
"zarr_format": 3,
|
|
55
|
+
"node_type": "array",
|
|
56
|
+
"storage_transformers": []
|
|
57
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shape": [
|
|
3
|
+
1,
|
|
4
|
+
7,
|
|
5
|
+
6
|
|
6
|
+
],
|
|
7
|
+
"data_type": "float32",
|
|
8
|
+
"chunk_grid": {
|
|
9
|
+
"name": "regular",
|
|
10
|
+
"configuration": {
|
|
11
|
+
"chunk_shape": [
|
|
12
|
+
1,
|
|
13
|
+
7,
|
|
14
|
+
6
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"chunk_key_encoding": {
|
|
19
|
+
"name": "default",
|
|
20
|
+
"configuration": {
|
|
21
|
+
"separator": "/"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"fill_value": 0.0,
|
|
25
|
+
"codecs": [
|
|
26
|
+
{
|
|
27
|
+
"name": "bytes",
|
|
28
|
+
"configuration": {
|
|
29
|
+
"endian": "little"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "zstd",
|
|
34
|
+
"configuration": {
|
|
35
|
+
"level": 0,
|
|
36
|
+
"checksum": false
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"attributes": {
|
|
41
|
+
"long_name": "vertically integrated u-flux component",
|
|
42
|
+
"units": "m/s",
|
|
43
|
+
"coordinates": "abs_time",
|
|
44
|
+
"_FillValue": "AAAAAAAA+H8="
|
|
45
|
+
},
|
|
46
|
+
"dimension_names": [
|
|
47
|
+
"ocean_time",
|
|
48
|
+
"eta_rho",
|
|
49
|
+
"xi_u"
|
|
50
|
+
],
|
|
51
|
+
"zarr_format": 3,
|
|
52
|
+
"node_type": "array",
|
|
53
|
+
"storage_transformers": []
|
|
54
|
+
}
|