roms-tools 3.2.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 (318) 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.py → datasets/lat_lon_datasets.py} +85 -854
  6. roms_tools/datasets/river_datasets.py +532 -0
  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 +42 -34
  11. roms_tools/setup/boundary_forcing.py +52 -44
  12. roms_tools/setup/cdr_release.py +2 -4
  13. roms_tools/setup/grid.py +42 -17
  14. roms_tools/setup/initial_conditions.py +23 -23
  15. roms_tools/setup/nesting.py +270 -94
  16. roms_tools/setup/river_forcing.py +5 -5
  17. roms_tools/setup/surface_forcing.py +17 -12
  18. roms_tools/setup/tides.py +1 -1
  19. roms_tools/setup/topography.py +13 -7
  20. roms_tools/setup/utils.py +103 -294
  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.py → test_datasets/test_lat_lon_datasets.py} +25 -64
  24. roms_tools/tests/test_datasets/test_river_datasets.py +48 -0
  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/ALK_ALT_CO2_east/c/0/0/0 +0 -0
  31. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_north/c/0/0/0 +0 -0
  32. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_east/c/0/0/0 +0 -0
  33. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_north/c/0/0/0 +0 -0
  34. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_east/c/0/0/0 +0 -0
  35. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_north/c/0/0/0 +0 -0
  36. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_east/c/0/0/0 +0 -0
  37. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_north/c/0/0/0 +0 -0
  38. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_east/c/0/0/0 +0 -0
  39. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_north/c/0/0/0 +0 -0
  40. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_east/c/0/0/0 +0 -0
  41. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_north/c/0/0/0 +0 -0
  42. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_east/c/0/0/0 +0 -0
  43. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_north/c/0/0/0 +0 -0
  44. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_east/c/0/0/0 +0 -0
  45. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_north/c/0/0/0 +0 -0
  46. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_east/c/0/0/0 +0 -0
  47. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_north/c/0/0/0 +0 -0
  48. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_east/c/0/0/0 +0 -0
  49. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_north/c/0/0/0 +0 -0
  50. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_east/c/0/0/0 +0 -0
  51. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_north/c/0/0/0 +0 -0
  52. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_east/c/0/0/0 +0 -0
  53. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_north/c/0/0/0 +0 -0
  54. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_east/c/0/0/0 +0 -0
  55. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_north/c/0/0/0 +0 -0
  56. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_east/c/0/0/0 +0 -0
  57. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_north/c/0/0/0 +0 -0
  58. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_east/c/0/0/0 +0 -0
  59. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_north/c/0/0/0 +0 -0
  60. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_east/c/0/0/0 +0 -0
  61. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_north/c/0/0/0 +0 -0
  62. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_east/c/0/0/0 +0 -0
  63. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_north/c/0/0/0 +0 -0
  64. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_east/c/0/0/0 +0 -0
  65. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_north/c/0/0/0 +0 -0
  66. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_east/c/0/0/0 +0 -0
  67. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_north/c/0/0/0 +0 -0
  68. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_east/c/0/0/0 +0 -0
  69. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_north/c/0/0/0 +0 -0
  70. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_east/c/0/0/0 +0 -0
  71. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_north/c/0/0/0 +0 -0
  72. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_east/c/0/0/0 +0 -0
  73. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_north/c/0/0/0 +0 -0
  74. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_east/c/0/0/0 +0 -0
  75. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_north/c/0/0/0 +0 -0
  76. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_east/c/0/0/0 +0 -0
  77. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_north/c/0/0/0 +0 -0
  78. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_east/c/0/0/0 +0 -0
  79. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_north/c/0/0/0 +0 -0
  80. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_east/c/0/0/0 +0 -0
  81. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_north/c/0/0/0 +0 -0
  82. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_east/c/0/0/0 +0 -0
  83. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_north/c/0/0/0 +0 -0
  84. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_east/c/0/0/0 +0 -0
  85. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_north/c/0/0/0 +0 -0
  86. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_east/c/0/0/0 +0 -0
  87. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_north/c/0/0/0 +0 -0
  88. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_east/c/0/0/0 +0 -0
  89. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_north/c/0/0/0 +0 -0
  90. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_east/c/0/0/0 +0 -0
  91. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_north/c/0/0/0 +0 -0
  92. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zarr.json +289 -2017
  93. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_east/c/0/0/0 +0 -0
  94. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_north/c/0/0/0 +0 -0
  95. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zarr.json +294 -2022
  96. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_east/c/0/0/0 +0 -0
  97. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_north/c/0/0/0 +0 -0
  98. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_south/c/0/0/0 +0 -0
  99. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_west/c/0/0/0 +0 -0
  100. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_east/c/0/0/0 +0 -0
  101. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_north/c/0/0/0 +0 -0
  102. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_south/c/0/0/0 +0 -0
  103. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_west/c/0/0/0 +0 -0
  104. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_east/c/0/0/0 +0 -0
  105. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_north/c/0/0/0 +0 -0
  106. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_south/c/0/0/0 +0 -0
  107. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_west/c/0/0/0 +0 -0
  108. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_east/c/0/0 +0 -0
  109. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_north/c/0/0 +0 -0
  110. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_south/c/0/0 +0 -0
  111. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_west/c/0/0 +0 -0
  112. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_east/c/0/0/0 +0 -0
  113. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_north/c/0/0/0 +0 -0
  114. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_south/c/0/0/0 +0 -0
  115. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_west/c/0/0/0 +0 -0
  116. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_east/c/0/0 +0 -0
  117. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_north/c/0/0 +0 -0
  118. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_south/c/0/0 +0 -0
  119. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_west/c/0/0 +0 -0
  120. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/zarr.json +182 -182
  121. roms_tools/tests/test_setup/test_data/grid.zarr/h/c/0/0 +0 -0
  122. roms_tools/tests/test_setup/test_data/grid.zarr/zarr.json +191 -191
  123. roms_tools/tests/test_setup/test_data/grid_that_straddles_dateline.zarr/h/c/0/0 +0 -0
  124. roms_tools/tests/test_setup/test_data/grid_that_straddles_dateline.zarr/zarr.json +210 -210
  125. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/ALK/c/0/0/0/0 +0 -0
  126. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/ALK_ALT_CO2/c/0/0/0/0 +0 -0
  127. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DIC/c/0/0/0/0 +0 -0
  128. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DIC_ALT_CO2/c/0/0/0/0 +0 -0
  129. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOC/c/0/0/0/0 +0 -0
  130. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOCr/c/0/0/0/0 +0 -0
  131. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DON/c/0/0/0/0 +0 -0
  132. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DONr/c/0/0/0/0 +0 -0
  133. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOP/c/0/0/0/0 +0 -0
  134. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOPr/c/0/0/0/0 +0 -0
  135. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/Fe/c/0/0/0/0 +0 -0
  136. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/Lig/c/0/0/0/0 +0 -0
  137. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/NH4/c/0/0/0/0 +0 -0
  138. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/NO3/c/0/0/0/0 +0 -0
  139. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/O2/c/0/0/0/0 +0 -0
  140. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/PO4/c/0/0/0/0 +0 -0
  141. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/SiO3/c/0/0/0/0 +0 -0
  142. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatC/c/0/0/0/0 +0 -0
  143. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatChl/c/0/0/0/0 +0 -0
  144. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatFe/c/0/0/0/0 +0 -0
  145. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatP/c/0/0/0/0 +0 -0
  146. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatSi/c/0/0/0/0 +0 -0
  147. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazC/c/0/0/0/0 +0 -0
  148. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazChl/c/0/0/0/0 +0 -0
  149. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazFe/c/0/0/0/0 +0 -0
  150. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazP/c/0/0/0/0 +0 -0
  151. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/salt/c/0/0/0/0 +0 -0
  152. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spC/c/0/0/0/0 +0 -0
  153. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spCaCO3/c/0/0/0/0 +0 -0
  154. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spChl/c/0/0/0/0 +0 -0
  155. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spFe/c/0/0/0/0 +0 -0
  156. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spP/c/0/0/0/0 +0 -0
  157. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/temp/c/0/0/0/0 +0 -0
  158. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/u/c/0/0/0/0 +0 -0
  159. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/ubar/c/0/0/0 +0 -0
  160. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/v/c/0/0/0/0 +0 -0
  161. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/vbar/c/0/0/0 +0 -0
  162. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/zarr.json +182 -182
  163. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/zooC/c/0/0/0/0 +0 -0
  164. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/salt/c/0/0/0/0 +0 -0
  165. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/temp/c/0/0/0/0 +0 -0
  166. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/u/c/0/0/0/0 +0 -0
  167. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/ubar/c/0/0/0 +0 -0
  168. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/v/c/0/0/0/0 +0 -0
  169. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/vbar/c/0/0/0 +0 -0
  170. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/zarr.json +187 -187
  171. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/u_Im/c/0/0/0 +0 -0
  172. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/u_Re/c/0/0/0 +0 -0
  173. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/v_Im/c/0/0/0 +0 -0
  174. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/v_Re/c/0/0/0 +0 -0
  175. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/zarr.json +66 -66
  176. roms_tools/tests/test_setup/test_grid.py +56 -1
  177. roms_tools/tests/test_setup/test_initial_conditions.py +3 -94
  178. roms_tools/tests/test_setup/test_nesting.py +119 -30
  179. roms_tools/tests/test_setup/test_surface_forcing.py +2 -2
  180. roms_tools/tests/test_setup/test_tides.py +1 -1
  181. roms_tools/tests/test_setup/test_utils.py +100 -15
  182. roms_tools/tests/test_tiling/test_partition.py +63 -15
  183. roms_tools/tests/test_utils.py +78 -0
  184. roms_tools/tiling/partition.py +81 -211
  185. roms_tools/utils.py +193 -0
  186. {roms_tools-3.2.0.dist-info → roms_tools-3.4.0.dist-info}/METADATA +1 -1
  187. {roms_tools-3.2.0.dist-info → roms_tools-3.4.0.dist-info}/RECORD +190 -312
  188. {roms_tools-3.2.0.dist-info → roms_tools-3.4.0.dist-info}/WHEEL +1 -1
  189. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  190. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/zarr.json +0 -54
  191. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  192. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/zarr.json +0 -54
  193. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  194. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/zarr.json +0 -54
  195. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  196. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/zarr.json +0 -54
  197. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  198. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/zarr.json +0 -54
  199. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  200. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/zarr.json +0 -54
  201. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/c/0/0/0 +0 -0
  202. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/zarr.json +0 -54
  203. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  204. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/zarr.json +0 -54
  205. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  206. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/zarr.json +0 -54
  207. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  208. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/zarr.json +0 -54
  209. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  210. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/zarr.json +0 -54
  211. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  212. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/zarr.json +0 -54
  213. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  214. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/zarr.json +0 -54
  215. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  216. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/zarr.json +0 -54
  217. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/c/0/0/0 +0 -0
  218. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/zarr.json +0 -54
  219. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  220. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/zarr.json +0 -54
  221. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  222. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/zarr.json +0 -54
  223. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  224. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/zarr.json +0 -54
  225. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  226. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/zarr.json +0 -54
  227. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  228. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/zarr.json +0 -54
  229. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  230. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/zarr.json +0 -54
  231. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  232. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/zarr.json +0 -54
  233. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  234. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/zarr.json +0 -54
  235. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  236. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/zarr.json +0 -54
  237. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  238. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/zarr.json +0 -54
  239. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  240. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/zarr.json +0 -54
  241. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/c/0/0/0 +0 -0
  242. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/zarr.json +0 -54
  243. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  244. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  245. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  246. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/zarr.json +0 -54
  247. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  248. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/zarr.json +0 -54
  249. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/c/0/0/0 +0 -0
  250. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/zarr.json +0 -54
  251. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  252. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/zarr.json +0 -54
  253. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  254. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/zarr.json +0 -54
  255. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  256. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west/zarr.json +0 -54
  257. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  258. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/zarr.json +0 -54
  259. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  260. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/zarr.json +0 -54
  261. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  262. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/zarr.json +0 -54
  263. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  264. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/zarr.json +0 -54
  265. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/c/0/0/0 +0 -0
  266. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/zarr.json +0 -54
  267. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  268. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/zarr.json +0 -54
  269. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  270. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/zarr.json +0 -54
  271. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  272. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/zarr.json +0 -54
  273. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  274. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/zarr.json +0 -54
  275. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  276. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/zarr.json +0 -54
  277. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  278. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/zarr.json +0 -54
  279. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  280. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/zarr.json +0 -54
  281. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/c/0/0/0 +0 -0
  282. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/zarr.json +0 -54
  283. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  284. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/zarr.json +0 -54
  285. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  286. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/zarr.json +0 -54
  287. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  288. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/zarr.json +0 -54
  289. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  290. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/zarr.json +0 -54
  291. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  292. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west/zarr.json +0 -54
  293. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  294. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/zarr.json +0 -54
  295. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  296. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/zarr.json +0 -54
  297. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  298. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/zarr.json +0 -54
  299. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  300. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/zarr.json +0 -54
  301. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  302. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/zarr.json +0 -54
  303. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  304. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/zarr.json +0 -54
  305. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/c/0/0/0 +0 -0
  306. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/zarr.json +0 -54
  307. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  308. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  309. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  310. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/zarr.json +0 -54
  311. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  312. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/zarr.json +0 -54
  313. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/c/0/0/0 +0 -0
  314. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/zarr.json +0 -54
  315. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  316. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/zarr.json +0 -54
  317. {roms_tools-3.2.0.dist-info → roms_tools-3.4.0.dist-info}/licenses/LICENSE +0 -0
  318. {roms_tools-3.2.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": "CESM_REGRIDDED",
@@ -18,1516 +18,16 @@
18
18
  "kind": "inline",
19
19
  "must_understand": false,
20
20
  "metadata": {
21
- "SiO3_west": {
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": "western boundary dissolved inorganic silicate",
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
- "eta_rho"
70
- ],
71
- "zarr_format": 3,
72
- "node_type": "array",
73
- "storage_transformers": []
74
- },
75
- "diatSi_west": {
76
- "shape": [
77
- 12,
78
- 3,
79
- 4
80
- ],
81
- "data_type": "float32",
82
- "chunk_grid": {
83
- "name": "regular",
84
- "configuration": {
85
- "chunk_shape": [
86
- 12,
87
- 3,
88
- 4
89
- ]
90
- }
91
- },
92
- "chunk_key_encoding": {
93
- "name": "default",
94
- "configuration": {
95
- "separator": "/"
96
- }
97
- },
98
- "fill_value": 0.0,
99
- "codecs": [
100
- {
101
- "name": "bytes",
102
- "configuration": {
103
- "endian": "little"
104
- }
105
- },
106
- {
107
- "name": "zstd",
108
- "configuration": {
109
- "level": 0,
110
- "checksum": false
111
- }
112
- }
113
- ],
114
- "attributes": {
115
- "long_name": "western boundary diatom silicate",
116
- "units": "mmol/m^3",
117
- "coordinates": "abs_time month",
118
- "_FillValue": "AAAAAAAA+H8="
119
- },
120
- "dimension_names": [
121
- "bry_time",
122
- "s_rho",
123
- "eta_rho"
124
- ],
125
- "zarr_format": 3,
126
- "node_type": "array",
127
- "storage_transformers": []
128
- },
129
- "diatSi_south": {
130
- "shape": [
131
- 12,
132
- 3,
133
- 4
134
- ],
135
- "data_type": "float32",
136
- "chunk_grid": {
137
- "name": "regular",
138
- "configuration": {
139
- "chunk_shape": [
140
- 12,
141
- 3,
142
- 4
143
- ]
144
- }
145
- },
146
- "chunk_key_encoding": {
147
- "name": "default",
148
- "configuration": {
149
- "separator": "/"
150
- }
151
- },
152
- "fill_value": 0.0,
153
- "codecs": [
154
- {
155
- "name": "bytes",
156
- "configuration": {
157
- "endian": "little"
158
- }
159
- },
160
- {
161
- "name": "zstd",
162
- "configuration": {
163
- "level": 0,
164
- "checksum": false
165
- }
166
- }
167
- ],
168
- "attributes": {
169
- "long_name": "southern boundary diatom silicate",
170
- "units": "mmol/m^3",
171
- "coordinates": "abs_time month",
172
- "_FillValue": "AAAAAAAA+H8="
173
- },
174
- "dimension_names": [
175
- "bry_time",
176
- "s_rho",
177
- "xi_rho"
178
- ],
179
- "zarr_format": 3,
180
- "node_type": "array",
181
- "storage_transformers": []
182
- },
183
- "spP_east": {
184
- "shape": [
185
- 12,
186
- 3,
187
- 4
188
- ],
189
- "data_type": "float32",
190
- "chunk_grid": {
191
- "name": "regular",
192
- "configuration": {
193
- "chunk_shape": [
194
- 12,
195
- 3,
196
- 4
197
- ]
198
- }
199
- },
200
- "chunk_key_encoding": {
201
- "name": "default",
202
- "configuration": {
203
- "separator": "/"
204
- }
205
- },
206
- "fill_value": 0.0,
207
- "codecs": [
208
- {
209
- "name": "bytes",
210
- "configuration": {
211
- "endian": "little"
212
- }
213
- },
214
- {
215
- "name": "zstd",
216
- "configuration": {
217
- "level": 0,
218
- "checksum": false
219
- }
220
- }
221
- ],
222
- "attributes": {
223
- "long_name": "eastern boundary small phytoplankton phosphorous",
224
- "units": "mmol/m^3",
225
- "coordinates": "abs_time month",
226
- "_FillValue": "AAAAAAAA+H8="
227
- },
228
- "dimension_names": [
229
- "bry_time",
230
- "s_rho",
231
- "eta_rho"
232
- ],
233
- "zarr_format": 3,
234
- "node_type": "array",
235
- "storage_transformers": []
236
- },
237
- "DIC_ALT_CO2_north": {
238
- "shape": [
239
- 12,
240
- 3,
241
- 4
242
- ],
243
- "data_type": "float32",
244
- "chunk_grid": {
245
- "name": "regular",
246
- "configuration": {
247
- "chunk_shape": [
248
- 12,
249
- 3,
250
- 4
251
- ]
252
- }
253
- },
254
- "chunk_key_encoding": {
255
- "name": "default",
256
- "configuration": {
257
- "separator": "/"
258
- }
259
- },
260
- "fill_value": 0.0,
261
- "codecs": [
262
- {
263
- "name": "bytes",
264
- "configuration": {
265
- "endian": "little"
266
- }
267
- },
268
- {
269
- "name": "zstd",
270
- "configuration": {
271
- "level": 0,
272
- "checksum": false
273
- }
274
- }
275
- ],
276
- "attributes": {
277
- "long_name": "northern boundary dissolved inorganic carbon, alternative CO2",
278
- "units": "mmol/m^3",
279
- "coordinates": "abs_time month",
280
- "_FillValue": "AAAAAAAA+H8="
281
- },
282
- "dimension_names": [
283
- "bry_time",
284
- "s_rho",
285
- "xi_rho"
286
- ],
287
- "zarr_format": 3,
288
- "node_type": "array",
289
- "storage_transformers": []
290
- },
291
- "DOC_north": {
292
- "shape": [
293
- 12,
294
- 3,
295
- 4
296
- ],
297
- "data_type": "float32",
298
- "chunk_grid": {
299
- "name": "regular",
300
- "configuration": {
301
- "chunk_shape": [
302
- 12,
303
- 3,
304
- 4
305
- ]
306
- }
307
- },
308
- "chunk_key_encoding": {
309
- "name": "default",
310
- "configuration": {
311
- "separator": "/"
312
- }
313
- },
314
- "fill_value": 0.0,
315
- "codecs": [
316
- {
317
- "name": "bytes",
318
- "configuration": {
319
- "endian": "little"
320
- }
321
- },
322
- {
323
- "name": "zstd",
324
- "configuration": {
325
- "level": 0,
326
- "checksum": false
327
- }
328
- }
329
- ],
330
- "attributes": {
331
- "long_name": "northern boundary dissolved organic carbon",
332
- "units": "mmol/m^3",
333
- "coordinates": "abs_time month",
334
- "_FillValue": "AAAAAAAA+H8="
335
- },
336
- "dimension_names": [
337
- "bry_time",
338
- "s_rho",
339
- "xi_rho"
340
- ],
341
- "zarr_format": 3,
342
- "node_type": "array",
343
- "storage_transformers": []
344
- },
345
- "spC_west": {
346
- "shape": [
347
- 12,
348
- 3,
349
- 4
350
- ],
351
- "data_type": "float32",
352
- "chunk_grid": {
353
- "name": "regular",
354
- "configuration": {
355
- "chunk_shape": [
356
- 12,
357
- 3,
358
- 4
359
- ]
360
- }
361
- },
362
- "chunk_key_encoding": {
363
- "name": "default",
364
- "configuration": {
365
- "separator": "/"
366
- }
367
- },
368
- "fill_value": 0.0,
369
- "codecs": [
370
- {
371
- "name": "bytes",
372
- "configuration": {
373
- "endian": "little"
374
- }
375
- },
376
- {
377
- "name": "zstd",
378
- "configuration": {
379
- "level": 0,
380
- "checksum": false
381
- }
382
- }
383
- ],
384
- "attributes": {
385
- "long_name": "western boundary small phytoplankton carbon",
386
- "units": "mmol/m^3",
387
- "coordinates": "abs_time month",
388
- "_FillValue": "AAAAAAAA+H8="
389
- },
390
- "dimension_names": [
391
- "bry_time",
392
- "s_rho",
393
- "eta_rho"
394
- ],
395
- "zarr_format": 3,
396
- "node_type": "array",
397
- "storage_transformers": []
398
- },
399
- "month": {
400
- "shape": [
401
- 12
402
- ],
403
- "data_type": "int64",
404
- "chunk_grid": {
405
- "name": "regular",
406
- "configuration": {
407
- "chunk_shape": [
408
- 12
409
- ]
410
- }
411
- },
412
- "chunk_key_encoding": {
413
- "name": "default",
414
- "configuration": {
415
- "separator": "/"
416
- }
417
- },
418
- "fill_value": 0,
419
- "codecs": [
420
- {
421
- "name": "bytes",
422
- "configuration": {
423
- "endian": "little"
424
- }
425
- },
426
- {
427
- "name": "zstd",
428
- "configuration": {
429
- "level": 0,
430
- "checksum": false
431
- }
432
- }
433
- ],
434
- "attributes": {
435
- "long_name": "Month index (1-12)"
436
- },
437
- "dimension_names": [
438
- "bry_time"
439
- ],
440
- "zarr_format": 3,
441
- "node_type": "array",
442
- "storage_transformers": []
443
- },
444
- "diazP_south": {
445
- "shape": [
446
- 12,
447
- 3,
448
- 4
449
- ],
450
- "data_type": "float32",
451
- "chunk_grid": {
452
- "name": "regular",
453
- "configuration": {
454
- "chunk_shape": [
455
- 12,
456
- 3,
457
- 4
458
- ]
459
- }
460
- },
461
- "chunk_key_encoding": {
462
- "name": "default",
463
- "configuration": {
464
- "separator": "/"
465
- }
466
- },
467
- "fill_value": 0.0,
468
- "codecs": [
469
- {
470
- "name": "bytes",
471
- "configuration": {
472
- "endian": "little"
473
- }
474
- },
475
- {
476
- "name": "zstd",
477
- "configuration": {
478
- "level": 0,
479
- "checksum": false
480
- }
481
- }
482
- ],
483
- "attributes": {
484
- "long_name": "southern boundary diazotroph phosphorus",
485
- "units": "mmol/m^3",
486
- "coordinates": "abs_time month",
487
- "_FillValue": "AAAAAAAA+H8="
488
- },
489
- "dimension_names": [
490
- "bry_time",
491
- "s_rho",
492
- "xi_rho"
493
- ],
494
- "zarr_format": 3,
495
- "node_type": "array",
496
- "storage_transformers": []
497
- },
498
- "spChl_north": {
499
- "shape": [
500
- 12,
501
- 3,
502
- 4
503
- ],
504
- "data_type": "float32",
505
- "chunk_grid": {
506
- "name": "regular",
507
- "configuration": {
508
- "chunk_shape": [
509
- 12,
510
- 3,
511
- 4
512
- ]
513
- }
514
- },
515
- "chunk_key_encoding": {
516
- "name": "default",
517
- "configuration": {
518
- "separator": "/"
519
- }
520
- },
521
- "fill_value": 0.0,
522
- "codecs": [
523
- {
524
- "name": "bytes",
525
- "configuration": {
526
- "endian": "little"
527
- }
528
- },
529
- {
530
- "name": "zstd",
531
- "configuration": {
532
- "level": 0,
533
- "checksum": false
534
- }
535
- }
536
- ],
537
- "attributes": {
538
- "long_name": "northern boundary small phytoplankton chlorophyll",
539
- "units": "mg/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
- "diatChl_south": {
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": "southern boundary diatom chloropyll",
593
- "units": "mg/m^3",
594
- "coordinates": "abs_time month",
595
- "_FillValue": "AAAAAAAA+H8="
596
- },
597
- "dimension_names": [
598
- "bry_time",
599
- "s_rho",
600
- "xi_rho"
601
- ],
602
- "zarr_format": 3,
603
- "node_type": "array",
604
- "storage_transformers": []
605
- },
606
- "diazP_east": {
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": "eastern boundary diazotroph phosphorus",
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
- "eta_rho"
655
- ],
656
- "zarr_format": 3,
657
- "node_type": "array",
658
- "storage_transformers": []
659
- },
660
- "DON_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 dissolved organic nitrogen",
701
- "units": "mmol/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
- "ALK_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 alkalinity",
755
- "units": "meq/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
- "Lig_east": {
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": "eastern boundary iron binding ligand",
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
- "eta_rho"
817
- ],
818
- "zarr_format": 3,
819
- "node_type": "array",
820
- "storage_transformers": []
821
- },
822
- "diazC_west": {
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": "western boundary diazotroph carbon",
863
- "units": "mmol/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
- "zooC_north": {
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": "northern boundary zooplankton carbon",
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
- "xi_rho"
925
- ],
926
- "zarr_format": 3,
927
- "node_type": "array",
928
- "storage_transformers": []
929
- },
930
- "SiO3_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 inorganic silicate",
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
- "diazChl_east": {
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": "eastern boundary diazotroph chloropyll",
1025
- "units": "mg/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
- "spFe_west": {
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": "western boundary small phytoplankton iron",
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
- "spCaCO3_east": {
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": "eastern boundary small phytoplankton CaCO3",
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
- "eta_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
- "spFe_north": {
1255
- "shape": [
1256
- 12,
1257
- 3,
1258
- 4
1259
- ],
1260
- "data_type": "float32",
1261
- "chunk_grid": {
1262
- "name": "regular",
1263
- "configuration": {
1264
- "chunk_shape": [
1265
- 12,
1266
- 3,
1267
- 4
1268
- ]
1269
- }
1270
- },
1271
- "chunk_key_encoding": {
1272
- "name": "default",
1273
- "configuration": {
1274
- "separator": "/"
1275
- }
1276
- },
1277
- "fill_value": 0.0,
1278
- "codecs": [
1279
- {
1280
- "name": "bytes",
1281
- "configuration": {
1282
- "endian": "little"
1283
- }
1284
- },
1285
- {
1286
- "name": "zstd",
1287
- "configuration": {
1288
- "level": 0,
1289
- "checksum": false
1290
- }
1291
- }
1292
- ],
1293
- "attributes": {
1294
- "long_name": "northern boundary small phytoplankton iron",
1295
- "units": "mmol/m^3",
1296
- "coordinates": "abs_time month",
1297
- "_FillValue": "AAAAAAAA+H8="
1298
- },
1299
- "dimension_names": [
1300
- "bry_time",
1301
- "s_rho",
1302
- "xi_rho"
1303
- ],
1304
- "zarr_format": 3,
1305
- "node_type": "array",
1306
- "storage_transformers": []
1307
- },
1308
- "spChl_west": {
1309
- "shape": [
1310
- 12,
1311
- 3,
1312
- 4
1313
- ],
1314
- "data_type": "float32",
1315
- "chunk_grid": {
1316
- "name": "regular",
1317
- "configuration": {
1318
- "chunk_shape": [
1319
- 12,
1320
- 3,
1321
- 4
1322
- ]
1323
- }
1324
- },
1325
- "chunk_key_encoding": {
1326
- "name": "default",
1327
- "configuration": {
1328
- "separator": "/"
1329
- }
1330
- },
1331
- "fill_value": 0.0,
1332
- "codecs": [
1333
- {
1334
- "name": "bytes",
1335
- "configuration": {
1336
- "endian": "little"
1337
- }
1338
- },
1339
- {
1340
- "name": "zstd",
1341
- "configuration": {
1342
- "level": 0,
1343
- "checksum": false
1344
- }
1345
- }
1346
- ],
1347
- "attributes": {
1348
- "long_name": "western boundary small phytoplankton chlorophyll",
1349
- "units": "mg/m^3",
1350
- "coordinates": "abs_time month",
1351
- "_FillValue": "AAAAAAAA+H8="
1352
- },
1353
- "dimension_names": [
1354
- "bry_time",
1355
- "s_rho",
1356
- "eta_rho"
1357
- ],
1358
- "zarr_format": 3,
1359
- "node_type": "array",
1360
- "storage_transformers": []
1361
- },
1362
- "spCaCO3_north": {
1363
- "shape": [
1364
- 12,
1365
- 3,
1366
- 4
1367
- ],
1368
- "data_type": "float32",
1369
- "chunk_grid": {
1370
- "name": "regular",
1371
- "configuration": {
1372
- "chunk_shape": [
1373
- 12,
1374
- 3,
1375
- 4
1376
- ]
1377
- }
1378
- },
1379
- "chunk_key_encoding": {
1380
- "name": "default",
1381
- "configuration": {
1382
- "separator": "/"
1383
- }
1384
- },
1385
- "fill_value": 0.0,
1386
- "codecs": [
1387
- {
1388
- "name": "bytes",
1389
- "configuration": {
1390
- "endian": "little"
1391
- }
1392
- },
1393
- {
1394
- "name": "zstd",
1395
- "configuration": {
1396
- "level": 0,
1397
- "checksum": false
1398
- }
1399
- }
1400
- ],
1401
- "attributes": {
1402
- "long_name": "northern boundary small phytoplankton CaCO3",
1403
- "units": "mmol/m^3",
1404
- "coordinates": "abs_time month",
1405
- "_FillValue": "AAAAAAAA+H8="
1406
- },
1407
- "dimension_names": [
1408
- "bry_time",
1409
- "s_rho",
1410
- "xi_rho"
1411
- ],
1412
- "zarr_format": 3,
1413
- "node_type": "array",
1414
- "storage_transformers": []
1415
- },
1416
- "abs_time": {
1417
- "shape": [
1418
- 12
1419
- ],
1420
- "data_type": "int64",
1421
- "chunk_grid": {
1422
- "name": "regular",
1423
- "configuration": {
1424
- "chunk_shape": [
1425
- 12
1426
- ]
1427
- }
1428
- },
1429
- "chunk_key_encoding": {
1430
- "name": "default",
1431
- "configuration": {
1432
- "separator": "/"
1433
- }
1434
- },
1435
- "fill_value": 0,
1436
- "codecs": [
1437
- {
1438
- "name": "bytes",
1439
- "configuration": {
1440
- "endian": "little"
1441
- }
1442
- },
1443
- {
1444
- "name": "zstd",
1445
- "configuration": {
1446
- "level": 0,
1447
- "checksum": false
1448
- }
1449
- }
1450
- ],
1451
- "attributes": {
1452
- "long_name": "absolute time",
1453
- "units": "days since 2000-01-16 00:00:00",
1454
- "calendar": "proleptic_gregorian"
1455
- },
1456
- "dimension_names": [
1457
- "bry_time"
1458
- ],
1459
- "zarr_format": 3,
1460
- "node_type": "array",
1461
- "storage_transformers": []
1462
- },
1463
- "DOCr_west": {
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": "western boundary refractory dissolved organic carbon",
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
- "DOPr_north": {
21
+ "abs_time": {
1518
22
  "shape": [
1519
- 12,
1520
- 3,
1521
- 4
23
+ 12
1522
24
  ],
1523
- "data_type": "float32",
25
+ "data_type": "int64",
1524
26
  "chunk_grid": {
1525
27
  "name": "regular",
1526
28
  "configuration": {
1527
29
  "chunk_shape": [
1528
- 12,
1529
- 3,
1530
- 4
30
+ 12
1531
31
  ]
1532
32
  }
1533
33
  },
@@ -1537,7 +37,7 @@
1537
37
  "separator": "/"
1538
38
  }
1539
39
  },
1540
- "fill_value": 0.0,
40
+ "fill_value": 0,
1541
41
  "codecs": [
1542
42
  {
1543
43
  "name": "bytes",
@@ -1554,21 +54,18 @@
1554
54
  }
1555
55
  ],
1556
56
  "attributes": {
1557
- "long_name": "northern boundary refractory dissolved organic phosphorus",
1558
- "units": "mmol/m^3",
1559
- "coordinates": "abs_time month",
1560
- "_FillValue": "AAAAAAAA+H8="
57
+ "long_name": "absolute time",
58
+ "units": "days since 2000-01-16 00:00:00",
59
+ "calendar": "proleptic_gregorian"
1561
60
  },
1562
61
  "dimension_names": [
1563
- "bry_time",
1564
- "s_rho",
1565
- "xi_rho"
62
+ "bry_time"
1566
63
  ],
1567
64
  "zarr_format": 3,
1568
65
  "node_type": "array",
1569
66
  "storage_transformers": []
1570
67
  },
1571
- "ALK_ALT_CO2_north": {
68
+ "ALK_ALT_CO2_east": {
1572
69
  "shape": [
1573
70
  12,
1574
71
  3,
@@ -1608,227 +105,11 @@
1608
105
  }
1609
106
  ],
1610
107
  "attributes": {
1611
- "long_name": "northern boundary alkalinity, alternative CO2",
108
+ "long_name": "eastern boundary alkalinity, alternative CO2",
1612
109
  "units": "meq/m^3",
1613
110
  "coordinates": "abs_time month",
1614
111
  "_FillValue": "AAAAAAAA+H8="
1615
112
  },
1616
- "dimension_names": [
1617
- "bry_time",
1618
- "s_rho",
1619
- "xi_rho"
1620
- ],
1621
- "zarr_format": 3,
1622
- "node_type": "array",
1623
- "storage_transformers": []
1624
- },
1625
- "zooC_west": {
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": "western boundary zooplankton carbon",
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
- "eta_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
- "Fe_east": {
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": "eastern boundary dissolved inorganic iron",
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
- "diazP_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 diazotroph phosphorus",
1828
- "units": "mmol/m^3",
1829
- "coordinates": "abs_time month",
1830
- "_FillValue": "AAAAAAAA+H8="
1831
- },
1832
113
  "dimension_names": [
1833
114
  "bry_time",
1834
115
  "s_rho",
@@ -1838,7 +119,7 @@
1838
119
  "node_type": "array",
1839
120
  "storage_transformers": []
1840
121
  },
1841
- "Fe_south": {
122
+ "ALK_ALT_CO2_north": {
1842
123
  "shape": [
1843
124
  12,
1844
125
  3,
@@ -1878,8 +159,8 @@
1878
159
  }
1879
160
  ],
1880
161
  "attributes": {
1881
- "long_name": "southern boundary dissolved inorganic iron",
1882
- "units": "mmol/m^3",
162
+ "long_name": "northern boundary alkalinity, alternative CO2",
163
+ "units": "meq/m^3",
1883
164
  "coordinates": "abs_time month",
1884
165
  "_FillValue": "AAAAAAAA+H8="
1885
166
  },
@@ -1892,7 +173,7 @@
1892
173
  "node_type": "array",
1893
174
  "storage_transformers": []
1894
175
  },
1895
- "diazChl_north": {
176
+ "ALK_ALT_CO2_south": {
1896
177
  "shape": [
1897
178
  12,
1898
179
  3,
@@ -1932,8 +213,8 @@
1932
213
  }
1933
214
  ],
1934
215
  "attributes": {
1935
- "long_name": "northern boundary diazotroph chloropyll",
1936
- "units": "mg/m^3",
216
+ "long_name": "southern boundary alkalinity, alternative CO2",
217
+ "units": "meq/m^3",
1937
218
  "coordinates": "abs_time month",
1938
219
  "_FillValue": "AAAAAAAA+H8="
1939
220
  },
@@ -1946,7 +227,7 @@
1946
227
  "node_type": "array",
1947
228
  "storage_transformers": []
1948
229
  },
1949
- "diatSi_east": {
230
+ "ALK_east": {
1950
231
  "shape": [
1951
232
  12,
1952
233
  3,
@@ -1986,8 +267,8 @@
1986
267
  }
1987
268
  ],
1988
269
  "attributes": {
1989
- "long_name": "eastern boundary diatom silicate",
1990
- "units": "mmol/m^3",
270
+ "long_name": "eastern boundary alkalinity",
271
+ "units": "meq/m^3",
1991
272
  "coordinates": "abs_time month",
1992
273
  "_FillValue": "AAAAAAAA+H8="
1993
274
  },
@@ -2000,7 +281,7 @@
2000
281
  "node_type": "array",
2001
282
  "storage_transformers": []
2002
283
  },
2003
- "diazC_north": {
284
+ "ALK_north": {
2004
285
  "shape": [
2005
286
  12,
2006
287
  3,
@@ -2040,8 +321,8 @@
2040
321
  }
2041
322
  ],
2042
323
  "attributes": {
2043
- "long_name": "northern boundary diazotroph carbon",
2044
- "units": "mmol/m^3",
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
- "diazC_east": {
338
+ "ALK_south": {
2058
339
  "shape": [
2059
340
  12,
2060
341
  3,
@@ -2094,34 +375,30 @@
2094
375
  }
2095
376
  ],
2096
377
  "attributes": {
2097
- "long_name": "eastern boundary diazotroph carbon",
2098
- "units": "mmol/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
  },
2102
383
  "dimension_names": [
2103
384
  "bry_time",
2104
385
  "s_rho",
2105
- "eta_rho"
386
+ "xi_rho"
2106
387
  ],
2107
388
  "zarr_format": 3,
2108
389
  "node_type": "array",
2109
390
  "storage_transformers": []
2110
391
  },
2111
- "spP_west": {
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,30 +425,32 @@
2148
425
  }
2149
426
  ],
2150
427
  "attributes": {
2151
- "long_name": "western boundary small phytoplankton phosphorous",
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
- "eta_rho"
434
+ "bry_time"
2160
435
  ],
2161
436
  "zarr_format": 3,
2162
437
  "node_type": "array",
2163
438
  "storage_transformers": []
2164
439
  },
2165
- "bry_time": {
440
+ "diatC_east": {
2166
441
  "shape": [
2167
- 12
442
+ 12,
443
+ 3,
444
+ 4
2168
445
  ],
2169
- "data_type": "float64",
446
+ "data_type": "float32",
2170
447
  "chunk_grid": {
2171
448
  "name": "regular",
2172
449
  "configuration": {
2173
450
  "chunk_shape": [
2174
- 12
451
+ 12,
452
+ 3,
453
+ 4
2175
454
  ]
2176
455
  }
2177
456
  },
@@ -2198,19 +477,21 @@
2198
477
  }
2199
478
  ],
2200
479
  "attributes": {
2201
- "cycle_length": 365.25,
2202
- "long_name": "relative time: days since 2000-01-01 00:00:00",
2203
- "units": "days",
480
+ "long_name": "eastern boundary diatom carbon",
481
+ "units": "mmol/m^3",
482
+ "coordinates": "abs_time month",
2204
483
  "_FillValue": "AAAAAAAA+H8="
2205
484
  },
2206
485
  "dimension_names": [
2207
- "bry_time"
486
+ "bry_time",
487
+ "s_rho",
488
+ "eta_rho"
2208
489
  ],
2209
490
  "zarr_format": 3,
2210
491
  "node_type": "array",
2211
492
  "storage_transformers": []
2212
493
  },
2213
- "DOP_south": {
494
+ "diatC_north": {
2214
495
  "shape": [
2215
496
  12,
2216
497
  3,
@@ -2250,7 +531,7 @@
2250
531
  }
2251
532
  ],
2252
533
  "attributes": {
2253
- "long_name": "southern boundary dissolved organic phosphorus",
534
+ "long_name": "northern boundary diatom carbon",
2254
535
  "units": "mmol/m^3",
2255
536
  "coordinates": "abs_time month",
2256
537
  "_FillValue": "AAAAAAAA+H8="
@@ -2264,7 +545,7 @@
2264
545
  "node_type": "array",
2265
546
  "storage_transformers": []
2266
547
  },
2267
- "Lig_north": {
548
+ "diatC_south": {
2268
549
  "shape": [
2269
550
  12,
2270
551
  3,
@@ -2304,7 +585,7 @@
2304
585
  }
2305
586
  ],
2306
587
  "attributes": {
2307
- "long_name": "northern boundary iron binding ligand",
588
+ "long_name": "southern boundary diatom carbon",
2308
589
  "units": "mmol/m^3",
2309
590
  "coordinates": "abs_time month",
2310
591
  "_FillValue": "AAAAAAAA+H8="
@@ -2318,7 +599,7 @@
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
- "NH4_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 dissolved ammonia",
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
- "spC_east": {
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": "eastern boundary small phytoplankton carbon",
804
+ "long_name": "eastern boundary diatom iron",
2524
805
  "units": "mmol/m^3",
2525
806
  "coordinates": "abs_time month",
2526
807
  "_FillValue": "AAAAAAAA+H8="
@@ -2534,7 +815,7 @@
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
- "O2_south": {
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": "southern boundary dissolved oxygen",
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
- "DONr_north": {
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": "northern boundary refractory dissolved organic nitrogen",
966
+ "long_name": "eastern boundary diatom phosphorus",
2686
967
  "units": "mmol/m^3",
2687
968
  "coordinates": "abs_time month",
2688
969
  "_FillValue": "AAAAAAAA+H8="
@@ -2690,13 +971,13 @@
2690
971
  "dimension_names": [
2691
972
  "bry_time",
2692
973
  "s_rho",
2693
- "xi_rho"
974
+ "eta_rho"
2694
975
  ],
2695
976
  "zarr_format": 3,
2696
977
  "node_type": "array",
2697
978
  "storage_transformers": []
2698
979
  },
2699
- "spP_north": {
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": "northern boundary small phytoplankton phosphorous",
1020
+ "long_name": "northern boundary diatom phosphorus",
2740
1021
  "units": "mmol/m^3",
2741
1022
  "coordinates": "abs_time month",
2742
1023
  "_FillValue": "AAAAAAAA+H8="
@@ -2750,7 +1031,7 @@
2750
1031
  "node_type": "array",
2751
1032
  "storage_transformers": []
2752
1033
  },
2753
- "Fe_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 dissolved inorganic iron",
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
- "zooC_east": {
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": "eastern boundary zooplankton carbon",
1128
+ "long_name": "eastern boundary diatom silicate",
2848
1129
  "units": "mmol/m^3",
2849
1130
  "coordinates": "abs_time month",
2850
1131
  "_FillValue": "AAAAAAAA+H8="
@@ -2858,7 +1139,7 @@
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
- "spCaCO3_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 small phytoplankton CaCO3",
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
- "diazChl_west": {
1250
+ "diazC_east": {
2970
1251
  "shape": [
2971
1252
  12,
2972
1253
  3,
@@ -3006,8 +1287,8 @@
3006
1287
  }
3007
1288
  ],
3008
1289
  "attributes": {
3009
- "long_name": "western boundary diazotroph chloropyll",
3010
- "units": "mg/m^3",
1290
+ "long_name": "eastern boundary diazotroph carbon",
1291
+ "units": "mmol/m^3",
3011
1292
  "coordinates": "abs_time month",
3012
1293
  "_FillValue": "AAAAAAAA+H8="
3013
1294
  },
@@ -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
- "spFe_east": {
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": "eastern boundary small phytoplankton iron",
1398
+ "long_name": "southern boundary diazotroph carbon",
3118
1399
  "units": "mmol/m^3",
3119
1400
  "coordinates": "abs_time month",
3120
1401
  "_FillValue": "AAAAAAAA+H8="
@@ -3122,13 +1403,13 @@
3122
1403
  "dimension_names": [
3123
1404
  "bry_time",
3124
1405
  "s_rho",
3125
- "eta_rho"
1406
+ "xi_rho"
3126
1407
  ],
3127
1408
  "zarr_format": 3,
3128
1409
  "node_type": "array",
3129
1410
  "storage_transformers": []
3130
1411
  },
3131
- "DOCr_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 refractory dissolved organic carbon",
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
- "spChl_east": {
1466
+ "diazChl_north": {
3186
1467
  "shape": [
3187
1468
  12,
3188
1469
  3,
@@ -3222,7 +1503,7 @@
3222
1503
  }
3223
1504
  ],
3224
1505
  "attributes": {
3225
- "long_name": "eastern boundary small phytoplankton chlorophyll",
1506
+ "long_name": "northern boundary diazotroph chloropyll",
3226
1507
  "units": "mg/m^3",
3227
1508
  "coordinates": "abs_time month",
3228
1509
  "_FillValue": "AAAAAAAA+H8="
@@ -3230,13 +1511,13 @@
3230
1511
  "dimension_names": [
3231
1512
  "bry_time",
3232
1513
  "s_rho",
3233
- "eta_rho"
1514
+ "xi_rho"
3234
1515
  ],
3235
1516
  "zarr_format": 3,
3236
1517
  "node_type": "array",
3237
1518
  "storage_transformers": []
3238
1519
  },
3239
- "NO3_south": {
1520
+ "diazChl_south": {
3240
1521
  "shape": [
3241
1522
  12,
3242
1523
  3,
@@ -3276,8 +1557,8 @@
3276
1557
  }
3277
1558
  ],
3278
1559
  "attributes": {
3279
- "long_name": "southern boundary dissolved inorganic nitrate",
3280
- "units": "mmol/m^3",
1560
+ "long_name": "southern boundary diazotroph chloropyll",
1561
+ "units": "mg/m^3",
3281
1562
  "coordinates": "abs_time month",
3282
1563
  "_FillValue": "AAAAAAAA+H8="
3283
1564
  },
@@ -3290,7 +1571,7 @@
3290
1571
  "node_type": "array",
3291
1572
  "storage_transformers": []
3292
1573
  },
3293
- "PO4_south": {
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": "southern boundary dissolved inorganic phosphate",
1614
+ "long_name": "eastern boundary diazotroph iron",
3334
1615
  "units": "mmol/m^3",
3335
1616
  "coordinates": "abs_time month",
3336
1617
  "_FillValue": "AAAAAAAA+H8="
@@ -3338,13 +1619,13 @@
3338
1619
  "dimension_names": [
3339
1620
  "bry_time",
3340
1621
  "s_rho",
3341
- "xi_rho"
1622
+ "eta_rho"
3342
1623
  ],
3343
1624
  "zarr_format": 3,
3344
1625
  "node_type": "array",
3345
1626
  "storage_transformers": []
3346
1627
  },
3347
- "diatChl_north": {
1628
+ "diazFe_north": {
3348
1629
  "shape": [
3349
1630
  12,
3350
1631
  3,
@@ -3384,8 +1665,8 @@
3384
1665
  }
3385
1666
  ],
3386
1667
  "attributes": {
3387
- "long_name": "northern boundary diatom chloropyll",
3388
- "units": "mg/m^3",
1668
+ "long_name": "northern boundary diazotroph iron",
1669
+ "units": "mmol/m^3",
3389
1670
  "coordinates": "abs_time month",
3390
1671
  "_FillValue": "AAAAAAAA+H8="
3391
1672
  },
@@ -3398,7 +1679,7 @@
3398
1679
  "node_type": "array",
3399
1680
  "storage_transformers": []
3400
1681
  },
3401
- "spChl_south": {
1682
+ "diazFe_south": {
3402
1683
  "shape": [
3403
1684
  12,
3404
1685
  3,
@@ -3438,8 +1719,8 @@
3438
1719
  }
3439
1720
  ],
3440
1721
  "attributes": {
3441
- "long_name": "southern boundary small phytoplankton chlorophyll",
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
  },
@@ -3452,7 +1733,7 @@
3452
1733
  "node_type": "array",
3453
1734
  "storage_transformers": []
3454
1735
  },
3455
- "DIC_ALT_CO2_east": {
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": "eastern boundary dissolved inorganic carbon, alternative CO2",
1776
+ "long_name": "eastern boundary diazotroph phosphorus",
3496
1777
  "units": "mmol/m^3",
3497
1778
  "coordinates": "abs_time month",
3498
1779
  "_FillValue": "AAAAAAAA+H8="
@@ -3506,7 +1787,7 @@
3506
1787
  "node_type": "array",
3507
1788
  "storage_transformers": []
3508
1789
  },
3509
- "DIC_ALT_CO2_south": {
1790
+ "diazP_north": {
3510
1791
  "shape": [
3511
1792
  12,
3512
1793
  3,
@@ -3546,7 +1827,7 @@
3546
1827
  }
3547
1828
  ],
3548
1829
  "attributes": {
3549
- "long_name": "southern boundary dissolved inorganic carbon, alternative CO2",
1830
+ "long_name": "northern boundary diazotroph phosphorus",
3550
1831
  "units": "mmol/m^3",
3551
1832
  "coordinates": "abs_time month",
3552
1833
  "_FillValue": "AAAAAAAA+H8="
@@ -3560,7 +1841,7 @@
3560
1841
  "node_type": "array",
3561
1842
  "storage_transformers": []
3562
1843
  },
3563
- "DOC_south": {
1844
+ "diazP_south": {
3564
1845
  "shape": [
3565
1846
  12,
3566
1847
  3,
@@ -3600,7 +1881,7 @@
3600
1881
  }
3601
1882
  ],
3602
1883
  "attributes": {
3603
- "long_name": "southern boundary dissolved organic carbon",
1884
+ "long_name": "southern boundary diazotroph phosphorus",
3604
1885
  "units": "mmol/m^3",
3605
1886
  "coordinates": "abs_time month",
3606
1887
  "_FillValue": "AAAAAAAA+H8="
@@ -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
- "PO4_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 dissolved inorganic phosphate",
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
- "diazP_north": {
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": "northern boundary diazotroph phosphorus",
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="
@@ -3824,13 +2105,13 @@
3824
2105
  "dimension_names": [
3825
2106
  "bry_time",
3826
2107
  "s_rho",
3827
- "xi_rho"
2108
+ "eta_rho"
3828
2109
  ],
3829
2110
  "zarr_format": 3,
3830
2111
  "node_type": "array",
3831
2112
  "storage_transformers": []
3832
2113
  },
3833
- "diatFe_south": {
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": "southern boundary diatom iron",
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
- "DONr_west": {
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": "western boundary refractory dissolved organic nitrogen",
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="
@@ -3932,13 +2213,13 @@
3932
2213
  "dimension_names": [
3933
2214
  "bry_time",
3934
2215
  "s_rho",
3935
- "eta_rho"
2216
+ "xi_rho"
3936
2217
  ],
3937
2218
  "zarr_format": 3,
3938
2219
  "node_type": "array",
3939
2220
  "storage_transformers": []
3940
2221
  },
3941
- "DOP_east": {
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": "eastern boundary dissolved organic phosphorus",
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="
@@ -3992,7 +2273,7 @@
3992
2273
  "node_type": "array",
3993
2274
  "storage_transformers": []
3994
2275
  },
3995
- "zooC_south": {
2276
+ "DOC_north": {
3996
2277
  "shape": [
3997
2278
  12,
3998
2279
  3,
@@ -4032,7 +2313,7 @@
4032
2313
  }
4033
2314
  ],
4034
2315
  "attributes": {
4035
- "long_name": "southern boundary zooplankton carbon",
2316
+ "long_name": "northern boundary dissolved organic carbon",
4036
2317
  "units": "mmol/m^3",
4037
2318
  "coordinates": "abs_time month",
4038
2319
  "_FillValue": "AAAAAAAA+H8="
@@ -4046,7 +2327,7 @@
4046
2327
  "node_type": "array",
4047
2328
  "storage_transformers": []
4048
2329
  },
4049
- "diatSi_north": {
2330
+ "DOC_south": {
4050
2331
  "shape": [
4051
2332
  12,
4052
2333
  3,
@@ -4086,7 +2367,7 @@
4086
2367
  }
4087
2368
  ],
4088
2369
  "attributes": {
4089
- "long_name": "northern boundary diatom silicate",
2370
+ "long_name": "southern boundary dissolved organic carbon",
4090
2371
  "units": "mmol/m^3",
4091
2372
  "coordinates": "abs_time month",
4092
2373
  "_FillValue": "AAAAAAAA+H8="
@@ -4100,7 +2381,7 @@
4100
2381
  "node_type": "array",
4101
2382
  "storage_transformers": []
4102
2383
  },
4103
- "ALK_north": {
2384
+ "DOCr_east": {
4104
2385
  "shape": [
4105
2386
  12,
4106
2387
  3,
@@ -4140,21 +2421,21 @@
4140
2421
  }
4141
2422
  ],
4142
2423
  "attributes": {
4143
- "long_name": "northern boundary alkalinity",
4144
- "units": "meq/m^3",
2424
+ "long_name": "eastern boundary refractory dissolved organic carbon",
2425
+ "units": "mmol/m^3",
4145
2426
  "coordinates": "abs_time month",
4146
2427
  "_FillValue": "AAAAAAAA+H8="
4147
2428
  },
4148
2429
  "dimension_names": [
4149
2430
  "bry_time",
4150
2431
  "s_rho",
4151
- "xi_rho"
2432
+ "eta_rho"
4152
2433
  ],
4153
2434
  "zarr_format": 3,
4154
2435
  "node_type": "array",
4155
2436
  "storage_transformers": []
4156
2437
  },
4157
- "diatP_west": {
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": "western boundary diatom 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
- "ALK_ALT_CO2_east": {
2492
+ "DOCr_south": {
4212
2493
  "shape": [
4213
2494
  12,
4214
2495
  3,
@@ -4248,21 +2529,21 @@
4248
2529
  }
4249
2530
  ],
4250
2531
  "attributes": {
4251
- "long_name": "eastern boundary alkalinity, alternative CO2",
4252
- "units": "meq/m^3",
2532
+ "long_name": "southern boundary refractory dissolved organic carbon",
2533
+ "units": "mmol/m^3",
4253
2534
  "coordinates": "abs_time month",
4254
2535
  "_FillValue": "AAAAAAAA+H8="
4255
2536
  },
4256
2537
  "dimension_names": [
4257
2538
  "bry_time",
4258
2539
  "s_rho",
4259
- "eta_rho"
2540
+ "xi_rho"
4260
2541
  ],
4261
2542
  "zarr_format": 3,
4262
2543
  "node_type": "array",
4263
2544
  "storage_transformers": []
4264
2545
  },
4265
- "ALK_west": {
2546
+ "DON_east": {
4266
2547
  "shape": [
4267
2548
  12,
4268
2549
  3,
@@ -4302,8 +2583,8 @@
4302
2583
  }
4303
2584
  ],
4304
2585
  "attributes": {
4305
- "long_name": "western boundary alkalinity",
4306
- "units": "meq/m^3",
2586
+ "long_name": "eastern boundary dissolved organic nitrogen",
2587
+ "units": "mmol/m^3",
4307
2588
  "coordinates": "abs_time month",
4308
2589
  "_FillValue": "AAAAAAAA+H8="
4309
2590
  },
@@ -4370,7 +2651,7 @@
4370
2651
  "node_type": "array",
4371
2652
  "storage_transformers": []
4372
2653
  },
4373
- "spFe_south": {
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": "southern boundary small phytoplankton iron",
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
- "diatChl_east": {
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": "eastern boundary diatom chloropyll",
4468
- "units": "mg/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
- "diatP_north": {
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": "northern boundary diatom phosphorus",
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="
@@ -4532,7 +2813,7 @@
4532
2813
  "node_type": "array",
4533
2814
  "storage_transformers": []
4534
2815
  },
4535
- "spC_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 small phytoplankton carbon",
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
- "diatC_east": {
2870
+ "DOP_east": {
4590
2871
  "shape": [
4591
2872
  12,
4592
2873
  3,
@@ -4626,7 +2907,7 @@
4626
2907
  }
4627
2908
  ],
4628
2909
  "attributes": {
4629
- "long_name": "eastern boundary diatom carbon",
2910
+ "long_name": "eastern boundary dissolved organic phosphorus",
4630
2911
  "units": "mmol/m^3",
4631
2912
  "coordinates": "abs_time month",
4632
2913
  "_FillValue": "AAAAAAAA+H8="
@@ -4640,7 +2921,7 @@
4640
2921
  "node_type": "array",
4641
2922
  "storage_transformers": []
4642
2923
  },
4643
- "SiO3_north": {
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": "northern boundary dissolved inorganic silicate",
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="
@@ -4694,7 +2975,7 @@
4694
2975
  "node_type": "array",
4695
2976
  "storage_transformers": []
4696
2977
  },
4697
- "NO3_west": {
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": "western boundary dissolved inorganic nitrate",
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="
@@ -4742,13 +3023,13 @@
4742
3023
  "dimension_names": [
4743
3024
  "bry_time",
4744
3025
  "s_rho",
4745
- "eta_rho"
3026
+ "xi_rho"
4746
3027
  ],
4747
3028
  "zarr_format": 3,
4748
3029
  "node_type": "array",
4749
3030
  "storage_transformers": []
4750
3031
  },
4751
- "ALK_ALT_CO2_south": {
3032
+ "DOPr_east": {
4752
3033
  "shape": [
4753
3034
  12,
4754
3035
  3,
@@ -4788,21 +3069,21 @@
4788
3069
  }
4789
3070
  ],
4790
3071
  "attributes": {
4791
- "long_name": "southern boundary alkalinity, alternative CO2",
4792
- "units": "meq/m^3",
3072
+ "long_name": "eastern boundary refractory dissolved organic phosphorus",
3073
+ "units": "mmol/m^3",
4793
3074
  "coordinates": "abs_time month",
4794
3075
  "_FillValue": "AAAAAAAA+H8="
4795
3076
  },
4796
3077
  "dimension_names": [
4797
3078
  "bry_time",
4798
3079
  "s_rho",
4799
- "xi_rho"
3080
+ "eta_rho"
4800
3081
  ],
4801
3082
  "zarr_format": 3,
4802
3083
  "node_type": "array",
4803
3084
  "storage_transformers": []
4804
3085
  },
4805
- "NH4_west": {
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": "western boundary dissolved ammonia",
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
- "DIC_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 inorganic carbon",
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_south": {
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": "southern 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="
@@ -4958,13 +3239,13 @@
4958
3239
  "dimension_names": [
4959
3240
  "bry_time",
4960
3241
  "s_rho",
4961
- "xi_rho"
3242
+ "eta_rho"
4962
3243
  ],
4963
3244
  "zarr_format": 3,
4964
3245
  "node_type": "array",
4965
3246
  "storage_transformers": []
4966
3247
  },
4967
- "DOC_east": {
3248
+ "Fe_north": {
4968
3249
  "shape": [
4969
3250
  12,
4970
3251
  3,
@@ -5004,7 +3285,7 @@
5004
3285
  }
5005
3286
  ],
5006
3287
  "attributes": {
5007
- "long_name": "eastern boundary dissolved organic carbon",
3288
+ "long_name": "northern boundary dissolved inorganic iron",
5008
3289
  "units": "mmol/m^3",
5009
3290
  "coordinates": "abs_time month",
5010
3291
  "_FillValue": "AAAAAAAA+H8="
@@ -5012,13 +3293,13 @@
5012
3293
  "dimension_names": [
5013
3294
  "bry_time",
5014
3295
  "s_rho",
5015
- "eta_rho"
3296
+ "xi_rho"
5016
3297
  ],
5017
3298
  "zarr_format": 3,
5018
3299
  "node_type": "array",
5019
3300
  "storage_transformers": []
5020
3301
  },
5021
- "Fe_north": {
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": "northern boundary dissolved inorganic iron",
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="
@@ -5072,7 +3353,7 @@
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_east": {
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": "eastern 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="
@@ -5174,13 +3455,13 @@
5174
3455
  "dimension_names": [
5175
3456
  "bry_time",
5176
3457
  "s_rho",
5177
- "eta_rho"
3458
+ "xi_rho"
5178
3459
  ],
5179
3460
  "zarr_format": 3,
5180
3461
  "node_type": "array",
5181
3462
  "storage_transformers": []
5182
3463
  },
5183
- "DON_west": {
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": "western boundary dissolved organic nitrogen",
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
- "diazChl_south": {
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": "southern boundary diazotroph chloropyll",
5278
- "units": "mg/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
- "xi_rho"
3557
+ "bry_time"
5286
3558
  ],
5287
3559
  "zarr_format": 3,
5288
3560
  "node_type": "array",
5289
3561
  "storage_transformers": []
5290
3562
  },
5291
- "O2_east": {
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": "eastern boundary dissolved oxygen",
3603
+ "long_name": "eastern boundary dissolved ammonia",
5332
3604
  "units": "mmol/m^3",
5333
3605
  "coordinates": "abs_time month",
5334
3606
  "_FillValue": "AAAAAAAA+H8="
@@ -5342,7 +3614,7 @@
5342
3614
  "node_type": "array",
5343
3615
  "storage_transformers": []
5344
3616
  },
5345
- "NH4_south": {
3617
+ "NH4_north": {
5346
3618
  "shape": [
5347
3619
  12,
5348
3620
  3,
@@ -5382,7 +3654,7 @@
5382
3654
  }
5383
3655
  ],
5384
3656
  "attributes": {
5385
- "long_name": "southern boundary dissolved ammonia",
3657
+ "long_name": "northern boundary dissolved ammonia",
5386
3658
  "units": "mmol/m^3",
5387
3659
  "coordinates": "abs_time month",
5388
3660
  "_FillValue": "AAAAAAAA+H8="
@@ -5396,7 +3668,7 @@
5396
3668
  "node_type": "array",
5397
3669
  "storage_transformers": []
5398
3670
  },
5399
- "diatFe_east": {
3671
+ "NH4_south": {
5400
3672
  "shape": [
5401
3673
  12,
5402
3674
  3,
@@ -5436,7 +3708,7 @@
5436
3708
  }
5437
3709
  ],
5438
3710
  "attributes": {
5439
- "long_name": "eastern boundary diatom iron",
3711
+ "long_name": "southern boundary dissolved ammonia",
5440
3712
  "units": "mmol/m^3",
5441
3713
  "coordinates": "abs_time month",
5442
3714
  "_FillValue": "AAAAAAAA+H8="
@@ -5444,13 +3716,13 @@
5444
3716
  "dimension_names": [
5445
3717
  "bry_time",
5446
3718
  "s_rho",
5447
- "eta_rho"
3719
+ "xi_rho"
5448
3720
  ],
5449
3721
  "zarr_format": 3,
5450
3722
  "node_type": "array",
5451
3723
  "storage_transformers": []
5452
3724
  },
5453
- "Lig_south": {
3725
+ "NO3_east": {
5454
3726
  "shape": [
5455
3727
  12,
5456
3728
  3,
@@ -5490,7 +3762,7 @@
5490
3762
  }
5491
3763
  ],
5492
3764
  "attributes": {
5493
- "long_name": "southern boundary iron binding ligand",
3765
+ "long_name": "eastern boundary dissolved inorganic nitrate",
5494
3766
  "units": "mmol/m^3",
5495
3767
  "coordinates": "abs_time month",
5496
3768
  "_FillValue": "AAAAAAAA+H8="
@@ -5498,13 +3770,13 @@
5498
3770
  "dimension_names": [
5499
3771
  "bry_time",
5500
3772
  "s_rho",
5501
- "xi_rho"
3773
+ "eta_rho"
5502
3774
  ],
5503
3775
  "zarr_format": 3,
5504
3776
  "node_type": "array",
5505
3777
  "storage_transformers": []
5506
3778
  },
5507
- "diazFe_west": {
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": "western boundary diazotroph iron",
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="
@@ -5552,13 +3824,13 @@
5552
3824
  "dimension_names": [
5553
3825
  "bry_time",
5554
3826
  "s_rho",
5555
- "eta_rho"
3827
+ "xi_rho"
5556
3828
  ],
5557
3829
  "zarr_format": 3,
5558
3830
  "node_type": "array",
5559
3831
  "storage_transformers": []
5560
3832
  },
5561
- "ALK_ALT_CO2_west": {
3833
+ "NO3_south": {
5562
3834
  "shape": [
5563
3835
  12,
5564
3836
  3,
@@ -5598,21 +3870,21 @@
5598
3870
  }
5599
3871
  ],
5600
3872
  "attributes": {
5601
- "long_name": "western boundary alkalinity, alternative CO2",
5602
- "units": "meq/m^3",
3873
+ "long_name": "southern boundary dissolved inorganic nitrate",
3874
+ "units": "mmol/m^3",
5603
3875
  "coordinates": "abs_time month",
5604
3876
  "_FillValue": "AAAAAAAA+H8="
5605
3877
  },
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
- "diazC_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 diazotroph carbon",
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
- "DIC_ALT_CO2_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 dissolved inorganic carbon, alternative CO2",
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
- "DOP_north": {
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": "northern boundary dissolved organic phosphorus",
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
- "DIC_south": {
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": "southern boundary dissolved inorganic carbon",
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="
@@ -5882,7 +4154,7 @@
5882
4154
  "node_type": "array",
5883
4155
  "storage_transformers": []
5884
4156
  },
5885
- "DOP_west": {
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": "western boundary dissolved organic phosphorus",
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="
@@ -5930,13 +4202,13 @@
5930
4202
  "dimension_names": [
5931
4203
  "bry_time",
5932
4204
  "s_rho",
5933
- "eta_rho"
4205
+ "xi_rho"
5934
4206
  ],
5935
4207
  "zarr_format": 3,
5936
4208
  "node_type": "array",
5937
4209
  "storage_transformers": []
5938
4210
  },
5939
- "DIC_east": {
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": "eastern boundary dissolved inorganic 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="
@@ -5990,7 +4262,7 @@
5990
4262
  "node_type": "array",
5991
4263
  "storage_transformers": []
5992
4264
  },
5993
- "DONr_east": {
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": "eastern boundary refractory dissolved organic nitrogen",
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
- "spP_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 small phytoplankton phosphorous",
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
- "DON_east": {
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": "eastern boundary dissolved organic nitrogen",
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
- "DONr_south": {
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": "southern boundary refractory dissolved organic nitrogen",
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="
@@ -6206,7 +4478,7 @@
6206
4478
  "node_type": "array",
6207
4479
  "storage_transformers": []
6208
4480
  },
6209
- "diatFe_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 diatom iron",
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
- "DOPr_west": {
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": "western boundary refractory dissolved organic phosphorus",
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="
@@ -6314,7 +4586,7 @@
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
- "O2_north": {
4643
+ "spCaCO3_south": {
6372
4644
  "shape": [
6373
4645
  12,
6374
4646
  3,
@@ -6408,7 +4680,7 @@
6408
4680
  }
6409
4681
  ],
6410
4682
  "attributes": {
6411
- "long_name": "northern boundary dissolved oxygen",
4683
+ "long_name": "southern boundary small phytoplankton CaCO3",
6412
4684
  "units": "mmol/m^3",
6413
4685
  "coordinates": "abs_time month",
6414
4686
  "_FillValue": "AAAAAAAA+H8="
@@ -6422,7 +4694,7 @@
6422
4694
  "node_type": "array",
6423
4695
  "storage_transformers": []
6424
4696
  },
6425
- "diatP_east": {
4697
+ "spChl_east": {
6426
4698
  "shape": [
6427
4699
  12,
6428
4700
  3,
@@ -6462,8 +4734,8 @@
6462
4734
  }
6463
4735
  ],
6464
4736
  "attributes": {
6465
- "long_name": "eastern boundary diatom phosphorus",
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
  },
@@ -6476,7 +4748,7 @@
6476
4748
  "node_type": "array",
6477
4749
  "storage_transformers": []
6478
4750
  },
6479
- "diatC_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 diatom carbon",
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
- "ALK_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 alkalinity",
6574
- "units": "meq/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
- "O2_west": {
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": "western boundary dissolved oxygen",
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="
@@ -6638,7 +4910,7 @@
6638
4910
  "node_type": "array",
6639
4911
  "storage_transformers": []
6640
4912
  },
6641
- "PO4_north": {
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": "northern boundary dissolved inorganic phosphate",
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="
@@ -6692,7 +4964,7 @@
6692
4964
  "node_type": "array",
6693
4965
  "storage_transformers": []
6694
4966
  },
6695
- "DOCr_north": {
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": "northern boundary refractory dissolved organic 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="
@@ -6746,7 +5018,7 @@
6746
5018
  "node_type": "array",
6747
5019
  "storage_transformers": []
6748
5020
  },
6749
- "diazFe_south": {
5021
+ "spP_east": {
6750
5022
  "shape": [
6751
5023
  12,
6752
5024
  3,
@@ -6786,7 +5058,7 @@
6786
5058
  }
6787
5059
  ],
6788
5060
  "attributes": {
6789
- "long_name": "southern boundary diazotroph iron",
5061
+ "long_name": "eastern boundary small phytoplankton phosphorous",
6790
5062
  "units": "mmol/m^3",
6791
5063
  "coordinates": "abs_time month",
6792
5064
  "_FillValue": "AAAAAAAA+H8="
@@ -6794,13 +5066,13 @@
6794
5066
  "dimension_names": [
6795
5067
  "bry_time",
6796
5068
  "s_rho",
6797
- "xi_rho"
5069
+ "eta_rho"
6798
5070
  ],
6799
5071
  "zarr_format": 3,
6800
5072
  "node_type": "array",
6801
5073
  "storage_transformers": []
6802
5074
  },
6803
- "diatFe_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 diatom iron",
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
- "diatChl_west": {
5183
+ "zooC_east": {
6912
5184
  "shape": [
6913
5185
  12,
6914
5186
  3,
@@ -6948,8 +5220,8 @@
6948
5220
  }
6949
5221
  ],
6950
5222
  "attributes": {
6951
- "long_name": "western boundary diatom chloropyll",
6952
- "units": "mg/m^3",
5223
+ "long_name": "eastern boundary zooplankton carbon",
5224
+ "units": "mmol/m^3",
6953
5225
  "coordinates": "abs_time month",
6954
5226
  "_FillValue": "AAAAAAAA+H8="
6955
5227
  },
@@ -6962,7 +5234,7 @@
6962
5234
  "node_type": "array",
6963
5235
  "storage_transformers": []
6964
5236
  },
6965
- "NO3_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 nitrate",
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
- "diatC_west": {
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": "western boundary diatom carbon",
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",