roms-tools 3.3.0__py3-none-any.whl → 3.4.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.
Files changed (174) hide show
  1. roms_tools/__init__.py +1 -1
  2. roms_tools/analysis/cdr_ensemble.py +10 -13
  3. roms_tools/analysis/roms_output.py +5 -304
  4. roms_tools/{download.py → datasets/download.py} +1 -0
  5. roms_tools/{setup → datasets}/lat_lon_datasets.py +76 -64
  6. roms_tools/{setup → datasets}/river_datasets.py +9 -4
  7. roms_tools/datasets/roms_dataset.py +767 -0
  8. roms_tools/datasets/utils.py +475 -0
  9. roms_tools/{setup/fill.py → fill.py} +110 -13
  10. roms_tools/plot.py +4 -4
  11. roms_tools/setup/boundary_forcing.py +51 -43
  12. roms_tools/setup/cdr_release.py +2 -4
  13. roms_tools/setup/grid.py +29 -12
  14. roms_tools/setup/initial_conditions.py +19 -19
  15. roms_tools/setup/nesting.py +8 -4
  16. roms_tools/setup/river_forcing.py +4 -4
  17. roms_tools/setup/surface_forcing.py +14 -9
  18. roms_tools/setup/tides.py +1 -1
  19. roms_tools/setup/topography.py +10 -2
  20. roms_tools/setup/utils.py +72 -524
  21. roms_tools/tests/test_analysis/test_cdr_ensemble.py +4 -6
  22. roms_tools/tests/test_analysis/test_roms_output.py +1 -220
  23. roms_tools/tests/{test_setup → test_datasets}/test_lat_lon_datasets.py +4 -4
  24. roms_tools/tests/{test_setup → test_datasets}/test_river_datasets.py +1 -1
  25. roms_tools/tests/test_datasets/test_roms_dataset.py +539 -0
  26. roms_tools/tests/test_datasets/test_utils.py +527 -0
  27. roms_tools/tests/{test_setup/test_fill.py → test_fill.py} +72 -9
  28. roms_tools/tests/test_setup/test_boundary_forcing.py +57 -138
  29. roms_tools/tests/test_setup/test_cdr_release.py +4 -5
  30. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zarr.json +293 -2021
  31. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zarr.json +294 -2022
  32. roms_tools/tests/test_setup/test_grid.py +42 -1
  33. roms_tools/tests/test_setup/test_initial_conditions.py +3 -94
  34. roms_tools/tests/test_setup/test_nesting.py +2 -1
  35. roms_tools/tests/test_setup/test_surface_forcing.py +1 -1
  36. roms_tools/tests/test_setup/test_tides.py +1 -1
  37. roms_tools/tests/test_setup/test_utils.py +100 -15
  38. roms_tools/tests/test_tiling/test_partition.py +63 -15
  39. roms_tools/tests/test_utils.py +78 -0
  40. roms_tools/tiling/partition.py +81 -211
  41. roms_tools/utils.py +193 -0
  42. {roms_tools-3.3.0.dist-info → roms_tools-3.4.0.dist-info}/METADATA +1 -1
  43. {roms_tools-3.3.0.dist-info → roms_tools-3.4.0.dist-info}/RECORD +46 -170
  44. {roms_tools-3.3.0.dist-info → roms_tools-3.4.0.dist-info}/WHEEL +1 -1
  45. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  46. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/zarr.json +0 -54
  47. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  48. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/zarr.json +0 -54
  49. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  50. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/zarr.json +0 -54
  51. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  52. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/zarr.json +0 -54
  53. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  54. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/zarr.json +0 -54
  55. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  56. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/zarr.json +0 -54
  57. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/c/0/0/0 +0 -0
  58. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/zarr.json +0 -54
  59. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  60. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/zarr.json +0 -54
  61. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  62. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/zarr.json +0 -54
  63. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  64. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/zarr.json +0 -54
  65. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  66. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/zarr.json +0 -54
  67. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  68. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/zarr.json +0 -54
  69. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  70. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/zarr.json +0 -54
  71. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  72. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/zarr.json +0 -54
  73. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/c/0/0/0 +0 -0
  74. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/zarr.json +0 -54
  75. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  76. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/zarr.json +0 -54
  77. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  78. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/zarr.json +0 -54
  79. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  80. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/zarr.json +0 -54
  81. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  82. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/zarr.json +0 -54
  83. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  84. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/zarr.json +0 -54
  85. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  86. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/zarr.json +0 -54
  87. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  88. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/zarr.json +0 -54
  89. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  90. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/zarr.json +0 -54
  91. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  92. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/zarr.json +0 -54
  93. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  94. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/zarr.json +0 -54
  95. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  96. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/zarr.json +0 -54
  97. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/c/0/0/0 +0 -0
  98. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/zarr.json +0 -54
  99. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  100. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  101. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  102. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/zarr.json +0 -54
  103. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  104. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/zarr.json +0 -54
  105. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/c/0/0/0 +0 -0
  106. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/zarr.json +0 -54
  107. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  108. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/zarr.json +0 -54
  109. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  110. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/zarr.json +0 -54
  111. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  112. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west/zarr.json +0 -54
  113. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  114. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/zarr.json +0 -54
  115. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  116. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/zarr.json +0 -54
  117. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  118. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/zarr.json +0 -54
  119. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  120. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/zarr.json +0 -54
  121. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/c/0/0/0 +0 -0
  122. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/zarr.json +0 -54
  123. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  124. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/zarr.json +0 -54
  125. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  126. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/zarr.json +0 -54
  127. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  128. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/zarr.json +0 -54
  129. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  130. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/zarr.json +0 -54
  131. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  132. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/zarr.json +0 -54
  133. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  134. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/zarr.json +0 -54
  135. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  136. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/zarr.json +0 -54
  137. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/c/0/0/0 +0 -0
  138. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/zarr.json +0 -54
  139. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  140. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/zarr.json +0 -54
  141. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  142. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/zarr.json +0 -54
  143. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  144. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/zarr.json +0 -54
  145. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  146. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/zarr.json +0 -54
  147. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  148. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west/zarr.json +0 -54
  149. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  150. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/zarr.json +0 -54
  151. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  152. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/zarr.json +0 -54
  153. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  154. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/zarr.json +0 -54
  155. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  156. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/zarr.json +0 -54
  157. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  158. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/zarr.json +0 -54
  159. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  160. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/zarr.json +0 -54
  161. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/c/0/0/0 +0 -0
  162. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/zarr.json +0 -54
  163. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  164. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  165. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  166. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/zarr.json +0 -54
  167. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  168. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/zarr.json +0 -54
  169. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/c/0/0/0 +0 -0
  170. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/zarr.json +0 -54
  171. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  172. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/zarr.json +0 -54
  173. {roms_tools-3.3.0.dist-info → roms_tools-3.4.0.dist-info}/licenses/LICENSE +0 -0
  174. {roms_tools-3.3.0.dist-info → roms_tools-3.4.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "attributes": {
3
3
  "title": "ROMS boundary forcing file created by ROMS-Tools",
4
- "roms_tools_version": "2.6.1.dev52+gd44fe5da",
4
+ "roms_tools_version": "3.1.2.dev21+g719a5b8c0",
5
5
  "start_time": "2021-06-29 00:00:00",
6
6
  "end_time": "2021-06-30 00:00:00",
7
7
  "source": "UNIFIED",
@@ -18,61 +18,7 @@
18
18
  "kind": "inline",
19
19
  "must_understand": false,
20
20
  "metadata": {
21
- "DOC_north": {
22
- "shape": [
23
- 12,
24
- 3,
25
- 4
26
- ],
27
- "data_type": "float32",
28
- "chunk_grid": {
29
- "name": "regular",
30
- "configuration": {
31
- "chunk_shape": [
32
- 12,
33
- 3,
34
- 4
35
- ]
36
- }
37
- },
38
- "chunk_key_encoding": {
39
- "name": "default",
40
- "configuration": {
41
- "separator": "/"
42
- }
43
- },
44
- "fill_value": 0.0,
45
- "codecs": [
46
- {
47
- "name": "bytes",
48
- "configuration": {
49
- "endian": "little"
50
- }
51
- },
52
- {
53
- "name": "zstd",
54
- "configuration": {
55
- "level": 0,
56
- "checksum": false
57
- }
58
- }
59
- ],
60
- "attributes": {
61
- "long_name": "northern boundary dissolved organic carbon",
62
- "units": "mmol/m^3",
63
- "coordinates": "abs_time month",
64
- "_FillValue": "AAAAAAAA+H8="
65
- },
66
- "dimension_names": [
67
- "bry_time",
68
- "s_rho",
69
- "xi_rho"
70
- ],
71
- "zarr_format": 3,
72
- "node_type": "array",
73
- "storage_transformers": []
74
- },
75
- "month": {
21
+ "abs_time": {
76
22
  "shape": [
77
23
  12
78
24
  ],
@@ -108,7 +54,9 @@
108
54
  }
109
55
  ],
110
56
  "attributes": {
111
- "long_name": "Month index (1-12)"
57
+ "long_name": "absolute time",
58
+ "units": "hours since 2000-01-16 12:00:00",
59
+ "calendar": "proleptic_gregorian"
112
60
  },
113
61
  "dimension_names": [
114
62
  "bry_time"
@@ -117,169 +65,7 @@
117
65
  "node_type": "array",
118
66
  "storage_transformers": []
119
67
  },
120
- "spC_west": {
121
- "shape": [
122
- 12,
123
- 3,
124
- 4
125
- ],
126
- "data_type": "float32",
127
- "chunk_grid": {
128
- "name": "regular",
129
- "configuration": {
130
- "chunk_shape": [
131
- 12,
132
- 3,
133
- 4
134
- ]
135
- }
136
- },
137
- "chunk_key_encoding": {
138
- "name": "default",
139
- "configuration": {
140
- "separator": "/"
141
- }
142
- },
143
- "fill_value": 0.0,
144
- "codecs": [
145
- {
146
- "name": "bytes",
147
- "configuration": {
148
- "endian": "little"
149
- }
150
- },
151
- {
152
- "name": "zstd",
153
- "configuration": {
154
- "level": 0,
155
- "checksum": false
156
- }
157
- }
158
- ],
159
- "attributes": {
160
- "long_name": "western boundary small phytoplankton carbon",
161
- "units": "mmol/m^3",
162
- "coordinates": "abs_time month",
163
- "_FillValue": "AAAAAAAA+H8="
164
- },
165
- "dimension_names": [
166
- "bry_time",
167
- "s_rho",
168
- "eta_rho"
169
- ],
170
- "zarr_format": 3,
171
- "node_type": "array",
172
- "storage_transformers": []
173
- },
174
- "diatSi_west": {
175
- "shape": [
176
- 12,
177
- 3,
178
- 4
179
- ],
180
- "data_type": "float32",
181
- "chunk_grid": {
182
- "name": "regular",
183
- "configuration": {
184
- "chunk_shape": [
185
- 12,
186
- 3,
187
- 4
188
- ]
189
- }
190
- },
191
- "chunk_key_encoding": {
192
- "name": "default",
193
- "configuration": {
194
- "separator": "/"
195
- }
196
- },
197
- "fill_value": 0.0,
198
- "codecs": [
199
- {
200
- "name": "bytes",
201
- "configuration": {
202
- "endian": "little"
203
- }
204
- },
205
- {
206
- "name": "zstd",
207
- "configuration": {
208
- "level": 0,
209
- "checksum": false
210
- }
211
- }
212
- ],
213
- "attributes": {
214
- "long_name": "western boundary diatom silicate",
215
- "units": "mmol/m^3",
216
- "coordinates": "abs_time month",
217
- "_FillValue": "AAAAAAAA+H8="
218
- },
219
- "dimension_names": [
220
- "bry_time",
221
- "s_rho",
222
- "eta_rho"
223
- ],
224
- "zarr_format": 3,
225
- "node_type": "array",
226
- "storage_transformers": []
227
- },
228
- "spP_east": {
229
- "shape": [
230
- 12,
231
- 3,
232
- 4
233
- ],
234
- "data_type": "float32",
235
- "chunk_grid": {
236
- "name": "regular",
237
- "configuration": {
238
- "chunk_shape": [
239
- 12,
240
- 3,
241
- 4
242
- ]
243
- }
244
- },
245
- "chunk_key_encoding": {
246
- "name": "default",
247
- "configuration": {
248
- "separator": "/"
249
- }
250
- },
251
- "fill_value": 0.0,
252
- "codecs": [
253
- {
254
- "name": "bytes",
255
- "configuration": {
256
- "endian": "little"
257
- }
258
- },
259
- {
260
- "name": "zstd",
261
- "configuration": {
262
- "level": 0,
263
- "checksum": false
264
- }
265
- }
266
- ],
267
- "attributes": {
268
- "long_name": "eastern boundary small phytoplankton phosphorous",
269
- "units": "mmol/m^3",
270
- "coordinates": "abs_time month",
271
- "_FillValue": "AAAAAAAA+H8="
272
- },
273
- "dimension_names": [
274
- "bry_time",
275
- "s_rho",
276
- "eta_rho"
277
- ],
278
- "zarr_format": 3,
279
- "node_type": "array",
280
- "storage_transformers": []
281
- },
282
- "SiO3_west": {
68
+ "ALK_ALT_CO2_east": {
283
69
  "shape": [
284
70
  12,
285
71
  3,
@@ -319,8 +105,8 @@
319
105
  }
320
106
  ],
321
107
  "attributes": {
322
- "long_name": "western boundary dissolved inorganic silicate",
323
- "units": "mmol/m^3",
108
+ "long_name": "eastern boundary alkalinity, alternative CO2",
109
+ "units": "meq/m^3",
324
110
  "coordinates": "abs_time month",
325
111
  "_FillValue": "AAAAAAAA+H8="
326
112
  },
@@ -333,7 +119,7 @@
333
119
  "node_type": "array",
334
120
  "storage_transformers": []
335
121
  },
336
- "spChl_north": {
122
+ "ALK_ALT_CO2_north": {
337
123
  "shape": [
338
124
  12,
339
125
  3,
@@ -373,8 +159,8 @@
373
159
  }
374
160
  ],
375
161
  "attributes": {
376
- "long_name": "northern boundary small phytoplankton chlorophyll",
377
- "units": "mg/m^3",
162
+ "long_name": "northern boundary alkalinity, alternative CO2",
163
+ "units": "meq/m^3",
378
164
  "coordinates": "abs_time month",
379
165
  "_FillValue": "AAAAAAAA+H8="
380
166
  },
@@ -387,7 +173,7 @@
387
173
  "node_type": "array",
388
174
  "storage_transformers": []
389
175
  },
390
- "diatChl_south": {
176
+ "ALK_ALT_CO2_south": {
391
177
  "shape": [
392
178
  12,
393
179
  3,
@@ -427,8 +213,8 @@
427
213
  }
428
214
  ],
429
215
  "attributes": {
430
- "long_name": "southern boundary diatom chloropyll",
431
- "units": "mg/m^3",
216
+ "long_name": "southern boundary alkalinity, alternative CO2",
217
+ "units": "meq/m^3",
432
218
  "coordinates": "abs_time month",
433
219
  "_FillValue": "AAAAAAAA+H8="
434
220
  },
@@ -441,7 +227,7 @@
441
227
  "node_type": "array",
442
228
  "storage_transformers": []
443
229
  },
444
- "diatSi_south": {
230
+ "ALK_east": {
445
231
  "shape": [
446
232
  12,
447
233
  3,
@@ -481,21 +267,21 @@
481
267
  }
482
268
  ],
483
269
  "attributes": {
484
- "long_name": "southern boundary diatom silicate",
485
- "units": "mmol/m^3",
270
+ "long_name": "eastern boundary alkalinity",
271
+ "units": "meq/m^3",
486
272
  "coordinates": "abs_time month",
487
273
  "_FillValue": "AAAAAAAA+H8="
488
274
  },
489
275
  "dimension_names": [
490
276
  "bry_time",
491
277
  "s_rho",
492
- "xi_rho"
278
+ "eta_rho"
493
279
  ],
494
280
  "zarr_format": 3,
495
281
  "node_type": "array",
496
282
  "storage_transformers": []
497
283
  },
498
- "DIC_ALT_CO2_north": {
284
+ "ALK_north": {
499
285
  "shape": [
500
286
  12,
501
287
  3,
@@ -534,1514 +320,9 @@
534
320
  }
535
321
  }
536
322
  ],
537
- "attributes": {
538
- "long_name": "northern boundary dissolved inorganic carbon, alternative CO2",
539
- "units": "mmol/m^3",
540
- "coordinates": "abs_time month",
541
- "_FillValue": "AAAAAAAA+H8="
542
- },
543
- "dimension_names": [
544
- "bry_time",
545
- "s_rho",
546
- "xi_rho"
547
- ],
548
- "zarr_format": 3,
549
- "node_type": "array",
550
- "storage_transformers": []
551
- },
552
- "Lig_east": {
553
- "shape": [
554
- 12,
555
- 3,
556
- 4
557
- ],
558
- "data_type": "float32",
559
- "chunk_grid": {
560
- "name": "regular",
561
- "configuration": {
562
- "chunk_shape": [
563
- 12,
564
- 3,
565
- 4
566
- ]
567
- }
568
- },
569
- "chunk_key_encoding": {
570
- "name": "default",
571
- "configuration": {
572
- "separator": "/"
573
- }
574
- },
575
- "fill_value": 0.0,
576
- "codecs": [
577
- {
578
- "name": "bytes",
579
- "configuration": {
580
- "endian": "little"
581
- }
582
- },
583
- {
584
- "name": "zstd",
585
- "configuration": {
586
- "level": 0,
587
- "checksum": false
588
- }
589
- }
590
- ],
591
- "attributes": {
592
- "long_name": "eastern boundary iron binding ligand",
593
- "units": "mmol/m^3",
594
- "coordinates": "abs_time month",
595
- "_FillValue": "AAAAAAAA+H8="
596
- },
597
- "dimension_names": [
598
- "bry_time",
599
- "s_rho",
600
- "eta_rho"
601
- ],
602
- "zarr_format": 3,
603
- "node_type": "array",
604
- "storage_transformers": []
605
- },
606
- "zooC_north": {
607
- "shape": [
608
- 12,
609
- 3,
610
- 4
611
- ],
612
- "data_type": "float32",
613
- "chunk_grid": {
614
- "name": "regular",
615
- "configuration": {
616
- "chunk_shape": [
617
- 12,
618
- 3,
619
- 4
620
- ]
621
- }
622
- },
623
- "chunk_key_encoding": {
624
- "name": "default",
625
- "configuration": {
626
- "separator": "/"
627
- }
628
- },
629
- "fill_value": 0.0,
630
- "codecs": [
631
- {
632
- "name": "bytes",
633
- "configuration": {
634
- "endian": "little"
635
- }
636
- },
637
- {
638
- "name": "zstd",
639
- "configuration": {
640
- "level": 0,
641
- "checksum": false
642
- }
643
- }
644
- ],
645
- "attributes": {
646
- "long_name": "northern boundary zooplankton carbon",
647
- "units": "mmol/m^3",
648
- "coordinates": "abs_time month",
649
- "_FillValue": "AAAAAAAA+H8="
650
- },
651
- "dimension_names": [
652
- "bry_time",
653
- "s_rho",
654
- "xi_rho"
655
- ],
656
- "zarr_format": 3,
657
- "node_type": "array",
658
- "storage_transformers": []
659
- },
660
- "ALK_south": {
661
- "shape": [
662
- 12,
663
- 3,
664
- 4
665
- ],
666
- "data_type": "float32",
667
- "chunk_grid": {
668
- "name": "regular",
669
- "configuration": {
670
- "chunk_shape": [
671
- 12,
672
- 3,
673
- 4
674
- ]
675
- }
676
- },
677
- "chunk_key_encoding": {
678
- "name": "default",
679
- "configuration": {
680
- "separator": "/"
681
- }
682
- },
683
- "fill_value": 0.0,
684
- "codecs": [
685
- {
686
- "name": "bytes",
687
- "configuration": {
688
- "endian": "little"
689
- }
690
- },
691
- {
692
- "name": "zstd",
693
- "configuration": {
694
- "level": 0,
695
- "checksum": false
696
- }
697
- }
698
- ],
699
- "attributes": {
700
- "long_name": "southern boundary alkalinity",
701
- "units": "meq/m^3",
702
- "coordinates": "abs_time month",
703
- "_FillValue": "AAAAAAAA+H8="
704
- },
705
- "dimension_names": [
706
- "bry_time",
707
- "s_rho",
708
- "xi_rho"
709
- ],
710
- "zarr_format": 3,
711
- "node_type": "array",
712
- "storage_transformers": []
713
- },
714
- "diazP_south": {
715
- "shape": [
716
- 12,
717
- 3,
718
- 4
719
- ],
720
- "data_type": "float32",
721
- "chunk_grid": {
722
- "name": "regular",
723
- "configuration": {
724
- "chunk_shape": [
725
- 12,
726
- 3,
727
- 4
728
- ]
729
- }
730
- },
731
- "chunk_key_encoding": {
732
- "name": "default",
733
- "configuration": {
734
- "separator": "/"
735
- }
736
- },
737
- "fill_value": 0.0,
738
- "codecs": [
739
- {
740
- "name": "bytes",
741
- "configuration": {
742
- "endian": "little"
743
- }
744
- },
745
- {
746
- "name": "zstd",
747
- "configuration": {
748
- "level": 0,
749
- "checksum": false
750
- }
751
- }
752
- ],
753
- "attributes": {
754
- "long_name": "southern boundary diazotroph phosphorus",
755
- "units": "mmol/m^3",
756
- "coordinates": "abs_time month",
757
- "_FillValue": "AAAAAAAA+H8="
758
- },
759
- "dimension_names": [
760
- "bry_time",
761
- "s_rho",
762
- "xi_rho"
763
- ],
764
- "zarr_format": 3,
765
- "node_type": "array",
766
- "storage_transformers": []
767
- },
768
- "SiO3_south": {
769
- "shape": [
770
- 12,
771
- 3,
772
- 4
773
- ],
774
- "data_type": "float32",
775
- "chunk_grid": {
776
- "name": "regular",
777
- "configuration": {
778
- "chunk_shape": [
779
- 12,
780
- 3,
781
- 4
782
- ]
783
- }
784
- },
785
- "chunk_key_encoding": {
786
- "name": "default",
787
- "configuration": {
788
- "separator": "/"
789
- }
790
- },
791
- "fill_value": 0.0,
792
- "codecs": [
793
- {
794
- "name": "bytes",
795
- "configuration": {
796
- "endian": "little"
797
- }
798
- },
799
- {
800
- "name": "zstd",
801
- "configuration": {
802
- "level": 0,
803
- "checksum": false
804
- }
805
- }
806
- ],
807
- "attributes": {
808
- "long_name": "southern boundary dissolved inorganic silicate",
809
- "units": "mmol/m^3",
810
- "coordinates": "abs_time month",
811
- "_FillValue": "AAAAAAAA+H8="
812
- },
813
- "dimension_names": [
814
- "bry_time",
815
- "s_rho",
816
- "xi_rho"
817
- ],
818
- "zarr_format": 3,
819
- "node_type": "array",
820
- "storage_transformers": []
821
- },
822
- "diazChl_east": {
823
- "shape": [
824
- 12,
825
- 3,
826
- 4
827
- ],
828
- "data_type": "float32",
829
- "chunk_grid": {
830
- "name": "regular",
831
- "configuration": {
832
- "chunk_shape": [
833
- 12,
834
- 3,
835
- 4
836
- ]
837
- }
838
- },
839
- "chunk_key_encoding": {
840
- "name": "default",
841
- "configuration": {
842
- "separator": "/"
843
- }
844
- },
845
- "fill_value": 0.0,
846
- "codecs": [
847
- {
848
- "name": "bytes",
849
- "configuration": {
850
- "endian": "little"
851
- }
852
- },
853
- {
854
- "name": "zstd",
855
- "configuration": {
856
- "level": 0,
857
- "checksum": false
858
- }
859
- }
860
- ],
861
- "attributes": {
862
- "long_name": "eastern boundary diazotroph chloropyll",
863
- "units": "mg/m^3",
864
- "coordinates": "abs_time month",
865
- "_FillValue": "AAAAAAAA+H8="
866
- },
867
- "dimension_names": [
868
- "bry_time",
869
- "s_rho",
870
- "eta_rho"
871
- ],
872
- "zarr_format": 3,
873
- "node_type": "array",
874
- "storage_transformers": []
875
- },
876
- "diazP_east": {
877
- "shape": [
878
- 12,
879
- 3,
880
- 4
881
- ],
882
- "data_type": "float32",
883
- "chunk_grid": {
884
- "name": "regular",
885
- "configuration": {
886
- "chunk_shape": [
887
- 12,
888
- 3,
889
- 4
890
- ]
891
- }
892
- },
893
- "chunk_key_encoding": {
894
- "name": "default",
895
- "configuration": {
896
- "separator": "/"
897
- }
898
- },
899
- "fill_value": 0.0,
900
- "codecs": [
901
- {
902
- "name": "bytes",
903
- "configuration": {
904
- "endian": "little"
905
- }
906
- },
907
- {
908
- "name": "zstd",
909
- "configuration": {
910
- "level": 0,
911
- "checksum": false
912
- }
913
- }
914
- ],
915
- "attributes": {
916
- "long_name": "eastern boundary diazotroph phosphorus",
917
- "units": "mmol/m^3",
918
- "coordinates": "abs_time month",
919
- "_FillValue": "AAAAAAAA+H8="
920
- },
921
- "dimension_names": [
922
- "bry_time",
923
- "s_rho",
924
- "eta_rho"
925
- ],
926
- "zarr_format": 3,
927
- "node_type": "array",
928
- "storage_transformers": []
929
- },
930
- "DON_south": {
931
- "shape": [
932
- 12,
933
- 3,
934
- 4
935
- ],
936
- "data_type": "float32",
937
- "chunk_grid": {
938
- "name": "regular",
939
- "configuration": {
940
- "chunk_shape": [
941
- 12,
942
- 3,
943
- 4
944
- ]
945
- }
946
- },
947
- "chunk_key_encoding": {
948
- "name": "default",
949
- "configuration": {
950
- "separator": "/"
951
- }
952
- },
953
- "fill_value": 0.0,
954
- "codecs": [
955
- {
956
- "name": "bytes",
957
- "configuration": {
958
- "endian": "little"
959
- }
960
- },
961
- {
962
- "name": "zstd",
963
- "configuration": {
964
- "level": 0,
965
- "checksum": false
966
- }
967
- }
968
- ],
969
- "attributes": {
970
- "long_name": "southern boundary dissolved organic nitrogen",
971
- "units": "mmol/m^3",
972
- "coordinates": "abs_time month",
973
- "_FillValue": "AAAAAAAA+H8="
974
- },
975
- "dimension_names": [
976
- "bry_time",
977
- "s_rho",
978
- "xi_rho"
979
- ],
980
- "zarr_format": 3,
981
- "node_type": "array",
982
- "storage_transformers": []
983
- },
984
- "spFe_west": {
985
- "shape": [
986
- 12,
987
- 3,
988
- 4
989
- ],
990
- "data_type": "float32",
991
- "chunk_grid": {
992
- "name": "regular",
993
- "configuration": {
994
- "chunk_shape": [
995
- 12,
996
- 3,
997
- 4
998
- ]
999
- }
1000
- },
1001
- "chunk_key_encoding": {
1002
- "name": "default",
1003
- "configuration": {
1004
- "separator": "/"
1005
- }
1006
- },
1007
- "fill_value": 0.0,
1008
- "codecs": [
1009
- {
1010
- "name": "bytes",
1011
- "configuration": {
1012
- "endian": "little"
1013
- }
1014
- },
1015
- {
1016
- "name": "zstd",
1017
- "configuration": {
1018
- "level": 0,
1019
- "checksum": false
1020
- }
1021
- }
1022
- ],
1023
- "attributes": {
1024
- "long_name": "western boundary small phytoplankton iron",
1025
- "units": "mmol/m^3",
1026
- "coordinates": "abs_time month",
1027
- "_FillValue": "AAAAAAAA+H8="
1028
- },
1029
- "dimension_names": [
1030
- "bry_time",
1031
- "s_rho",
1032
- "eta_rho"
1033
- ],
1034
- "zarr_format": 3,
1035
- "node_type": "array",
1036
- "storage_transformers": []
1037
- },
1038
- "spCaCO3_east": {
1039
- "shape": [
1040
- 12,
1041
- 3,
1042
- 4
1043
- ],
1044
- "data_type": "float32",
1045
- "chunk_grid": {
1046
- "name": "regular",
1047
- "configuration": {
1048
- "chunk_shape": [
1049
- 12,
1050
- 3,
1051
- 4
1052
- ]
1053
- }
1054
- },
1055
- "chunk_key_encoding": {
1056
- "name": "default",
1057
- "configuration": {
1058
- "separator": "/"
1059
- }
1060
- },
1061
- "fill_value": 0.0,
1062
- "codecs": [
1063
- {
1064
- "name": "bytes",
1065
- "configuration": {
1066
- "endian": "little"
1067
- }
1068
- },
1069
- {
1070
- "name": "zstd",
1071
- "configuration": {
1072
- "level": 0,
1073
- "checksum": false
1074
- }
1075
- }
1076
- ],
1077
- "attributes": {
1078
- "long_name": "eastern boundary small phytoplankton CaCO3",
1079
- "units": "mmol/m^3",
1080
- "coordinates": "abs_time month",
1081
- "_FillValue": "AAAAAAAA+H8="
1082
- },
1083
- "dimension_names": [
1084
- "bry_time",
1085
- "s_rho",
1086
- "eta_rho"
1087
- ],
1088
- "zarr_format": 3,
1089
- "node_type": "array",
1090
- "storage_transformers": []
1091
- },
1092
- "spFe_north": {
1093
- "shape": [
1094
- 12,
1095
- 3,
1096
- 4
1097
- ],
1098
- "data_type": "float32",
1099
- "chunk_grid": {
1100
- "name": "regular",
1101
- "configuration": {
1102
- "chunk_shape": [
1103
- 12,
1104
- 3,
1105
- 4
1106
- ]
1107
- }
1108
- },
1109
- "chunk_key_encoding": {
1110
- "name": "default",
1111
- "configuration": {
1112
- "separator": "/"
1113
- }
1114
- },
1115
- "fill_value": 0.0,
1116
- "codecs": [
1117
- {
1118
- "name": "bytes",
1119
- "configuration": {
1120
- "endian": "little"
1121
- }
1122
- },
1123
- {
1124
- "name": "zstd",
1125
- "configuration": {
1126
- "level": 0,
1127
- "checksum": false
1128
- }
1129
- }
1130
- ],
1131
- "attributes": {
1132
- "long_name": "northern boundary small phytoplankton iron",
1133
- "units": "mmol/m^3",
1134
- "coordinates": "abs_time month",
1135
- "_FillValue": "AAAAAAAA+H8="
1136
- },
1137
- "dimension_names": [
1138
- "bry_time",
1139
- "s_rho",
1140
- "xi_rho"
1141
- ],
1142
- "zarr_format": 3,
1143
- "node_type": "array",
1144
- "storage_transformers": []
1145
- },
1146
- "diatP_south": {
1147
- "shape": [
1148
- 12,
1149
- 3,
1150
- 4
1151
- ],
1152
- "data_type": "float32",
1153
- "chunk_grid": {
1154
- "name": "regular",
1155
- "configuration": {
1156
- "chunk_shape": [
1157
- 12,
1158
- 3,
1159
- 4
1160
- ]
1161
- }
1162
- },
1163
- "chunk_key_encoding": {
1164
- "name": "default",
1165
- "configuration": {
1166
- "separator": "/"
1167
- }
1168
- },
1169
- "fill_value": 0.0,
1170
- "codecs": [
1171
- {
1172
- "name": "bytes",
1173
- "configuration": {
1174
- "endian": "little"
1175
- }
1176
- },
1177
- {
1178
- "name": "zstd",
1179
- "configuration": {
1180
- "level": 0,
1181
- "checksum": false
1182
- }
1183
- }
1184
- ],
1185
- "attributes": {
1186
- "long_name": "southern boundary diatom phosphorus",
1187
- "units": "mmol/m^3",
1188
- "coordinates": "abs_time month",
1189
- "_FillValue": "AAAAAAAA+H8="
1190
- },
1191
- "dimension_names": [
1192
- "bry_time",
1193
- "s_rho",
1194
- "xi_rho"
1195
- ],
1196
- "zarr_format": 3,
1197
- "node_type": "array",
1198
- "storage_transformers": []
1199
- },
1200
- "spC_south": {
1201
- "shape": [
1202
- 12,
1203
- 3,
1204
- 4
1205
- ],
1206
- "data_type": "float32",
1207
- "chunk_grid": {
1208
- "name": "regular",
1209
- "configuration": {
1210
- "chunk_shape": [
1211
- 12,
1212
- 3,
1213
- 4
1214
- ]
1215
- }
1216
- },
1217
- "chunk_key_encoding": {
1218
- "name": "default",
1219
- "configuration": {
1220
- "separator": "/"
1221
- }
1222
- },
1223
- "fill_value": 0.0,
1224
- "codecs": [
1225
- {
1226
- "name": "bytes",
1227
- "configuration": {
1228
- "endian": "little"
1229
- }
1230
- },
1231
- {
1232
- "name": "zstd",
1233
- "configuration": {
1234
- "level": 0,
1235
- "checksum": false
1236
- }
1237
- }
1238
- ],
1239
- "attributes": {
1240
- "long_name": "southern boundary small phytoplankton carbon",
1241
- "units": "mmol/m^3",
1242
- "coordinates": "abs_time month",
1243
- "_FillValue": "AAAAAAAA+H8="
1244
- },
1245
- "dimension_names": [
1246
- "bry_time",
1247
- "s_rho",
1248
- "xi_rho"
1249
- ],
1250
- "zarr_format": 3,
1251
- "node_type": "array",
1252
- "storage_transformers": []
1253
- },
1254
- "abs_time": {
1255
- "shape": [
1256
- 12
1257
- ],
1258
- "data_type": "int64",
1259
- "chunk_grid": {
1260
- "name": "regular",
1261
- "configuration": {
1262
- "chunk_shape": [
1263
- 12
1264
- ]
1265
- }
1266
- },
1267
- "chunk_key_encoding": {
1268
- "name": "default",
1269
- "configuration": {
1270
- "separator": "/"
1271
- }
1272
- },
1273
- "fill_value": 0,
1274
- "codecs": [
1275
- {
1276
- "name": "bytes",
1277
- "configuration": {
1278
- "endian": "little"
1279
- }
1280
- },
1281
- {
1282
- "name": "zstd",
1283
- "configuration": {
1284
- "level": 0,
1285
- "checksum": false
1286
- }
1287
- }
1288
- ],
1289
- "attributes": {
1290
- "long_name": "absolute time",
1291
- "units": "hours since 2000-01-16 12:00:00",
1292
- "calendar": "proleptic_gregorian"
1293
- },
1294
- "dimension_names": [
1295
- "bry_time"
1296
- ],
1297
- "zarr_format": 3,
1298
- "node_type": "array",
1299
- "storage_transformers": []
1300
- },
1301
- "diazC_west": {
1302
- "shape": [
1303
- 12,
1304
- 3,
1305
- 4
1306
- ],
1307
- "data_type": "float32",
1308
- "chunk_grid": {
1309
- "name": "regular",
1310
- "configuration": {
1311
- "chunk_shape": [
1312
- 12,
1313
- 3,
1314
- 4
1315
- ]
1316
- }
1317
- },
1318
- "chunk_key_encoding": {
1319
- "name": "default",
1320
- "configuration": {
1321
- "separator": "/"
1322
- }
1323
- },
1324
- "fill_value": 0.0,
1325
- "codecs": [
1326
- {
1327
- "name": "bytes",
1328
- "configuration": {
1329
- "endian": "little"
1330
- }
1331
- },
1332
- {
1333
- "name": "zstd",
1334
- "configuration": {
1335
- "level": 0,
1336
- "checksum": false
1337
- }
1338
- }
1339
- ],
1340
- "attributes": {
1341
- "long_name": "western boundary diazotroph carbon",
1342
- "units": "mmol/m^3",
1343
- "coordinates": "abs_time month",
1344
- "_FillValue": "AAAAAAAA+H8="
1345
- },
1346
- "dimension_names": [
1347
- "bry_time",
1348
- "s_rho",
1349
- "eta_rho"
1350
- ],
1351
- "zarr_format": 3,
1352
- "node_type": "array",
1353
- "storage_transformers": []
1354
- },
1355
- "DOCr_west": {
1356
- "shape": [
1357
- 12,
1358
- 3,
1359
- 4
1360
- ],
1361
- "data_type": "float32",
1362
- "chunk_grid": {
1363
- "name": "regular",
1364
- "configuration": {
1365
- "chunk_shape": [
1366
- 12,
1367
- 3,
1368
- 4
1369
- ]
1370
- }
1371
- },
1372
- "chunk_key_encoding": {
1373
- "name": "default",
1374
- "configuration": {
1375
- "separator": "/"
1376
- }
1377
- },
1378
- "fill_value": 0.0,
1379
- "codecs": [
1380
- {
1381
- "name": "bytes",
1382
- "configuration": {
1383
- "endian": "little"
1384
- }
1385
- },
1386
- {
1387
- "name": "zstd",
1388
- "configuration": {
1389
- "level": 0,
1390
- "checksum": false
1391
- }
1392
- }
1393
- ],
1394
- "attributes": {
1395
- "long_name": "western boundary refractory dissolved organic carbon",
1396
- "units": "mmol/m^3",
1397
- "coordinates": "abs_time month",
1398
- "_FillValue": "AAAAAAAA+H8="
1399
- },
1400
- "dimension_names": [
1401
- "bry_time",
1402
- "s_rho",
1403
- "eta_rho"
1404
- ],
1405
- "zarr_format": 3,
1406
- "node_type": "array",
1407
- "storage_transformers": []
1408
- },
1409
- "DOPr_north": {
1410
- "shape": [
1411
- 12,
1412
- 3,
1413
- 4
1414
- ],
1415
- "data_type": "float32",
1416
- "chunk_grid": {
1417
- "name": "regular",
1418
- "configuration": {
1419
- "chunk_shape": [
1420
- 12,
1421
- 3,
1422
- 4
1423
- ]
1424
- }
1425
- },
1426
- "chunk_key_encoding": {
1427
- "name": "default",
1428
- "configuration": {
1429
- "separator": "/"
1430
- }
1431
- },
1432
- "fill_value": 0.0,
1433
- "codecs": [
1434
- {
1435
- "name": "bytes",
1436
- "configuration": {
1437
- "endian": "little"
1438
- }
1439
- },
1440
- {
1441
- "name": "zstd",
1442
- "configuration": {
1443
- "level": 0,
1444
- "checksum": false
1445
- }
1446
- }
1447
- ],
1448
- "attributes": {
1449
- "long_name": "northern boundary refractory dissolved organic phosphorus",
1450
- "units": "mmol/m^3",
1451
- "coordinates": "abs_time month",
1452
- "_FillValue": "AAAAAAAA+H8="
1453
- },
1454
- "dimension_names": [
1455
- "bry_time",
1456
- "s_rho",
1457
- "xi_rho"
1458
- ],
1459
- "zarr_format": 3,
1460
- "node_type": "array",
1461
- "storage_transformers": []
1462
- },
1463
- "Fe_east": {
1464
- "shape": [
1465
- 12,
1466
- 3,
1467
- 4
1468
- ],
1469
- "data_type": "float32",
1470
- "chunk_grid": {
1471
- "name": "regular",
1472
- "configuration": {
1473
- "chunk_shape": [
1474
- 12,
1475
- 3,
1476
- 4
1477
- ]
1478
- }
1479
- },
1480
- "chunk_key_encoding": {
1481
- "name": "default",
1482
- "configuration": {
1483
- "separator": "/"
1484
- }
1485
- },
1486
- "fill_value": 0.0,
1487
- "codecs": [
1488
- {
1489
- "name": "bytes",
1490
- "configuration": {
1491
- "endian": "little"
1492
- }
1493
- },
1494
- {
1495
- "name": "zstd",
1496
- "configuration": {
1497
- "level": 0,
1498
- "checksum": false
1499
- }
1500
- }
1501
- ],
1502
- "attributes": {
1503
- "long_name": "eastern boundary dissolved inorganic iron",
1504
- "units": "mmol/m^3",
1505
- "coordinates": "abs_time month",
1506
- "_FillValue": "AAAAAAAA+H8="
1507
- },
1508
- "dimension_names": [
1509
- "bry_time",
1510
- "s_rho",
1511
- "eta_rho"
1512
- ],
1513
- "zarr_format": 3,
1514
- "node_type": "array",
1515
- "storage_transformers": []
1516
- },
1517
- "ALK_ALT_CO2_north": {
1518
- "shape": [
1519
- 12,
1520
- 3,
1521
- 4
1522
- ],
1523
- "data_type": "float32",
1524
- "chunk_grid": {
1525
- "name": "regular",
1526
- "configuration": {
1527
- "chunk_shape": [
1528
- 12,
1529
- 3,
1530
- 4
1531
- ]
1532
- }
1533
- },
1534
- "chunk_key_encoding": {
1535
- "name": "default",
1536
- "configuration": {
1537
- "separator": "/"
1538
- }
1539
- },
1540
- "fill_value": 0.0,
1541
- "codecs": [
1542
- {
1543
- "name": "bytes",
1544
- "configuration": {
1545
- "endian": "little"
1546
- }
1547
- },
1548
- {
1549
- "name": "zstd",
1550
- "configuration": {
1551
- "level": 0,
1552
- "checksum": false
1553
- }
1554
- }
1555
- ],
1556
- "attributes": {
1557
- "long_name": "northern boundary alkalinity, alternative CO2",
1558
- "units": "meq/m^3",
1559
- "coordinates": "abs_time month",
1560
- "_FillValue": "AAAAAAAA+H8="
1561
- },
1562
- "dimension_names": [
1563
- "bry_time",
1564
- "s_rho",
1565
- "xi_rho"
1566
- ],
1567
- "zarr_format": 3,
1568
- "node_type": "array",
1569
- "storage_transformers": []
1570
- },
1571
- "spChl_west": {
1572
- "shape": [
1573
- 12,
1574
- 3,
1575
- 4
1576
- ],
1577
- "data_type": "float32",
1578
- "chunk_grid": {
1579
- "name": "regular",
1580
- "configuration": {
1581
- "chunk_shape": [
1582
- 12,
1583
- 3,
1584
- 4
1585
- ]
1586
- }
1587
- },
1588
- "chunk_key_encoding": {
1589
- "name": "default",
1590
- "configuration": {
1591
- "separator": "/"
1592
- }
1593
- },
1594
- "fill_value": 0.0,
1595
- "codecs": [
1596
- {
1597
- "name": "bytes",
1598
- "configuration": {
1599
- "endian": "little"
1600
- }
1601
- },
1602
- {
1603
- "name": "zstd",
1604
- "configuration": {
1605
- "level": 0,
1606
- "checksum": false
1607
- }
1608
- }
1609
- ],
1610
- "attributes": {
1611
- "long_name": "western boundary small phytoplankton chlorophyll",
1612
- "units": "mg/m^3",
1613
- "coordinates": "abs_time month",
1614
- "_FillValue": "AAAAAAAA+H8="
1615
- },
1616
- "dimension_names": [
1617
- "bry_time",
1618
- "s_rho",
1619
- "eta_rho"
1620
- ],
1621
- "zarr_format": 3,
1622
- "node_type": "array",
1623
- "storage_transformers": []
1624
- },
1625
- "Fe_south": {
1626
- "shape": [
1627
- 12,
1628
- 3,
1629
- 4
1630
- ],
1631
- "data_type": "float32",
1632
- "chunk_grid": {
1633
- "name": "regular",
1634
- "configuration": {
1635
- "chunk_shape": [
1636
- 12,
1637
- 3,
1638
- 4
1639
- ]
1640
- }
1641
- },
1642
- "chunk_key_encoding": {
1643
- "name": "default",
1644
- "configuration": {
1645
- "separator": "/"
1646
- }
1647
- },
1648
- "fill_value": 0.0,
1649
- "codecs": [
1650
- {
1651
- "name": "bytes",
1652
- "configuration": {
1653
- "endian": "little"
1654
- }
1655
- },
1656
- {
1657
- "name": "zstd",
1658
- "configuration": {
1659
- "level": 0,
1660
- "checksum": false
1661
- }
1662
- }
1663
- ],
1664
- "attributes": {
1665
- "long_name": "southern boundary dissolved inorganic iron",
1666
- "units": "mmol/m^3",
1667
- "coordinates": "abs_time month",
1668
- "_FillValue": "AAAAAAAA+H8="
1669
- },
1670
- "dimension_names": [
1671
- "bry_time",
1672
- "s_rho",
1673
- "xi_rho"
1674
- ],
1675
- "zarr_format": 3,
1676
- "node_type": "array",
1677
- "storage_transformers": []
1678
- },
1679
- "Lig_west": {
1680
- "shape": [
1681
- 12,
1682
- 3,
1683
- 4
1684
- ],
1685
- "data_type": "float32",
1686
- "chunk_grid": {
1687
- "name": "regular",
1688
- "configuration": {
1689
- "chunk_shape": [
1690
- 12,
1691
- 3,
1692
- 4
1693
- ]
1694
- }
1695
- },
1696
- "chunk_key_encoding": {
1697
- "name": "default",
1698
- "configuration": {
1699
- "separator": "/"
1700
- }
1701
- },
1702
- "fill_value": 0.0,
1703
- "codecs": [
1704
- {
1705
- "name": "bytes",
1706
- "configuration": {
1707
- "endian": "little"
1708
- }
1709
- },
1710
- {
1711
- "name": "zstd",
1712
- "configuration": {
1713
- "level": 0,
1714
- "checksum": false
1715
- }
1716
- }
1717
- ],
1718
- "attributes": {
1719
- "long_name": "western boundary iron binding ligand",
1720
- "units": "mmol/m^3",
1721
- "coordinates": "abs_time month",
1722
- "_FillValue": "AAAAAAAA+H8="
1723
- },
1724
- "dimension_names": [
1725
- "bry_time",
1726
- "s_rho",
1727
- "eta_rho"
1728
- ],
1729
- "zarr_format": 3,
1730
- "node_type": "array",
1731
- "storage_transformers": []
1732
- },
1733
- "diazP_west": {
1734
- "shape": [
1735
- 12,
1736
- 3,
1737
- 4
1738
- ],
1739
- "data_type": "float32",
1740
- "chunk_grid": {
1741
- "name": "regular",
1742
- "configuration": {
1743
- "chunk_shape": [
1744
- 12,
1745
- 3,
1746
- 4
1747
- ]
1748
- }
1749
- },
1750
- "chunk_key_encoding": {
1751
- "name": "default",
1752
- "configuration": {
1753
- "separator": "/"
1754
- }
1755
- },
1756
- "fill_value": 0.0,
1757
- "codecs": [
1758
- {
1759
- "name": "bytes",
1760
- "configuration": {
1761
- "endian": "little"
1762
- }
1763
- },
1764
- {
1765
- "name": "zstd",
1766
- "configuration": {
1767
- "level": 0,
1768
- "checksum": false
1769
- }
1770
- }
1771
- ],
1772
- "attributes": {
1773
- "long_name": "western boundary diazotroph phosphorus",
1774
- "units": "mmol/m^3",
1775
- "coordinates": "abs_time month",
1776
- "_FillValue": "AAAAAAAA+H8="
1777
- },
1778
- "dimension_names": [
1779
- "bry_time",
1780
- "s_rho",
1781
- "eta_rho"
1782
- ],
1783
- "zarr_format": 3,
1784
- "node_type": "array",
1785
- "storage_transformers": []
1786
- },
1787
- "zooC_west": {
1788
- "shape": [
1789
- 12,
1790
- 3,
1791
- 4
1792
- ],
1793
- "data_type": "float32",
1794
- "chunk_grid": {
1795
- "name": "regular",
1796
- "configuration": {
1797
- "chunk_shape": [
1798
- 12,
1799
- 3,
1800
- 4
1801
- ]
1802
- }
1803
- },
1804
- "chunk_key_encoding": {
1805
- "name": "default",
1806
- "configuration": {
1807
- "separator": "/"
1808
- }
1809
- },
1810
- "fill_value": 0.0,
1811
- "codecs": [
1812
- {
1813
- "name": "bytes",
1814
- "configuration": {
1815
- "endian": "little"
1816
- }
1817
- },
1818
- {
1819
- "name": "zstd",
1820
- "configuration": {
1821
- "level": 0,
1822
- "checksum": false
1823
- }
1824
- }
1825
- ],
1826
- "attributes": {
1827
- "long_name": "western boundary zooplankton carbon",
1828
- "units": "mmol/m^3",
1829
- "coordinates": "abs_time month",
1830
- "_FillValue": "AAAAAAAA+H8="
1831
- },
1832
- "dimension_names": [
1833
- "bry_time",
1834
- "s_rho",
1835
- "eta_rho"
1836
- ],
1837
- "zarr_format": 3,
1838
- "node_type": "array",
1839
- "storage_transformers": []
1840
- },
1841
- "spCaCO3_north": {
1842
- "shape": [
1843
- 12,
1844
- 3,
1845
- 4
1846
- ],
1847
- "data_type": "float32",
1848
- "chunk_grid": {
1849
- "name": "regular",
1850
- "configuration": {
1851
- "chunk_shape": [
1852
- 12,
1853
- 3,
1854
- 4
1855
- ]
1856
- }
1857
- },
1858
- "chunk_key_encoding": {
1859
- "name": "default",
1860
- "configuration": {
1861
- "separator": "/"
1862
- }
1863
- },
1864
- "fill_value": 0.0,
1865
- "codecs": [
1866
- {
1867
- "name": "bytes",
1868
- "configuration": {
1869
- "endian": "little"
1870
- }
1871
- },
1872
- {
1873
- "name": "zstd",
1874
- "configuration": {
1875
- "level": 0,
1876
- "checksum": false
1877
- }
1878
- }
1879
- ],
1880
- "attributes": {
1881
- "long_name": "northern boundary small phytoplankton CaCO3",
1882
- "units": "mmol/m^3",
1883
- "coordinates": "abs_time month",
1884
- "_FillValue": "AAAAAAAA+H8="
1885
- },
1886
- "dimension_names": [
1887
- "bry_time",
1888
- "s_rho",
1889
- "xi_rho"
1890
- ],
1891
- "zarr_format": 3,
1892
- "node_type": "array",
1893
- "storage_transformers": []
1894
- },
1895
- "Lig_north": {
1896
- "shape": [
1897
- 12,
1898
- 3,
1899
- 4
1900
- ],
1901
- "data_type": "float32",
1902
- "chunk_grid": {
1903
- "name": "regular",
1904
- "configuration": {
1905
- "chunk_shape": [
1906
- 12,
1907
- 3,
1908
- 4
1909
- ]
1910
- }
1911
- },
1912
- "chunk_key_encoding": {
1913
- "name": "default",
1914
- "configuration": {
1915
- "separator": "/"
1916
- }
1917
- },
1918
- "fill_value": 0.0,
1919
- "codecs": [
1920
- {
1921
- "name": "bytes",
1922
- "configuration": {
1923
- "endian": "little"
1924
- }
1925
- },
1926
- {
1927
- "name": "zstd",
1928
- "configuration": {
1929
- "level": 0,
1930
- "checksum": false
1931
- }
1932
- }
1933
- ],
1934
- "attributes": {
1935
- "long_name": "northern boundary iron binding ligand",
1936
- "units": "mmol/m^3",
1937
- "coordinates": "abs_time month",
1938
- "_FillValue": "AAAAAAAA+H8="
1939
- },
1940
- "dimension_names": [
1941
- "bry_time",
1942
- "s_rho",
1943
- "xi_rho"
1944
- ],
1945
- "zarr_format": 3,
1946
- "node_type": "array",
1947
- "storage_transformers": []
1948
- },
1949
- "diatSi_east": {
1950
- "shape": [
1951
- 12,
1952
- 3,
1953
- 4
1954
- ],
1955
- "data_type": "float32",
1956
- "chunk_grid": {
1957
- "name": "regular",
1958
- "configuration": {
1959
- "chunk_shape": [
1960
- 12,
1961
- 3,
1962
- 4
1963
- ]
1964
- }
1965
- },
1966
- "chunk_key_encoding": {
1967
- "name": "default",
1968
- "configuration": {
1969
- "separator": "/"
1970
- }
1971
- },
1972
- "fill_value": 0.0,
1973
- "codecs": [
1974
- {
1975
- "name": "bytes",
1976
- "configuration": {
1977
- "endian": "little"
1978
- }
1979
- },
1980
- {
1981
- "name": "zstd",
1982
- "configuration": {
1983
- "level": 0,
1984
- "checksum": false
1985
- }
1986
- }
1987
- ],
1988
- "attributes": {
1989
- "long_name": "eastern boundary diatom silicate",
1990
- "units": "mmol/m^3",
1991
- "coordinates": "abs_time month",
1992
- "_FillValue": "AAAAAAAA+H8="
1993
- },
1994
- "dimension_names": [
1995
- "bry_time",
1996
- "s_rho",
1997
- "eta_rho"
1998
- ],
1999
- "zarr_format": 3,
2000
- "node_type": "array",
2001
- "storage_transformers": []
2002
- },
2003
- "DOP_south": {
2004
- "shape": [
2005
- 12,
2006
- 3,
2007
- 4
2008
- ],
2009
- "data_type": "float32",
2010
- "chunk_grid": {
2011
- "name": "regular",
2012
- "configuration": {
2013
- "chunk_shape": [
2014
- 12,
2015
- 3,
2016
- 4
2017
- ]
2018
- }
2019
- },
2020
- "chunk_key_encoding": {
2021
- "name": "default",
2022
- "configuration": {
2023
- "separator": "/"
2024
- }
2025
- },
2026
- "fill_value": 0.0,
2027
- "codecs": [
2028
- {
2029
- "name": "bytes",
2030
- "configuration": {
2031
- "endian": "little"
2032
- }
2033
- },
2034
- {
2035
- "name": "zstd",
2036
- "configuration": {
2037
- "level": 0,
2038
- "checksum": false
2039
- }
2040
- }
2041
- ],
2042
- "attributes": {
2043
- "long_name": "southern boundary dissolved organic phosphorus",
2044
- "units": "mmol/m^3",
323
+ "attributes": {
324
+ "long_name": "northern boundary alkalinity",
325
+ "units": "meq/m^3",
2045
326
  "coordinates": "abs_time month",
2046
327
  "_FillValue": "AAAAAAAA+H8="
2047
328
  },
@@ -2054,7 +335,7 @@
2054
335
  "node_type": "array",
2055
336
  "storage_transformers": []
2056
337
  },
2057
- "diazChl_north": {
338
+ "ALK_south": {
2058
339
  "shape": [
2059
340
  12,
2060
341
  3,
@@ -2094,8 +375,8 @@
2094
375
  }
2095
376
  ],
2096
377
  "attributes": {
2097
- "long_name": "northern boundary diazotroph chloropyll",
2098
- "units": "mg/m^3",
378
+ "long_name": "southern boundary alkalinity",
379
+ "units": "meq/m^3",
2099
380
  "coordinates": "abs_time month",
2100
381
  "_FillValue": "AAAAAAAA+H8="
2101
382
  },
@@ -2108,20 +389,16 @@
2108
389
  "node_type": "array",
2109
390
  "storage_transformers": []
2110
391
  },
2111
- "NH4_north": {
392
+ "bry_time": {
2112
393
  "shape": [
2113
- 12,
2114
- 3,
2115
- 4
394
+ 12
2116
395
  ],
2117
- "data_type": "float32",
396
+ "data_type": "float64",
2118
397
  "chunk_grid": {
2119
398
  "name": "regular",
2120
399
  "configuration": {
2121
400
  "chunk_shape": [
2122
- 12,
2123
- 3,
2124
- 4
401
+ 12
2125
402
  ]
2126
403
  }
2127
404
  },
@@ -2148,21 +425,19 @@
2148
425
  }
2149
426
  ],
2150
427
  "attributes": {
2151
- "long_name": "northern boundary dissolved ammonia",
2152
- "units": "mmol/m^3",
2153
- "coordinates": "abs_time month",
428
+ "cycle_length": 365.25,
429
+ "long_name": "relative time: days since 2000-01-01 00:00:00",
430
+ "units": "days",
2154
431
  "_FillValue": "AAAAAAAA+H8="
2155
432
  },
2156
433
  "dimension_names": [
2157
- "bry_time",
2158
- "s_rho",
2159
- "xi_rho"
434
+ "bry_time"
2160
435
  ],
2161
436
  "zarr_format": 3,
2162
437
  "node_type": "array",
2163
438
  "storage_transformers": []
2164
439
  },
2165
- "diazC_east": {
440
+ "diatC_east": {
2166
441
  "shape": [
2167
442
  12,
2168
443
  3,
@@ -2202,7 +477,7 @@
2202
477
  }
2203
478
  ],
2204
479
  "attributes": {
2205
- "long_name": "eastern boundary diazotroph carbon",
480
+ "long_name": "eastern boundary diatom carbon",
2206
481
  "units": "mmol/m^3",
2207
482
  "coordinates": "abs_time month",
2208
483
  "_FillValue": "AAAAAAAA+H8="
@@ -2216,7 +491,7 @@
2216
491
  "node_type": "array",
2217
492
  "storage_transformers": []
2218
493
  },
2219
- "spP_west": {
494
+ "diatC_north": {
2220
495
  "shape": [
2221
496
  12,
2222
497
  3,
@@ -2256,7 +531,7 @@
2256
531
  }
2257
532
  ],
2258
533
  "attributes": {
2259
- "long_name": "western boundary small phytoplankton phosphorous",
534
+ "long_name": "northern boundary diatom carbon",
2260
535
  "units": "mmol/m^3",
2261
536
  "coordinates": "abs_time month",
2262
537
  "_FillValue": "AAAAAAAA+H8="
@@ -2264,22 +539,26 @@
2264
539
  "dimension_names": [
2265
540
  "bry_time",
2266
541
  "s_rho",
2267
- "eta_rho"
542
+ "xi_rho"
2268
543
  ],
2269
544
  "zarr_format": 3,
2270
545
  "node_type": "array",
2271
546
  "storage_transformers": []
2272
547
  },
2273
- "bry_time": {
548
+ "diatC_south": {
2274
549
  "shape": [
2275
- 12
550
+ 12,
551
+ 3,
552
+ 4
2276
553
  ],
2277
- "data_type": "float64",
554
+ "data_type": "float32",
2278
555
  "chunk_grid": {
2279
556
  "name": "regular",
2280
557
  "configuration": {
2281
558
  "chunk_shape": [
2282
- 12
559
+ 12,
560
+ 3,
561
+ 4
2283
562
  ]
2284
563
  }
2285
564
  },
@@ -2306,19 +585,21 @@
2306
585
  }
2307
586
  ],
2308
587
  "attributes": {
2309
- "cycle_length": 365.25,
2310
- "long_name": "relative time: days since 2000-01-01 00:00:00",
2311
- "units": "days",
588
+ "long_name": "southern boundary diatom carbon",
589
+ "units": "mmol/m^3",
590
+ "coordinates": "abs_time month",
2312
591
  "_FillValue": "AAAAAAAA+H8="
2313
592
  },
2314
593
  "dimension_names": [
2315
- "bry_time"
594
+ "bry_time",
595
+ "s_rho",
596
+ "xi_rho"
2316
597
  ],
2317
598
  "zarr_format": 3,
2318
599
  "node_type": "array",
2319
600
  "storage_transformers": []
2320
601
  },
2321
- "DIC_north": {
602
+ "diatChl_east": {
2322
603
  "shape": [
2323
604
  12,
2324
605
  3,
@@ -2358,21 +639,21 @@
2358
639
  }
2359
640
  ],
2360
641
  "attributes": {
2361
- "long_name": "northern boundary dissolved inorganic carbon",
2362
- "units": "mmol/m^3",
642
+ "long_name": "eastern boundary diatom chloropyll",
643
+ "units": "mg/m^3",
2363
644
  "coordinates": "abs_time month",
2364
645
  "_FillValue": "AAAAAAAA+H8="
2365
646
  },
2366
647
  "dimension_names": [
2367
648
  "bry_time",
2368
649
  "s_rho",
2369
- "xi_rho"
650
+ "eta_rho"
2370
651
  ],
2371
652
  "zarr_format": 3,
2372
653
  "node_type": "array",
2373
654
  "storage_transformers": []
2374
655
  },
2375
- "diazC_north": {
656
+ "diatChl_north": {
2376
657
  "shape": [
2377
658
  12,
2378
659
  3,
@@ -2412,8 +693,8 @@
2412
693
  }
2413
694
  ],
2414
695
  "attributes": {
2415
- "long_name": "northern boundary diazotroph carbon",
2416
- "units": "mmol/m^3",
696
+ "long_name": "northern boundary diatom chloropyll",
697
+ "units": "mg/m^3",
2417
698
  "coordinates": "abs_time month",
2418
699
  "_FillValue": "AAAAAAAA+H8="
2419
700
  },
@@ -2426,7 +707,7 @@
2426
707
  "node_type": "array",
2427
708
  "storage_transformers": []
2428
709
  },
2429
- "SiO3_east": {
710
+ "diatChl_south": {
2430
711
  "shape": [
2431
712
  12,
2432
713
  3,
@@ -2466,21 +747,21 @@
2466
747
  }
2467
748
  ],
2468
749
  "attributes": {
2469
- "long_name": "eastern boundary dissolved inorganic silicate",
2470
- "units": "mmol/m^3",
750
+ "long_name": "southern boundary diatom chloropyll",
751
+ "units": "mg/m^3",
2471
752
  "coordinates": "abs_time month",
2472
753
  "_FillValue": "AAAAAAAA+H8="
2473
754
  },
2474
755
  "dimension_names": [
2475
756
  "bry_time",
2476
757
  "s_rho",
2477
- "eta_rho"
758
+ "xi_rho"
2478
759
  ],
2479
760
  "zarr_format": 3,
2480
761
  "node_type": "array",
2481
762
  "storage_transformers": []
2482
763
  },
2483
- "spP_north": {
764
+ "diatFe_east": {
2484
765
  "shape": [
2485
766
  12,
2486
767
  3,
@@ -2520,7 +801,7 @@
2520
801
  }
2521
802
  ],
2522
803
  "attributes": {
2523
- "long_name": "northern boundary small phytoplankton phosphorous",
804
+ "long_name": "eastern boundary diatom iron",
2524
805
  "units": "mmol/m^3",
2525
806
  "coordinates": "abs_time month",
2526
807
  "_FillValue": "AAAAAAAA+H8="
@@ -2528,13 +809,13 @@
2528
809
  "dimension_names": [
2529
810
  "bry_time",
2530
811
  "s_rho",
2531
- "xi_rho"
812
+ "eta_rho"
2532
813
  ],
2533
814
  "zarr_format": 3,
2534
815
  "node_type": "array",
2535
816
  "storage_transformers": []
2536
817
  },
2537
- "diatC_north": {
818
+ "diatFe_north": {
2538
819
  "shape": [
2539
820
  12,
2540
821
  3,
@@ -2574,7 +855,7 @@
2574
855
  }
2575
856
  ],
2576
857
  "attributes": {
2577
- "long_name": "northern boundary diatom carbon",
858
+ "long_name": "northern boundary diatom iron",
2578
859
  "units": "mmol/m^3",
2579
860
  "coordinates": "abs_time month",
2580
861
  "_FillValue": "AAAAAAAA+H8="
@@ -2588,7 +869,7 @@
2588
869
  "node_type": "array",
2589
870
  "storage_transformers": []
2590
871
  },
2591
- "DONr_north": {
872
+ "diatFe_south": {
2592
873
  "shape": [
2593
874
  12,
2594
875
  3,
@@ -2628,7 +909,7 @@
2628
909
  }
2629
910
  ],
2630
911
  "attributes": {
2631
- "long_name": "northern boundary refractory dissolved organic nitrogen",
912
+ "long_name": "southern boundary diatom iron",
2632
913
  "units": "mmol/m^3",
2633
914
  "coordinates": "abs_time month",
2634
915
  "_FillValue": "AAAAAAAA+H8="
@@ -2642,7 +923,7 @@
2642
923
  "node_type": "array",
2643
924
  "storage_transformers": []
2644
925
  },
2645
- "spC_east": {
926
+ "diatP_east": {
2646
927
  "shape": [
2647
928
  12,
2648
929
  3,
@@ -2682,7 +963,7 @@
2682
963
  }
2683
964
  ],
2684
965
  "attributes": {
2685
- "long_name": "eastern boundary small phytoplankton carbon",
966
+ "long_name": "eastern boundary diatom phosphorus",
2686
967
  "units": "mmol/m^3",
2687
968
  "coordinates": "abs_time month",
2688
969
  "_FillValue": "AAAAAAAA+H8="
@@ -2696,7 +977,7 @@
2696
977
  "node_type": "array",
2697
978
  "storage_transformers": []
2698
979
  },
2699
- "zooC_east": {
980
+ "diatP_north": {
2700
981
  "shape": [
2701
982
  12,
2702
983
  3,
@@ -2736,7 +1017,7 @@
2736
1017
  }
2737
1018
  ],
2738
1019
  "attributes": {
2739
- "long_name": "eastern boundary zooplankton carbon",
1020
+ "long_name": "northern boundary diatom phosphorus",
2740
1021
  "units": "mmol/m^3",
2741
1022
  "coordinates": "abs_time month",
2742
1023
  "_FillValue": "AAAAAAAA+H8="
@@ -2744,13 +1025,13 @@
2744
1025
  "dimension_names": [
2745
1026
  "bry_time",
2746
1027
  "s_rho",
2747
- "eta_rho"
1028
+ "xi_rho"
2748
1029
  ],
2749
1030
  "zarr_format": 3,
2750
1031
  "node_type": "array",
2751
1032
  "storage_transformers": []
2752
1033
  },
2753
- "spCaCO3_west": {
1034
+ "diatP_south": {
2754
1035
  "shape": [
2755
1036
  12,
2756
1037
  3,
@@ -2790,7 +1071,7 @@
2790
1071
  }
2791
1072
  ],
2792
1073
  "attributes": {
2793
- "long_name": "western boundary small phytoplankton CaCO3",
1074
+ "long_name": "southern boundary diatom phosphorus",
2794
1075
  "units": "mmol/m^3",
2795
1076
  "coordinates": "abs_time month",
2796
1077
  "_FillValue": "AAAAAAAA+H8="
@@ -2798,13 +1079,13 @@
2798
1079
  "dimension_names": [
2799
1080
  "bry_time",
2800
1081
  "s_rho",
2801
- "eta_rho"
1082
+ "xi_rho"
2802
1083
  ],
2803
1084
  "zarr_format": 3,
2804
1085
  "node_type": "array",
2805
1086
  "storage_transformers": []
2806
1087
  },
2807
- "O2_south": {
1088
+ "diatSi_east": {
2808
1089
  "shape": [
2809
1090
  12,
2810
1091
  3,
@@ -2844,7 +1125,7 @@
2844
1125
  }
2845
1126
  ],
2846
1127
  "attributes": {
2847
- "long_name": "southern boundary dissolved oxygen",
1128
+ "long_name": "eastern boundary diatom silicate",
2848
1129
  "units": "mmol/m^3",
2849
1130
  "coordinates": "abs_time month",
2850
1131
  "_FillValue": "AAAAAAAA+H8="
@@ -2852,13 +1133,13 @@
2852
1133
  "dimension_names": [
2853
1134
  "bry_time",
2854
1135
  "s_rho",
2855
- "xi_rho"
1136
+ "eta_rho"
2856
1137
  ],
2857
1138
  "zarr_format": 3,
2858
1139
  "node_type": "array",
2859
1140
  "storage_transformers": []
2860
1141
  },
2861
- "DOCr_east": {
1142
+ "diatSi_north": {
2862
1143
  "shape": [
2863
1144
  12,
2864
1145
  3,
@@ -2898,7 +1179,7 @@
2898
1179
  }
2899
1180
  ],
2900
1181
  "attributes": {
2901
- "long_name": "eastern boundary refractory dissolved organic carbon",
1182
+ "long_name": "northern boundary diatom silicate",
2902
1183
  "units": "mmol/m^3",
2903
1184
  "coordinates": "abs_time month",
2904
1185
  "_FillValue": "AAAAAAAA+H8="
@@ -2906,13 +1187,13 @@
2906
1187
  "dimension_names": [
2907
1188
  "bry_time",
2908
1189
  "s_rho",
2909
- "eta_rho"
1190
+ "xi_rho"
2910
1191
  ],
2911
1192
  "zarr_format": 3,
2912
1193
  "node_type": "array",
2913
1194
  "storage_transformers": []
2914
1195
  },
2915
- "Fe_west": {
1196
+ "diatSi_south": {
2916
1197
  "shape": [
2917
1198
  12,
2918
1199
  3,
@@ -2952,7 +1233,7 @@
2952
1233
  }
2953
1234
  ],
2954
1235
  "attributes": {
2955
- "long_name": "western boundary dissolved inorganic iron",
1236
+ "long_name": "southern boundary diatom silicate",
2956
1237
  "units": "mmol/m^3",
2957
1238
  "coordinates": "abs_time month",
2958
1239
  "_FillValue": "AAAAAAAA+H8="
@@ -2960,13 +1241,13 @@
2960
1241
  "dimension_names": [
2961
1242
  "bry_time",
2962
1243
  "s_rho",
2963
- "eta_rho"
1244
+ "xi_rho"
2964
1245
  ],
2965
1246
  "zarr_format": 3,
2966
1247
  "node_type": "array",
2967
1248
  "storage_transformers": []
2968
1249
  },
2969
- "spFe_east": {
1250
+ "diazC_east": {
2970
1251
  "shape": [
2971
1252
  12,
2972
1253
  3,
@@ -3006,7 +1287,7 @@
3006
1287
  }
3007
1288
  ],
3008
1289
  "attributes": {
3009
- "long_name": "eastern boundary small phytoplankton iron",
1290
+ "long_name": "eastern boundary diazotroph carbon",
3010
1291
  "units": "mmol/m^3",
3011
1292
  "coordinates": "abs_time month",
3012
1293
  "_FillValue": "AAAAAAAA+H8="
@@ -3020,7 +1301,7 @@
3020
1301
  "node_type": "array",
3021
1302
  "storage_transformers": []
3022
1303
  },
3023
- "diazFe_north": {
1304
+ "diazC_north": {
3024
1305
  "shape": [
3025
1306
  12,
3026
1307
  3,
@@ -3060,7 +1341,7 @@
3060
1341
  }
3061
1342
  ],
3062
1343
  "attributes": {
3063
- "long_name": "northern boundary diazotroph iron",
1344
+ "long_name": "northern boundary diazotroph carbon",
3064
1345
  "units": "mmol/m^3",
3065
1346
  "coordinates": "abs_time month",
3066
1347
  "_FillValue": "AAAAAAAA+H8="
@@ -3074,7 +1355,7 @@
3074
1355
  "node_type": "array",
3075
1356
  "storage_transformers": []
3076
1357
  },
3077
- "NO3_south": {
1358
+ "diazC_south": {
3078
1359
  "shape": [
3079
1360
  12,
3080
1361
  3,
@@ -3114,7 +1395,7 @@
3114
1395
  }
3115
1396
  ],
3116
1397
  "attributes": {
3117
- "long_name": "southern boundary dissolved inorganic nitrate",
1398
+ "long_name": "southern boundary diazotroph carbon",
3118
1399
  "units": "mmol/m^3",
3119
1400
  "coordinates": "abs_time month",
3120
1401
  "_FillValue": "AAAAAAAA+H8="
@@ -3128,7 +1409,7 @@
3128
1409
  "node_type": "array",
3129
1410
  "storage_transformers": []
3130
1411
  },
3131
- "DIC_ALT_CO2_south": {
1412
+ "diazChl_east": {
3132
1413
  "shape": [
3133
1414
  12,
3134
1415
  3,
@@ -3168,21 +1449,21 @@
3168
1449
  }
3169
1450
  ],
3170
1451
  "attributes": {
3171
- "long_name": "southern boundary dissolved inorganic carbon, alternative CO2",
3172
- "units": "mmol/m^3",
1452
+ "long_name": "eastern boundary diazotroph chloropyll",
1453
+ "units": "mg/m^3",
3173
1454
  "coordinates": "abs_time month",
3174
1455
  "_FillValue": "AAAAAAAA+H8="
3175
1456
  },
3176
1457
  "dimension_names": [
3177
1458
  "bry_time",
3178
1459
  "s_rho",
3179
- "xi_rho"
1460
+ "eta_rho"
3180
1461
  ],
3181
1462
  "zarr_format": 3,
3182
1463
  "node_type": "array",
3183
1464
  "storage_transformers": []
3184
1465
  },
3185
- "PO4_south": {
1466
+ "diazChl_north": {
3186
1467
  "shape": [
3187
1468
  12,
3188
1469
  3,
@@ -3222,8 +1503,8 @@
3222
1503
  }
3223
1504
  ],
3224
1505
  "attributes": {
3225
- "long_name": "southern boundary dissolved inorganic phosphate",
3226
- "units": "mmol/m^3",
1506
+ "long_name": "northern boundary diazotroph chloropyll",
1507
+ "units": "mg/m^3",
3227
1508
  "coordinates": "abs_time month",
3228
1509
  "_FillValue": "AAAAAAAA+H8="
3229
1510
  },
@@ -3236,7 +1517,7 @@
3236
1517
  "node_type": "array",
3237
1518
  "storage_transformers": []
3238
1519
  },
3239
- "diatChl_north": {
1520
+ "diazChl_south": {
3240
1521
  "shape": [
3241
1522
  12,
3242
1523
  3,
@@ -3276,7 +1557,7 @@
3276
1557
  }
3277
1558
  ],
3278
1559
  "attributes": {
3279
- "long_name": "northern boundary diatom chloropyll",
1560
+ "long_name": "southern boundary diazotroph chloropyll",
3280
1561
  "units": "mg/m^3",
3281
1562
  "coordinates": "abs_time month",
3282
1563
  "_FillValue": "AAAAAAAA+H8="
@@ -3290,7 +1571,7 @@
3290
1571
  "node_type": "array",
3291
1572
  "storage_transformers": []
3292
1573
  },
3293
- "DIC_ALT_CO2_east": {
1574
+ "diazFe_east": {
3294
1575
  "shape": [
3295
1576
  12,
3296
1577
  3,
@@ -3330,7 +1611,7 @@
3330
1611
  }
3331
1612
  ],
3332
1613
  "attributes": {
3333
- "long_name": "eastern boundary dissolved inorganic carbon, alternative CO2",
1614
+ "long_name": "eastern boundary diazotroph iron",
3334
1615
  "units": "mmol/m^3",
3335
1616
  "coordinates": "abs_time month",
3336
1617
  "_FillValue": "AAAAAAAA+H8="
@@ -3344,7 +1625,7 @@
3344
1625
  "node_type": "array",
3345
1626
  "storage_transformers": []
3346
1627
  },
3347
- "DOCr_south": {
1628
+ "diazFe_north": {
3348
1629
  "shape": [
3349
1630
  12,
3350
1631
  3,
@@ -3384,7 +1665,7 @@
3384
1665
  }
3385
1666
  ],
3386
1667
  "attributes": {
3387
- "long_name": "southern boundary refractory dissolved organic carbon",
1668
+ "long_name": "northern boundary diazotroph iron",
3388
1669
  "units": "mmol/m^3",
3389
1670
  "coordinates": "abs_time month",
3390
1671
  "_FillValue": "AAAAAAAA+H8="
@@ -3398,7 +1679,7 @@
3398
1679
  "node_type": "array",
3399
1680
  "storage_transformers": []
3400
1681
  },
3401
- "diazChl_west": {
1682
+ "diazFe_south": {
3402
1683
  "shape": [
3403
1684
  12,
3404
1685
  3,
@@ -3438,21 +1719,21 @@
3438
1719
  }
3439
1720
  ],
3440
1721
  "attributes": {
3441
- "long_name": "western boundary diazotroph chloropyll",
3442
- "units": "mg/m^3",
1722
+ "long_name": "southern boundary diazotroph iron",
1723
+ "units": "mmol/m^3",
3443
1724
  "coordinates": "abs_time month",
3444
1725
  "_FillValue": "AAAAAAAA+H8="
3445
1726
  },
3446
1727
  "dimension_names": [
3447
1728
  "bry_time",
3448
1729
  "s_rho",
3449
- "eta_rho"
1730
+ "xi_rho"
3450
1731
  ],
3451
1732
  "zarr_format": 3,
3452
1733
  "node_type": "array",
3453
1734
  "storage_transformers": []
3454
1735
  },
3455
- "diatFe_south": {
1736
+ "diazP_east": {
3456
1737
  "shape": [
3457
1738
  12,
3458
1739
  3,
@@ -3492,7 +1773,7 @@
3492
1773
  }
3493
1774
  ],
3494
1775
  "attributes": {
3495
- "long_name": "southern boundary diatom iron",
1776
+ "long_name": "eastern boundary diazotroph phosphorus",
3496
1777
  "units": "mmol/m^3",
3497
1778
  "coordinates": "abs_time month",
3498
1779
  "_FillValue": "AAAAAAAA+H8="
@@ -3500,13 +1781,13 @@
3500
1781
  "dimension_names": [
3501
1782
  "bry_time",
3502
1783
  "s_rho",
3503
- "xi_rho"
1784
+ "eta_rho"
3504
1785
  ],
3505
1786
  "zarr_format": 3,
3506
1787
  "node_type": "array",
3507
1788
  "storage_transformers": []
3508
1789
  },
3509
- "spChl_east": {
1790
+ "diazP_north": {
3510
1791
  "shape": [
3511
1792
  12,
3512
1793
  3,
@@ -3546,21 +1827,21 @@
3546
1827
  }
3547
1828
  ],
3548
1829
  "attributes": {
3549
- "long_name": "eastern boundary small phytoplankton chlorophyll",
3550
- "units": "mg/m^3",
1830
+ "long_name": "northern boundary diazotroph phosphorus",
1831
+ "units": "mmol/m^3",
3551
1832
  "coordinates": "abs_time month",
3552
1833
  "_FillValue": "AAAAAAAA+H8="
3553
1834
  },
3554
1835
  "dimension_names": [
3555
1836
  "bry_time",
3556
1837
  "s_rho",
3557
- "eta_rho"
1838
+ "xi_rho"
3558
1839
  ],
3559
1840
  "zarr_format": 3,
3560
1841
  "node_type": "array",
3561
1842
  "storage_transformers": []
3562
1843
  },
3563
- "spChl_south": {
1844
+ "diazP_south": {
3564
1845
  "shape": [
3565
1846
  12,
3566
1847
  3,
@@ -3600,8 +1881,8 @@
3600
1881
  }
3601
1882
  ],
3602
1883
  "attributes": {
3603
- "long_name": "southern boundary small phytoplankton chlorophyll",
3604
- "units": "mg/m^3",
1884
+ "long_name": "southern boundary diazotroph phosphorus",
1885
+ "units": "mmol/m^3",
3605
1886
  "coordinates": "abs_time month",
3606
1887
  "_FillValue": "AAAAAAAA+H8="
3607
1888
  },
@@ -3614,7 +1895,7 @@
3614
1895
  "node_type": "array",
3615
1896
  "storage_transformers": []
3616
1897
  },
3617
- "diazFe_east": {
1898
+ "DIC_ALT_CO2_east": {
3618
1899
  "shape": [
3619
1900
  12,
3620
1901
  3,
@@ -3654,7 +1935,7 @@
3654
1935
  }
3655
1936
  ],
3656
1937
  "attributes": {
3657
- "long_name": "eastern boundary diazotroph iron",
1938
+ "long_name": "eastern boundary dissolved inorganic carbon, alternative CO2",
3658
1939
  "units": "mmol/m^3",
3659
1940
  "coordinates": "abs_time month",
3660
1941
  "_FillValue": "AAAAAAAA+H8="
@@ -3668,7 +1949,7 @@
3668
1949
  "node_type": "array",
3669
1950
  "storage_transformers": []
3670
1951
  },
3671
- "DONr_west": {
1952
+ "DIC_ALT_CO2_north": {
3672
1953
  "shape": [
3673
1954
  12,
3674
1955
  3,
@@ -3708,7 +1989,7 @@
3708
1989
  }
3709
1990
  ],
3710
1991
  "attributes": {
3711
- "long_name": "western boundary refractory dissolved organic nitrogen",
1992
+ "long_name": "northern boundary dissolved inorganic carbon, alternative CO2",
3712
1993
  "units": "mmol/m^3",
3713
1994
  "coordinates": "abs_time month",
3714
1995
  "_FillValue": "AAAAAAAA+H8="
@@ -3716,13 +1997,13 @@
3716
1997
  "dimension_names": [
3717
1998
  "bry_time",
3718
1999
  "s_rho",
3719
- "eta_rho"
2000
+ "xi_rho"
3720
2001
  ],
3721
2002
  "zarr_format": 3,
3722
2003
  "node_type": "array",
3723
2004
  "storage_transformers": []
3724
2005
  },
3725
- "DOC_west": {
2006
+ "DIC_ALT_CO2_south": {
3726
2007
  "shape": [
3727
2008
  12,
3728
2009
  3,
@@ -3762,7 +2043,7 @@
3762
2043
  }
3763
2044
  ],
3764
2045
  "attributes": {
3765
- "long_name": "western boundary dissolved organic carbon",
2046
+ "long_name": "southern boundary dissolved inorganic carbon, alternative CO2",
3766
2047
  "units": "mmol/m^3",
3767
2048
  "coordinates": "abs_time month",
3768
2049
  "_FillValue": "AAAAAAAA+H8="
@@ -3770,13 +2051,13 @@
3770
2051
  "dimension_names": [
3771
2052
  "bry_time",
3772
2053
  "s_rho",
3773
- "eta_rho"
2054
+ "xi_rho"
3774
2055
  ],
3775
2056
  "zarr_format": 3,
3776
2057
  "node_type": "array",
3777
2058
  "storage_transformers": []
3778
2059
  },
3779
- "PO4_west": {
2060
+ "DIC_east": {
3780
2061
  "shape": [
3781
2062
  12,
3782
2063
  3,
@@ -3816,7 +2097,7 @@
3816
2097
  }
3817
2098
  ],
3818
2099
  "attributes": {
3819
- "long_name": "western boundary dissolved inorganic phosphate",
2100
+ "long_name": "eastern boundary dissolved inorganic carbon",
3820
2101
  "units": "mmol/m^3",
3821
2102
  "coordinates": "abs_time month",
3822
2103
  "_FillValue": "AAAAAAAA+H8="
@@ -3830,7 +2111,7 @@
3830
2111
  "node_type": "array",
3831
2112
  "storage_transformers": []
3832
2113
  },
3833
- "diatSi_north": {
2114
+ "DIC_north": {
3834
2115
  "shape": [
3835
2116
  12,
3836
2117
  3,
@@ -3870,7 +2151,7 @@
3870
2151
  }
3871
2152
  ],
3872
2153
  "attributes": {
3873
- "long_name": "northern boundary diatom silicate",
2154
+ "long_name": "northern boundary dissolved inorganic carbon",
3874
2155
  "units": "mmol/m^3",
3875
2156
  "coordinates": "abs_time month",
3876
2157
  "_FillValue": "AAAAAAAA+H8="
@@ -3884,7 +2165,7 @@
3884
2165
  "node_type": "array",
3885
2166
  "storage_transformers": []
3886
2167
  },
3887
- "diazP_north": {
2168
+ "DIC_south": {
3888
2169
  "shape": [
3889
2170
  12,
3890
2171
  3,
@@ -3924,7 +2205,7 @@
3924
2205
  }
3925
2206
  ],
3926
2207
  "attributes": {
3927
- "long_name": "northern boundary diazotroph phosphorus",
2208
+ "long_name": "southern boundary dissolved inorganic carbon",
3928
2209
  "units": "mmol/m^3",
3929
2210
  "coordinates": "abs_time month",
3930
2211
  "_FillValue": "AAAAAAAA+H8="
@@ -3938,7 +2219,7 @@
3938
2219
  "node_type": "array",
3939
2220
  "storage_transformers": []
3940
2221
  },
3941
- "DOC_south": {
2222
+ "DOC_east": {
3942
2223
  "shape": [
3943
2224
  12,
3944
2225
  3,
@@ -3978,7 +2259,7 @@
3978
2259
  }
3979
2260
  ],
3980
2261
  "attributes": {
3981
- "long_name": "southern boundary dissolved organic carbon",
2262
+ "long_name": "eastern boundary dissolved organic carbon",
3982
2263
  "units": "mmol/m^3",
3983
2264
  "coordinates": "abs_time month",
3984
2265
  "_FillValue": "AAAAAAAA+H8="
@@ -3986,13 +2267,13 @@
3986
2267
  "dimension_names": [
3987
2268
  "bry_time",
3988
2269
  "s_rho",
3989
- "xi_rho"
2270
+ "eta_rho"
3990
2271
  ],
3991
2272
  "zarr_format": 3,
3992
2273
  "node_type": "array",
3993
2274
  "storage_transformers": []
3994
2275
  },
3995
- "ALK_ALT_CO2_east": {
2276
+ "DOC_north": {
3996
2277
  "shape": [
3997
2278
  12,
3998
2279
  3,
@@ -4032,21 +2313,21 @@
4032
2313
  }
4033
2314
  ],
4034
2315
  "attributes": {
4035
- "long_name": "eastern boundary alkalinity, alternative CO2",
4036
- "units": "meq/m^3",
2316
+ "long_name": "northern boundary dissolved organic carbon",
2317
+ "units": "mmol/m^3",
4037
2318
  "coordinates": "abs_time month",
4038
2319
  "_FillValue": "AAAAAAAA+H8="
4039
2320
  },
4040
2321
  "dimension_names": [
4041
2322
  "bry_time",
4042
2323
  "s_rho",
4043
- "eta_rho"
2324
+ "xi_rho"
4044
2325
  ],
4045
2326
  "zarr_format": 3,
4046
2327
  "node_type": "array",
4047
2328
  "storage_transformers": []
4048
2329
  },
4049
- "ALK_north": {
2330
+ "DOC_south": {
4050
2331
  "shape": [
4051
2332
  12,
4052
2333
  3,
@@ -4086,8 +2367,8 @@
4086
2367
  }
4087
2368
  ],
4088
2369
  "attributes": {
4089
- "long_name": "northern boundary alkalinity",
4090
- "units": "meq/m^3",
2370
+ "long_name": "southern boundary dissolved organic carbon",
2371
+ "units": "mmol/m^3",
4091
2372
  "coordinates": "abs_time month",
4092
2373
  "_FillValue": "AAAAAAAA+H8="
4093
2374
  },
@@ -4100,7 +2381,7 @@
4100
2381
  "node_type": "array",
4101
2382
  "storage_transformers": []
4102
2383
  },
4103
- "diatP_west": {
2384
+ "DOCr_east": {
4104
2385
  "shape": [
4105
2386
  12,
4106
2387
  3,
@@ -4140,7 +2421,7 @@
4140
2421
  }
4141
2422
  ],
4142
2423
  "attributes": {
4143
- "long_name": "western boundary diatom phosphorus",
2424
+ "long_name": "eastern boundary refractory dissolved organic carbon",
4144
2425
  "units": "mmol/m^3",
4145
2426
  "coordinates": "abs_time month",
4146
2427
  "_FillValue": "AAAAAAAA+H8="
@@ -4154,7 +2435,7 @@
4154
2435
  "node_type": "array",
4155
2436
  "storage_transformers": []
4156
2437
  },
4157
- "DOP_east": {
2438
+ "DOCr_north": {
4158
2439
  "shape": [
4159
2440
  12,
4160
2441
  3,
@@ -4194,7 +2475,7 @@
4194
2475
  }
4195
2476
  ],
4196
2477
  "attributes": {
4197
- "long_name": "eastern boundary dissolved organic phosphorus",
2478
+ "long_name": "northern boundary refractory dissolved organic carbon",
4198
2479
  "units": "mmol/m^3",
4199
2480
  "coordinates": "abs_time month",
4200
2481
  "_FillValue": "AAAAAAAA+H8="
@@ -4202,13 +2483,13 @@
4202
2483
  "dimension_names": [
4203
2484
  "bry_time",
4204
2485
  "s_rho",
4205
- "eta_rho"
2486
+ "xi_rho"
4206
2487
  ],
4207
2488
  "zarr_format": 3,
4208
2489
  "node_type": "array",
4209
2490
  "storage_transformers": []
4210
2491
  },
4211
- "zooC_south": {
2492
+ "DOCr_south": {
4212
2493
  "shape": [
4213
2494
  12,
4214
2495
  3,
@@ -4248,7 +2529,7 @@
4248
2529
  }
4249
2530
  ],
4250
2531
  "attributes": {
4251
- "long_name": "southern boundary zooplankton carbon",
2532
+ "long_name": "southern boundary refractory dissolved organic carbon",
4252
2533
  "units": "mmol/m^3",
4253
2534
  "coordinates": "abs_time month",
4254
2535
  "_FillValue": "AAAAAAAA+H8="
@@ -4262,7 +2543,7 @@
4262
2543
  "node_type": "array",
4263
2544
  "storage_transformers": []
4264
2545
  },
4265
- "spC_north": {
2546
+ "DON_east": {
4266
2547
  "shape": [
4267
2548
  12,
4268
2549
  3,
@@ -4302,7 +2583,7 @@
4302
2583
  }
4303
2584
  ],
4304
2585
  "attributes": {
4305
- "long_name": "northern boundary small phytoplankton carbon",
2586
+ "long_name": "eastern boundary dissolved organic nitrogen",
4306
2587
  "units": "mmol/m^3",
4307
2588
  "coordinates": "abs_time month",
4308
2589
  "_FillValue": "AAAAAAAA+H8="
@@ -4310,13 +2591,13 @@
4310
2591
  "dimension_names": [
4311
2592
  "bry_time",
4312
2593
  "s_rho",
4313
- "xi_rho"
2594
+ "eta_rho"
4314
2595
  ],
4315
2596
  "zarr_format": 3,
4316
2597
  "node_type": "array",
4317
2598
  "storage_transformers": []
4318
2599
  },
4319
- "diatP_north": {
2600
+ "DON_north": {
4320
2601
  "shape": [
4321
2602
  12,
4322
2603
  3,
@@ -4356,7 +2637,7 @@
4356
2637
  }
4357
2638
  ],
4358
2639
  "attributes": {
4359
- "long_name": "northern boundary diatom phosphorus",
2640
+ "long_name": "northern boundary dissolved organic nitrogen",
4360
2641
  "units": "mmol/m^3",
4361
2642
  "coordinates": "abs_time month",
4362
2643
  "_FillValue": "AAAAAAAA+H8="
@@ -4370,7 +2651,7 @@
4370
2651
  "node_type": "array",
4371
2652
  "storage_transformers": []
4372
2653
  },
4373
- "SiO3_north": {
2654
+ "DON_south": {
4374
2655
  "shape": [
4375
2656
  12,
4376
2657
  3,
@@ -4410,7 +2691,7 @@
4410
2691
  }
4411
2692
  ],
4412
2693
  "attributes": {
4413
- "long_name": "northern boundary dissolved inorganic silicate",
2694
+ "long_name": "southern boundary dissolved organic nitrogen",
4414
2695
  "units": "mmol/m^3",
4415
2696
  "coordinates": "abs_time month",
4416
2697
  "_FillValue": "AAAAAAAA+H8="
@@ -4424,7 +2705,7 @@
4424
2705
  "node_type": "array",
4425
2706
  "storage_transformers": []
4426
2707
  },
4427
- "ALK_west": {
2708
+ "DONr_east": {
4428
2709
  "shape": [
4429
2710
  12,
4430
2711
  3,
@@ -4464,8 +2745,8 @@
4464
2745
  }
4465
2746
  ],
4466
2747
  "attributes": {
4467
- "long_name": "western boundary alkalinity",
4468
- "units": "meq/m^3",
2748
+ "long_name": "eastern boundary refractory dissolved organic nitrogen",
2749
+ "units": "mmol/m^3",
4469
2750
  "coordinates": "abs_time month",
4470
2751
  "_FillValue": "AAAAAAAA+H8="
4471
2752
  },
@@ -4478,7 +2759,7 @@
4478
2759
  "node_type": "array",
4479
2760
  "storage_transformers": []
4480
2761
  },
4481
- "diatC_east": {
2762
+ "DONr_north": {
4482
2763
  "shape": [
4483
2764
  12,
4484
2765
  3,
@@ -4518,7 +2799,7 @@
4518
2799
  }
4519
2800
  ],
4520
2801
  "attributes": {
4521
- "long_name": "eastern boundary diatom carbon",
2802
+ "long_name": "northern boundary refractory dissolved organic nitrogen",
4522
2803
  "units": "mmol/m^3",
4523
2804
  "coordinates": "abs_time month",
4524
2805
  "_FillValue": "AAAAAAAA+H8="
@@ -4526,13 +2807,13 @@
4526
2807
  "dimension_names": [
4527
2808
  "bry_time",
4528
2809
  "s_rho",
4529
- "eta_rho"
2810
+ "xi_rho"
4530
2811
  ],
4531
2812
  "zarr_format": 3,
4532
2813
  "node_type": "array",
4533
2814
  "storage_transformers": []
4534
2815
  },
4535
- "DON_north": {
2816
+ "DONr_south": {
4536
2817
  "shape": [
4537
2818
  12,
4538
2819
  3,
@@ -4572,7 +2853,7 @@
4572
2853
  }
4573
2854
  ],
4574
2855
  "attributes": {
4575
- "long_name": "northern boundary dissolved organic nitrogen",
2856
+ "long_name": "southern boundary refractory dissolved organic nitrogen",
4576
2857
  "units": "mmol/m^3",
4577
2858
  "coordinates": "abs_time month",
4578
2859
  "_FillValue": "AAAAAAAA+H8="
@@ -4586,7 +2867,7 @@
4586
2867
  "node_type": "array",
4587
2868
  "storage_transformers": []
4588
2869
  },
4589
- "diatChl_east": {
2870
+ "DOP_east": {
4590
2871
  "shape": [
4591
2872
  12,
4592
2873
  3,
@@ -4626,8 +2907,8 @@
4626
2907
  }
4627
2908
  ],
4628
2909
  "attributes": {
4629
- "long_name": "eastern boundary diatom chloropyll",
4630
- "units": "mg/m^3",
2910
+ "long_name": "eastern boundary dissolved organic phosphorus",
2911
+ "units": "mmol/m^3",
4631
2912
  "coordinates": "abs_time month",
4632
2913
  "_FillValue": "AAAAAAAA+H8="
4633
2914
  },
@@ -4640,7 +2921,7 @@
4640
2921
  "node_type": "array",
4641
2922
  "storage_transformers": []
4642
2923
  },
4643
- "NO3_west": {
2924
+ "DOP_north": {
4644
2925
  "shape": [
4645
2926
  12,
4646
2927
  3,
@@ -4680,7 +2961,7 @@
4680
2961
  }
4681
2962
  ],
4682
2963
  "attributes": {
4683
- "long_name": "western boundary dissolved inorganic nitrate",
2964
+ "long_name": "northern boundary dissolved organic phosphorus",
4684
2965
  "units": "mmol/m^3",
4685
2966
  "coordinates": "abs_time month",
4686
2967
  "_FillValue": "AAAAAAAA+H8="
@@ -4688,13 +2969,13 @@
4688
2969
  "dimension_names": [
4689
2970
  "bry_time",
4690
2971
  "s_rho",
4691
- "eta_rho"
2972
+ "xi_rho"
4692
2973
  ],
4693
2974
  "zarr_format": 3,
4694
2975
  "node_type": "array",
4695
2976
  "storage_transformers": []
4696
2977
  },
4697
- "spFe_south": {
2978
+ "DOP_south": {
4698
2979
  "shape": [
4699
2980
  12,
4700
2981
  3,
@@ -4734,7 +3015,7 @@
4734
3015
  }
4735
3016
  ],
4736
3017
  "attributes": {
4737
- "long_name": "southern boundary small phytoplankton iron",
3018
+ "long_name": "southern boundary dissolved organic phosphorus",
4738
3019
  "units": "mmol/m^3",
4739
3020
  "coordinates": "abs_time month",
4740
3021
  "_FillValue": "AAAAAAAA+H8="
@@ -4748,7 +3029,7 @@
4748
3029
  "node_type": "array",
4749
3030
  "storage_transformers": []
4750
3031
  },
4751
- "DIC_west": {
3032
+ "DOPr_east": {
4752
3033
  "shape": [
4753
3034
  12,
4754
3035
  3,
@@ -4788,7 +3069,7 @@
4788
3069
  }
4789
3070
  ],
4790
3071
  "attributes": {
4791
- "long_name": "western boundary dissolved inorganic carbon",
3072
+ "long_name": "eastern boundary refractory dissolved organic phosphorus",
4792
3073
  "units": "mmol/m^3",
4793
3074
  "coordinates": "abs_time month",
4794
3075
  "_FillValue": "AAAAAAAA+H8="
@@ -4802,7 +3083,7 @@
4802
3083
  "node_type": "array",
4803
3084
  "storage_transformers": []
4804
3085
  },
4805
- "diatFe_east": {
3086
+ "DOPr_north": {
4806
3087
  "shape": [
4807
3088
  12,
4808
3089
  3,
@@ -4842,7 +3123,7 @@
4842
3123
  }
4843
3124
  ],
4844
3125
  "attributes": {
4845
- "long_name": "eastern boundary diatom iron",
3126
+ "long_name": "northern boundary refractory dissolved organic phosphorus",
4846
3127
  "units": "mmol/m^3",
4847
3128
  "coordinates": "abs_time month",
4848
3129
  "_FillValue": "AAAAAAAA+H8="
@@ -4850,13 +3131,13 @@
4850
3131
  "dimension_names": [
4851
3132
  "bry_time",
4852
3133
  "s_rho",
4853
- "eta_rho"
3134
+ "xi_rho"
4854
3135
  ],
4855
3136
  "zarr_format": 3,
4856
3137
  "node_type": "array",
4857
3138
  "storage_transformers": []
4858
3139
  },
4859
- "NH4_west": {
3140
+ "DOPr_south": {
4860
3141
  "shape": [
4861
3142
  12,
4862
3143
  3,
@@ -4896,7 +3177,7 @@
4896
3177
  }
4897
3178
  ],
4898
3179
  "attributes": {
4899
- "long_name": "western boundary dissolved ammonia",
3180
+ "long_name": "southern boundary refractory dissolved organic phosphorus",
4900
3181
  "units": "mmol/m^3",
4901
3182
  "coordinates": "abs_time month",
4902
3183
  "_FillValue": "AAAAAAAA+H8="
@@ -4904,13 +3185,13 @@
4904
3185
  "dimension_names": [
4905
3186
  "bry_time",
4906
3187
  "s_rho",
4907
- "eta_rho"
3188
+ "xi_rho"
4908
3189
  ],
4909
3190
  "zarr_format": 3,
4910
3191
  "node_type": "array",
4911
3192
  "storage_transformers": []
4912
3193
  },
4913
- "DOPr_east": {
3194
+ "Fe_east": {
4914
3195
  "shape": [
4915
3196
  12,
4916
3197
  3,
@@ -4950,7 +3231,7 @@
4950
3231
  }
4951
3232
  ],
4952
3233
  "attributes": {
4953
- "long_name": "eastern boundary refractory dissolved organic phosphorus",
3234
+ "long_name": "eastern boundary dissolved inorganic iron",
4954
3235
  "units": "mmol/m^3",
4955
3236
  "coordinates": "abs_time month",
4956
3237
  "_FillValue": "AAAAAAAA+H8="
@@ -4964,7 +3245,7 @@
4964
3245
  "node_type": "array",
4965
3246
  "storage_transformers": []
4966
3247
  },
4967
- "ALK_ALT_CO2_south": {
3248
+ "Fe_north": {
4968
3249
  "shape": [
4969
3250
  12,
4970
3251
  3,
@@ -5004,8 +3285,8 @@
5004
3285
  }
5005
3286
  ],
5006
3287
  "attributes": {
5007
- "long_name": "southern boundary alkalinity, alternative CO2",
5008
- "units": "meq/m^3",
3288
+ "long_name": "northern boundary dissolved inorganic iron",
3289
+ "units": "mmol/m^3",
5009
3290
  "coordinates": "abs_time month",
5010
3291
  "_FillValue": "AAAAAAAA+H8="
5011
3292
  },
@@ -5018,7 +3299,7 @@
5018
3299
  "node_type": "array",
5019
3300
  "storage_transformers": []
5020
3301
  },
5021
- "DON_west": {
3302
+ "Fe_south": {
5022
3303
  "shape": [
5023
3304
  12,
5024
3305
  3,
@@ -5058,7 +3339,7 @@
5058
3339
  }
5059
3340
  ],
5060
3341
  "attributes": {
5061
- "long_name": "western boundary dissolved organic nitrogen",
3342
+ "long_name": "southern boundary dissolved inorganic iron",
5062
3343
  "units": "mmol/m^3",
5063
3344
  "coordinates": "abs_time month",
5064
3345
  "_FillValue": "AAAAAAAA+H8="
@@ -5066,13 +3347,13 @@
5066
3347
  "dimension_names": [
5067
3348
  "bry_time",
5068
3349
  "s_rho",
5069
- "eta_rho"
3350
+ "xi_rho"
5070
3351
  ],
5071
3352
  "zarr_format": 3,
5072
3353
  "node_type": "array",
5073
3354
  "storage_transformers": []
5074
3355
  },
5075
- "spCaCO3_south": {
3356
+ "Lig_east": {
5076
3357
  "shape": [
5077
3358
  12,
5078
3359
  3,
@@ -5112,7 +3393,7 @@
5112
3393
  }
5113
3394
  ],
5114
3395
  "attributes": {
5115
- "long_name": "southern boundary small phytoplankton CaCO3",
3396
+ "long_name": "eastern boundary iron binding ligand",
5116
3397
  "units": "mmol/m^3",
5117
3398
  "coordinates": "abs_time month",
5118
3399
  "_FillValue": "AAAAAAAA+H8="
@@ -5120,13 +3401,13 @@
5120
3401
  "dimension_names": [
5121
3402
  "bry_time",
5122
3403
  "s_rho",
5123
- "xi_rho"
3404
+ "eta_rho"
5124
3405
  ],
5125
3406
  "zarr_format": 3,
5126
3407
  "node_type": "array",
5127
3408
  "storage_transformers": []
5128
3409
  },
5129
- "DOPr_south": {
3410
+ "Lig_north": {
5130
3411
  "shape": [
5131
3412
  12,
5132
3413
  3,
@@ -5166,7 +3447,7 @@
5166
3447
  }
5167
3448
  ],
5168
3449
  "attributes": {
5169
- "long_name": "southern boundary refractory dissolved organic phosphorus",
3450
+ "long_name": "northern boundary iron binding ligand",
5170
3451
  "units": "mmol/m^3",
5171
3452
  "coordinates": "abs_time month",
5172
3453
  "_FillValue": "AAAAAAAA+H8="
@@ -5180,7 +3461,7 @@
5180
3461
  "node_type": "array",
5181
3462
  "storage_transformers": []
5182
3463
  },
5183
- "DOC_east": {
3464
+ "Lig_south": {
5184
3465
  "shape": [
5185
3466
  12,
5186
3467
  3,
@@ -5220,7 +3501,7 @@
5220
3501
  }
5221
3502
  ],
5222
3503
  "attributes": {
5223
- "long_name": "eastern boundary dissolved organic carbon",
3504
+ "long_name": "southern boundary iron binding ligand",
5224
3505
  "units": "mmol/m^3",
5225
3506
  "coordinates": "abs_time month",
5226
3507
  "_FillValue": "AAAAAAAA+H8="
@@ -5228,26 +3509,22 @@
5228
3509
  "dimension_names": [
5229
3510
  "bry_time",
5230
3511
  "s_rho",
5231
- "eta_rho"
3512
+ "xi_rho"
5232
3513
  ],
5233
3514
  "zarr_format": 3,
5234
3515
  "node_type": "array",
5235
3516
  "storage_transformers": []
5236
3517
  },
5237
- "O2_east": {
3518
+ "month": {
5238
3519
  "shape": [
5239
- 12,
5240
- 3,
5241
- 4
3520
+ 12
5242
3521
  ],
5243
- "data_type": "float32",
3522
+ "data_type": "int64",
5244
3523
  "chunk_grid": {
5245
3524
  "name": "regular",
5246
3525
  "configuration": {
5247
3526
  "chunk_shape": [
5248
- 12,
5249
- 3,
5250
- 4
3527
+ 12
5251
3528
  ]
5252
3529
  }
5253
3530
  },
@@ -5257,7 +3534,7 @@
5257
3534
  "separator": "/"
5258
3535
  }
5259
3536
  },
5260
- "fill_value": 0.0,
3537
+ "fill_value": 0,
5261
3538
  "codecs": [
5262
3539
  {
5263
3540
  "name": "bytes",
@@ -5274,21 +3551,16 @@
5274
3551
  }
5275
3552
  ],
5276
3553
  "attributes": {
5277
- "long_name": "eastern boundary dissolved oxygen",
5278
- "units": "mmol/m^3",
5279
- "coordinates": "abs_time month",
5280
- "_FillValue": "AAAAAAAA+H8="
3554
+ "long_name": "Month index (1-12)"
5281
3555
  },
5282
3556
  "dimension_names": [
5283
- "bry_time",
5284
- "s_rho",
5285
- "eta_rho"
3557
+ "bry_time"
5286
3558
  ],
5287
3559
  "zarr_format": 3,
5288
3560
  "node_type": "array",
5289
3561
  "storage_transformers": []
5290
3562
  },
5291
- "Fe_north": {
3563
+ "NH4_east": {
5292
3564
  "shape": [
5293
3565
  12,
5294
3566
  3,
@@ -5328,7 +3600,7 @@
5328
3600
  }
5329
3601
  ],
5330
3602
  "attributes": {
5331
- "long_name": "northern boundary dissolved inorganic iron",
3603
+ "long_name": "eastern boundary dissolved ammonia",
5332
3604
  "units": "mmol/m^3",
5333
3605
  "coordinates": "abs_time month",
5334
3606
  "_FillValue": "AAAAAAAA+H8="
@@ -5336,13 +3608,13 @@
5336
3608
  "dimension_names": [
5337
3609
  "bry_time",
5338
3610
  "s_rho",
5339
- "xi_rho"
3611
+ "eta_rho"
5340
3612
  ],
5341
3613
  "zarr_format": 3,
5342
3614
  "node_type": "array",
5343
3615
  "storage_transformers": []
5344
3616
  },
5345
- "diazChl_south": {
3617
+ "NH4_north": {
5346
3618
  "shape": [
5347
3619
  12,
5348
3620
  3,
@@ -5382,8 +3654,8 @@
5382
3654
  }
5383
3655
  ],
5384
3656
  "attributes": {
5385
- "long_name": "southern boundary diazotroph chloropyll",
5386
- "units": "mg/m^3",
3657
+ "long_name": "northern boundary dissolved ammonia",
3658
+ "units": "mmol/m^3",
5387
3659
  "coordinates": "abs_time month",
5388
3660
  "_FillValue": "AAAAAAAA+H8="
5389
3661
  },
@@ -5450,7 +3722,7 @@
5450
3722
  "node_type": "array",
5451
3723
  "storage_transformers": []
5452
3724
  },
5453
- "ALK_ALT_CO2_west": {
3725
+ "NO3_east": {
5454
3726
  "shape": [
5455
3727
  12,
5456
3728
  3,
@@ -5490,8 +3762,8 @@
5490
3762
  }
5491
3763
  ],
5492
3764
  "attributes": {
5493
- "long_name": "western boundary alkalinity, alternative CO2",
5494
- "units": "meq/m^3",
3765
+ "long_name": "eastern boundary dissolved inorganic nitrate",
3766
+ "units": "mmol/m^3",
5495
3767
  "coordinates": "abs_time month",
5496
3768
  "_FillValue": "AAAAAAAA+H8="
5497
3769
  },
@@ -5504,7 +3776,7 @@
5504
3776
  "node_type": "array",
5505
3777
  "storage_transformers": []
5506
3778
  },
5507
- "DOP_north": {
3779
+ "NO3_north": {
5508
3780
  "shape": [
5509
3781
  12,
5510
3782
  3,
@@ -5544,7 +3816,7 @@
5544
3816
  }
5545
3817
  ],
5546
3818
  "attributes": {
5547
- "long_name": "northern boundary dissolved organic phosphorus",
3819
+ "long_name": "northern boundary dissolved inorganic nitrate",
5548
3820
  "units": "mmol/m^3",
5549
3821
  "coordinates": "abs_time month",
5550
3822
  "_FillValue": "AAAAAAAA+H8="
@@ -5558,7 +3830,7 @@
5558
3830
  "node_type": "array",
5559
3831
  "storage_transformers": []
5560
3832
  },
5561
- "DOP_west": {
3833
+ "NO3_south": {
5562
3834
  "shape": [
5563
3835
  12,
5564
3836
  3,
@@ -5598,7 +3870,7 @@
5598
3870
  }
5599
3871
  ],
5600
3872
  "attributes": {
5601
- "long_name": "western boundary dissolved organic phosphorus",
3873
+ "long_name": "southern boundary dissolved inorganic nitrate",
5602
3874
  "units": "mmol/m^3",
5603
3875
  "coordinates": "abs_time month",
5604
3876
  "_FillValue": "AAAAAAAA+H8="
@@ -5606,13 +3878,13 @@
5606
3878
  "dimension_names": [
5607
3879
  "bry_time",
5608
3880
  "s_rho",
5609
- "eta_rho"
3881
+ "xi_rho"
5610
3882
  ],
5611
3883
  "zarr_format": 3,
5612
3884
  "node_type": "array",
5613
3885
  "storage_transformers": []
5614
3886
  },
5615
- "Lig_south": {
3887
+ "O2_east": {
5616
3888
  "shape": [
5617
3889
  12,
5618
3890
  3,
@@ -5652,7 +3924,7 @@
5652
3924
  }
5653
3925
  ],
5654
3926
  "attributes": {
5655
- "long_name": "southern boundary iron binding ligand",
3927
+ "long_name": "eastern boundary dissolved oxygen",
5656
3928
  "units": "mmol/m^3",
5657
3929
  "coordinates": "abs_time month",
5658
3930
  "_FillValue": "AAAAAAAA+H8="
@@ -5660,13 +3932,13 @@
5660
3932
  "dimension_names": [
5661
3933
  "bry_time",
5662
3934
  "s_rho",
5663
- "xi_rho"
3935
+ "eta_rho"
5664
3936
  ],
5665
3937
  "zarr_format": 3,
5666
3938
  "node_type": "array",
5667
3939
  "storage_transformers": []
5668
3940
  },
5669
- "diazFe_west": {
3941
+ "O2_north": {
5670
3942
  "shape": [
5671
3943
  12,
5672
3944
  3,
@@ -5706,7 +3978,7 @@
5706
3978
  }
5707
3979
  ],
5708
3980
  "attributes": {
5709
- "long_name": "western boundary diazotroph iron",
3981
+ "long_name": "northern boundary dissolved oxygen",
5710
3982
  "units": "mmol/m^3",
5711
3983
  "coordinates": "abs_time month",
5712
3984
  "_FillValue": "AAAAAAAA+H8="
@@ -5714,13 +3986,13 @@
5714
3986
  "dimension_names": [
5715
3987
  "bry_time",
5716
3988
  "s_rho",
5717
- "eta_rho"
3989
+ "xi_rho"
5718
3990
  ],
5719
3991
  "zarr_format": 3,
5720
3992
  "node_type": "array",
5721
3993
  "storage_transformers": []
5722
3994
  },
5723
- "DIC_south": {
3995
+ "O2_south": {
5724
3996
  "shape": [
5725
3997
  12,
5726
3998
  3,
@@ -5760,7 +4032,7 @@
5760
4032
  }
5761
4033
  ],
5762
4034
  "attributes": {
5763
- "long_name": "southern boundary dissolved inorganic carbon",
4035
+ "long_name": "southern boundary dissolved oxygen",
5764
4036
  "units": "mmol/m^3",
5765
4037
  "coordinates": "abs_time month",
5766
4038
  "_FillValue": "AAAAAAAA+H8="
@@ -5828,7 +4100,7 @@
5828
4100
  "node_type": "array",
5829
4101
  "storage_transformers": []
5830
4102
  },
5831
- "DONr_east": {
4103
+ "PO4_north": {
5832
4104
  "shape": [
5833
4105
  12,
5834
4106
  3,
@@ -5868,7 +4140,7 @@
5868
4140
  }
5869
4141
  ],
5870
4142
  "attributes": {
5871
- "long_name": "eastern boundary refractory dissolved organic nitrogen",
4143
+ "long_name": "northern boundary dissolved inorganic phosphate",
5872
4144
  "units": "mmol/m^3",
5873
4145
  "coordinates": "abs_time month",
5874
4146
  "_FillValue": "AAAAAAAA+H8="
@@ -5876,13 +4148,13 @@
5876
4148
  "dimension_names": [
5877
4149
  "bry_time",
5878
4150
  "s_rho",
5879
- "eta_rho"
4151
+ "xi_rho"
5880
4152
  ],
5881
4153
  "zarr_format": 3,
5882
4154
  "node_type": "array",
5883
4155
  "storage_transformers": []
5884
4156
  },
5885
- "DONr_south": {
4157
+ "PO4_south": {
5886
4158
  "shape": [
5887
4159
  12,
5888
4160
  3,
@@ -5922,7 +4194,7 @@
5922
4194
  }
5923
4195
  ],
5924
4196
  "attributes": {
5925
- "long_name": "southern boundary refractory dissolved organic nitrogen",
4197
+ "long_name": "southern boundary dissolved inorganic phosphate",
5926
4198
  "units": "mmol/m^3",
5927
4199
  "coordinates": "abs_time month",
5928
4200
  "_FillValue": "AAAAAAAA+H8="
@@ -5936,7 +4208,7 @@
5936
4208
  "node_type": "array",
5937
4209
  "storage_transformers": []
5938
4210
  },
5939
- "diatC_south": {
4211
+ "SiO3_east": {
5940
4212
  "shape": [
5941
4213
  12,
5942
4214
  3,
@@ -5976,7 +4248,7 @@
5976
4248
  }
5977
4249
  ],
5978
4250
  "attributes": {
5979
- "long_name": "southern boundary diatom carbon",
4251
+ "long_name": "eastern boundary dissolved inorganic silicate",
5980
4252
  "units": "mmol/m^3",
5981
4253
  "coordinates": "abs_time month",
5982
4254
  "_FillValue": "AAAAAAAA+H8="
@@ -5984,13 +4256,13 @@
5984
4256
  "dimension_names": [
5985
4257
  "bry_time",
5986
4258
  "s_rho",
5987
- "xi_rho"
4259
+ "eta_rho"
5988
4260
  ],
5989
4261
  "zarr_format": 3,
5990
4262
  "node_type": "array",
5991
4263
  "storage_transformers": []
5992
4264
  },
5993
- "diatFe_west": {
4265
+ "SiO3_north": {
5994
4266
  "shape": [
5995
4267
  12,
5996
4268
  3,
@@ -6030,7 +4302,7 @@
6030
4302
  }
6031
4303
  ],
6032
4304
  "attributes": {
6033
- "long_name": "western boundary diatom iron",
4305
+ "long_name": "northern boundary dissolved inorganic silicate",
6034
4306
  "units": "mmol/m^3",
6035
4307
  "coordinates": "abs_time month",
6036
4308
  "_FillValue": "AAAAAAAA+H8="
@@ -6038,13 +4310,13 @@
6038
4310
  "dimension_names": [
6039
4311
  "bry_time",
6040
4312
  "s_rho",
6041
- "eta_rho"
4313
+ "xi_rho"
6042
4314
  ],
6043
4315
  "zarr_format": 3,
6044
4316
  "node_type": "array",
6045
4317
  "storage_transformers": []
6046
4318
  },
6047
- "diazC_south": {
4319
+ "SiO3_south": {
6048
4320
  "shape": [
6049
4321
  12,
6050
4322
  3,
@@ -6084,7 +4356,7 @@
6084
4356
  }
6085
4357
  ],
6086
4358
  "attributes": {
6087
- "long_name": "southern boundary diazotroph carbon",
4359
+ "long_name": "southern boundary dissolved inorganic silicate",
6088
4360
  "units": "mmol/m^3",
6089
4361
  "coordinates": "abs_time month",
6090
4362
  "_FillValue": "AAAAAAAA+H8="
@@ -6098,7 +4370,7 @@
6098
4370
  "node_type": "array",
6099
4371
  "storage_transformers": []
6100
4372
  },
6101
- "DIC_ALT_CO2_west": {
4373
+ "spC_east": {
6102
4374
  "shape": [
6103
4375
  12,
6104
4376
  3,
@@ -6138,7 +4410,7 @@
6138
4410
  }
6139
4411
  ],
6140
4412
  "attributes": {
6141
- "long_name": "western boundary dissolved inorganic carbon, alternative CO2",
4413
+ "long_name": "eastern boundary small phytoplankton carbon",
6142
4414
  "units": "mmol/m^3",
6143
4415
  "coordinates": "abs_time month",
6144
4416
  "_FillValue": "AAAAAAAA+H8="
@@ -6152,7 +4424,7 @@
6152
4424
  "node_type": "array",
6153
4425
  "storage_transformers": []
6154
4426
  },
6155
- "DIC_east": {
4427
+ "spC_north": {
6156
4428
  "shape": [
6157
4429
  12,
6158
4430
  3,
@@ -6192,7 +4464,7 @@
6192
4464
  }
6193
4465
  ],
6194
4466
  "attributes": {
6195
- "long_name": "eastern boundary dissolved inorganic carbon",
4467
+ "long_name": "northern boundary small phytoplankton carbon",
6196
4468
  "units": "mmol/m^3",
6197
4469
  "coordinates": "abs_time month",
6198
4470
  "_FillValue": "AAAAAAAA+H8="
@@ -6200,13 +4472,13 @@
6200
4472
  "dimension_names": [
6201
4473
  "bry_time",
6202
4474
  "s_rho",
6203
- "eta_rho"
4475
+ "xi_rho"
6204
4476
  ],
6205
4477
  "zarr_format": 3,
6206
4478
  "node_type": "array",
6207
4479
  "storage_transformers": []
6208
4480
  },
6209
- "DOPr_west": {
4481
+ "spC_south": {
6210
4482
  "shape": [
6211
4483
  12,
6212
4484
  3,
@@ -6246,7 +4518,7 @@
6246
4518
  }
6247
4519
  ],
6248
4520
  "attributes": {
6249
- "long_name": "western boundary refractory dissolved organic phosphorus",
4521
+ "long_name": "southern boundary small phytoplankton carbon",
6250
4522
  "units": "mmol/m^3",
6251
4523
  "coordinates": "abs_time month",
6252
4524
  "_FillValue": "AAAAAAAA+H8="
@@ -6254,13 +4526,13 @@
6254
4526
  "dimension_names": [
6255
4527
  "bry_time",
6256
4528
  "s_rho",
6257
- "eta_rho"
4529
+ "xi_rho"
6258
4530
  ],
6259
4531
  "zarr_format": 3,
6260
4532
  "node_type": "array",
6261
4533
  "storage_transformers": []
6262
4534
  },
6263
- "spP_south": {
4535
+ "spCaCO3_east": {
6264
4536
  "shape": [
6265
4537
  12,
6266
4538
  3,
@@ -6300,7 +4572,7 @@
6300
4572
  }
6301
4573
  ],
6302
4574
  "attributes": {
6303
- "long_name": "southern boundary small phytoplankton phosphorous",
4575
+ "long_name": "eastern boundary small phytoplankton CaCO3",
6304
4576
  "units": "mmol/m^3",
6305
4577
  "coordinates": "abs_time month",
6306
4578
  "_FillValue": "AAAAAAAA+H8="
@@ -6308,13 +4580,13 @@
6308
4580
  "dimension_names": [
6309
4581
  "bry_time",
6310
4582
  "s_rho",
6311
- "xi_rho"
4583
+ "eta_rho"
6312
4584
  ],
6313
4585
  "zarr_format": 3,
6314
4586
  "node_type": "array",
6315
4587
  "storage_transformers": []
6316
4588
  },
6317
- "NO3_east": {
4589
+ "spCaCO3_north": {
6318
4590
  "shape": [
6319
4591
  12,
6320
4592
  3,
@@ -6354,7 +4626,7 @@
6354
4626
  }
6355
4627
  ],
6356
4628
  "attributes": {
6357
- "long_name": "eastern boundary dissolved inorganic nitrate",
4629
+ "long_name": "northern boundary small phytoplankton CaCO3",
6358
4630
  "units": "mmol/m^3",
6359
4631
  "coordinates": "abs_time month",
6360
4632
  "_FillValue": "AAAAAAAA+H8="
@@ -6362,13 +4634,13 @@
6362
4634
  "dimension_names": [
6363
4635
  "bry_time",
6364
4636
  "s_rho",
6365
- "eta_rho"
4637
+ "xi_rho"
6366
4638
  ],
6367
4639
  "zarr_format": 3,
6368
4640
  "node_type": "array",
6369
4641
  "storage_transformers": []
6370
4642
  },
6371
- "ALK_east": {
4643
+ "spCaCO3_south": {
6372
4644
  "shape": [
6373
4645
  12,
6374
4646
  3,
@@ -6408,21 +4680,21 @@
6408
4680
  }
6409
4681
  ],
6410
4682
  "attributes": {
6411
- "long_name": "eastern boundary alkalinity",
6412
- "units": "meq/m^3",
4683
+ "long_name": "southern boundary small phytoplankton CaCO3",
4684
+ "units": "mmol/m^3",
6413
4685
  "coordinates": "abs_time month",
6414
4686
  "_FillValue": "AAAAAAAA+H8="
6415
4687
  },
6416
4688
  "dimension_names": [
6417
4689
  "bry_time",
6418
4690
  "s_rho",
6419
- "eta_rho"
4691
+ "xi_rho"
6420
4692
  ],
6421
4693
  "zarr_format": 3,
6422
4694
  "node_type": "array",
6423
4695
  "storage_transformers": []
6424
4696
  },
6425
- "O2_north": {
4697
+ "spChl_east": {
6426
4698
  "shape": [
6427
4699
  12,
6428
4700
  3,
@@ -6462,21 +4734,21 @@
6462
4734
  }
6463
4735
  ],
6464
4736
  "attributes": {
6465
- "long_name": "northern boundary dissolved oxygen",
6466
- "units": "mmol/m^3",
4737
+ "long_name": "eastern boundary small phytoplankton chlorophyll",
4738
+ "units": "mg/m^3",
6467
4739
  "coordinates": "abs_time month",
6468
4740
  "_FillValue": "AAAAAAAA+H8="
6469
4741
  },
6470
4742
  "dimension_names": [
6471
4743
  "bry_time",
6472
4744
  "s_rho",
6473
- "xi_rho"
4745
+ "eta_rho"
6474
4746
  ],
6475
4747
  "zarr_format": 3,
6476
4748
  "node_type": "array",
6477
4749
  "storage_transformers": []
6478
4750
  },
6479
- "diazFe_south": {
4751
+ "spChl_north": {
6480
4752
  "shape": [
6481
4753
  12,
6482
4754
  3,
@@ -6516,8 +4788,8 @@
6516
4788
  }
6517
4789
  ],
6518
4790
  "attributes": {
6519
- "long_name": "southern boundary diazotroph iron",
6520
- "units": "mmol/m^3",
4791
+ "long_name": "northern boundary small phytoplankton chlorophyll",
4792
+ "units": "mg/m^3",
6521
4793
  "coordinates": "abs_time month",
6522
4794
  "_FillValue": "AAAAAAAA+H8="
6523
4795
  },
@@ -6530,7 +4802,7 @@
6530
4802
  "node_type": "array",
6531
4803
  "storage_transformers": []
6532
4804
  },
6533
- "DON_east": {
4805
+ "spChl_south": {
6534
4806
  "shape": [
6535
4807
  12,
6536
4808
  3,
@@ -6570,21 +4842,21 @@
6570
4842
  }
6571
4843
  ],
6572
4844
  "attributes": {
6573
- "long_name": "eastern boundary dissolved organic nitrogen",
6574
- "units": "mmol/m^3",
4845
+ "long_name": "southern boundary small phytoplankton chlorophyll",
4846
+ "units": "mg/m^3",
6575
4847
  "coordinates": "abs_time month",
6576
4848
  "_FillValue": "AAAAAAAA+H8="
6577
4849
  },
6578
4850
  "dimension_names": [
6579
4851
  "bry_time",
6580
4852
  "s_rho",
6581
- "eta_rho"
4853
+ "xi_rho"
6582
4854
  ],
6583
4855
  "zarr_format": 3,
6584
4856
  "node_type": "array",
6585
4857
  "storage_transformers": []
6586
4858
  },
6587
- "DOCr_north": {
4859
+ "spFe_east": {
6588
4860
  "shape": [
6589
4861
  12,
6590
4862
  3,
@@ -6624,7 +4896,7 @@
6624
4896
  }
6625
4897
  ],
6626
4898
  "attributes": {
6627
- "long_name": "northern boundary refractory dissolved organic carbon",
4899
+ "long_name": "eastern boundary small phytoplankton iron",
6628
4900
  "units": "mmol/m^3",
6629
4901
  "coordinates": "abs_time month",
6630
4902
  "_FillValue": "AAAAAAAA+H8="
@@ -6632,13 +4904,13 @@
6632
4904
  "dimension_names": [
6633
4905
  "bry_time",
6634
4906
  "s_rho",
6635
- "xi_rho"
4907
+ "eta_rho"
6636
4908
  ],
6637
4909
  "zarr_format": 3,
6638
4910
  "node_type": "array",
6639
4911
  "storage_transformers": []
6640
4912
  },
6641
- "O2_west": {
4913
+ "spFe_north": {
6642
4914
  "shape": [
6643
4915
  12,
6644
4916
  3,
@@ -6678,7 +4950,7 @@
6678
4950
  }
6679
4951
  ],
6680
4952
  "attributes": {
6681
- "long_name": "western boundary dissolved oxygen",
4953
+ "long_name": "northern boundary small phytoplankton iron",
6682
4954
  "units": "mmol/m^3",
6683
4955
  "coordinates": "abs_time month",
6684
4956
  "_FillValue": "AAAAAAAA+H8="
@@ -6686,13 +4958,13 @@
6686
4958
  "dimension_names": [
6687
4959
  "bry_time",
6688
4960
  "s_rho",
6689
- "eta_rho"
4961
+ "xi_rho"
6690
4962
  ],
6691
4963
  "zarr_format": 3,
6692
4964
  "node_type": "array",
6693
4965
  "storage_transformers": []
6694
4966
  },
6695
- "diatC_west": {
4967
+ "spFe_south": {
6696
4968
  "shape": [
6697
4969
  12,
6698
4970
  3,
@@ -6732,7 +5004,7 @@
6732
5004
  }
6733
5005
  ],
6734
5006
  "attributes": {
6735
- "long_name": "western boundary diatom carbon",
5007
+ "long_name": "southern boundary small phytoplankton iron",
6736
5008
  "units": "mmol/m^3",
6737
5009
  "coordinates": "abs_time month",
6738
5010
  "_FillValue": "AAAAAAAA+H8="
@@ -6740,13 +5012,13 @@
6740
5012
  "dimension_names": [
6741
5013
  "bry_time",
6742
5014
  "s_rho",
6743
- "eta_rho"
5015
+ "xi_rho"
6744
5016
  ],
6745
5017
  "zarr_format": 3,
6746
5018
  "node_type": "array",
6747
5019
  "storage_transformers": []
6748
5020
  },
6749
- "diatChl_west": {
5021
+ "spP_east": {
6750
5022
  "shape": [
6751
5023
  12,
6752
5024
  3,
@@ -6786,8 +5058,8 @@
6786
5058
  }
6787
5059
  ],
6788
5060
  "attributes": {
6789
- "long_name": "western boundary diatom chloropyll",
6790
- "units": "mg/m^3",
5061
+ "long_name": "eastern boundary small phytoplankton phosphorous",
5062
+ "units": "mmol/m^3",
6791
5063
  "coordinates": "abs_time month",
6792
5064
  "_FillValue": "AAAAAAAA+H8="
6793
5065
  },
@@ -6800,7 +5072,7 @@
6800
5072
  "node_type": "array",
6801
5073
  "storage_transformers": []
6802
5074
  },
6803
- "NO3_north": {
5075
+ "spP_north": {
6804
5076
  "shape": [
6805
5077
  12,
6806
5078
  3,
@@ -6840,7 +5112,7 @@
6840
5112
  }
6841
5113
  ],
6842
5114
  "attributes": {
6843
- "long_name": "northern boundary dissolved inorganic nitrate",
5115
+ "long_name": "northern boundary small phytoplankton phosphorous",
6844
5116
  "units": "mmol/m^3",
6845
5117
  "coordinates": "abs_time month",
6846
5118
  "_FillValue": "AAAAAAAA+H8="
@@ -6854,7 +5126,7 @@
6854
5126
  "node_type": "array",
6855
5127
  "storage_transformers": []
6856
5128
  },
6857
- "NH4_east": {
5129
+ "spP_south": {
6858
5130
  "shape": [
6859
5131
  12,
6860
5132
  3,
@@ -6894,7 +5166,7 @@
6894
5166
  }
6895
5167
  ],
6896
5168
  "attributes": {
6897
- "long_name": "eastern boundary dissolved ammonia",
5169
+ "long_name": "southern boundary small phytoplankton phosphorous",
6898
5170
  "units": "mmol/m^3",
6899
5171
  "coordinates": "abs_time month",
6900
5172
  "_FillValue": "AAAAAAAA+H8="
@@ -6902,13 +5174,13 @@
6902
5174
  "dimension_names": [
6903
5175
  "bry_time",
6904
5176
  "s_rho",
6905
- "eta_rho"
5177
+ "xi_rho"
6906
5178
  ],
6907
5179
  "zarr_format": 3,
6908
5180
  "node_type": "array",
6909
5181
  "storage_transformers": []
6910
5182
  },
6911
- "diatFe_north": {
5183
+ "zooC_east": {
6912
5184
  "shape": [
6913
5185
  12,
6914
5186
  3,
@@ -6948,7 +5220,7 @@
6948
5220
  }
6949
5221
  ],
6950
5222
  "attributes": {
6951
- "long_name": "northern boundary diatom iron",
5223
+ "long_name": "eastern boundary zooplankton carbon",
6952
5224
  "units": "mmol/m^3",
6953
5225
  "coordinates": "abs_time month",
6954
5226
  "_FillValue": "AAAAAAAA+H8="
@@ -6956,13 +5228,13 @@
6956
5228
  "dimension_names": [
6957
5229
  "bry_time",
6958
5230
  "s_rho",
6959
- "xi_rho"
5231
+ "eta_rho"
6960
5232
  ],
6961
5233
  "zarr_format": 3,
6962
5234
  "node_type": "array",
6963
5235
  "storage_transformers": []
6964
5236
  },
6965
- "PO4_north": {
5237
+ "zooC_north": {
6966
5238
  "shape": [
6967
5239
  12,
6968
5240
  3,
@@ -7002,7 +5274,7 @@
7002
5274
  }
7003
5275
  ],
7004
5276
  "attributes": {
7005
- "long_name": "northern boundary dissolved inorganic phosphate",
5277
+ "long_name": "northern boundary zooplankton carbon",
7006
5278
  "units": "mmol/m^3",
7007
5279
  "coordinates": "abs_time month",
7008
5280
  "_FillValue": "AAAAAAAA+H8="
@@ -7016,7 +5288,7 @@
7016
5288
  "node_type": "array",
7017
5289
  "storage_transformers": []
7018
5290
  },
7019
- "diatP_east": {
5291
+ "zooC_south": {
7020
5292
  "shape": [
7021
5293
  12,
7022
5294
  3,
@@ -7056,7 +5328,7 @@
7056
5328
  }
7057
5329
  ],
7058
5330
  "attributes": {
7059
- "long_name": "eastern boundary diatom phosphorus",
5331
+ "long_name": "southern boundary zooplankton carbon",
7060
5332
  "units": "mmol/m^3",
7061
5333
  "coordinates": "abs_time month",
7062
5334
  "_FillValue": "AAAAAAAA+H8="
@@ -7064,7 +5336,7 @@
7064
5336
  "dimension_names": [
7065
5337
  "bry_time",
7066
5338
  "s_rho",
7067
- "eta_rho"
5339
+ "xi_rho"
7068
5340
  ],
7069
5341
  "zarr_format": 3,
7070
5342
  "node_type": "array",