roms-tools 3.3.0__py3-none-any.whl → 3.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. roms_tools/__init__.py +1 -1
  2. roms_tools/analysis/cdr_ensemble.py +10 -13
  3. roms_tools/analysis/roms_output.py +5 -304
  4. roms_tools/{download.py → datasets/download.py} +1 -0
  5. roms_tools/{setup → datasets}/lat_lon_datasets.py +88 -64
  6. roms_tools/{setup → datasets}/river_datasets.py +9 -4
  7. roms_tools/datasets/roms_dataset.py +854 -0
  8. roms_tools/datasets/utils.py +487 -0
  9. roms_tools/{setup/fill.py → fill.py} +110 -13
  10. roms_tools/plot.py +4 -4
  11. roms_tools/regrid.py +76 -0
  12. roms_tools/setup/boundary_forcing.py +53 -45
  13. roms_tools/setup/cdr_release.py +2 -4
  14. roms_tools/setup/grid.py +46 -15
  15. roms_tools/setup/initial_conditions.py +330 -71
  16. roms_tools/setup/mask.py +2 -5
  17. roms_tools/setup/nesting.py +13 -6
  18. roms_tools/setup/river_forcing.py +4 -4
  19. roms_tools/setup/surface_forcing.py +15 -11
  20. roms_tools/setup/tides.py +7 -6
  21. roms_tools/setup/topography.py +10 -2
  22. roms_tools/setup/utils.py +292 -666
  23. roms_tools/tests/test_analysis/test_cdr_ensemble.py +4 -6
  24. roms_tools/tests/test_analysis/test_roms_output.py +1 -220
  25. roms_tools/tests/{test_setup → test_datasets}/test_lat_lon_datasets.py +4 -4
  26. roms_tools/tests/{test_setup → test_datasets}/test_river_datasets.py +1 -1
  27. roms_tools/tests/test_datasets/test_roms_dataset.py +743 -0
  28. roms_tools/tests/test_datasets/test_utils.py +527 -0
  29. roms_tools/tests/{test_setup/test_fill.py → test_fill.py} +72 -9
  30. roms_tools/tests/test_regrid.py +120 -1
  31. roms_tools/tests/test_setup/test_boundary_forcing.py +57 -138
  32. roms_tools/tests/test_setup/test_cdr_release.py +4 -5
  33. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zarr.json +293 -2021
  34. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zarr.json +294 -2022
  35. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK/c/0/0/0/0 +0 -0
  36. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/ALK_west → initial_conditions_from_roms.zarr/ALK}/zarr.json +11 -8
  37. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK_ALT_CO2/c/0/0/0/0 +0 -0
  38. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west → initial_conditions_from_roms.zarr/ALK_ALT_CO2}/zarr.json +11 -8
  39. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_r/c/0 +0 -0
  40. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west → initial_conditions_from_roms.zarr/Cs_r}/zarr.json +5 -12
  41. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_w/c/0 +0 -0
  42. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diatFe_west → initial_conditions_from_roms.zarr/Cs_w}/zarr.json +3 -10
  43. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC/c/0/0/0/0 +0 -0
  44. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DOCr_west → initial_conditions_from_roms.zarr/DIC}/zarr.json +11 -8
  45. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC_ALT_CO2/c/0/0/0/0 +0 -0
  46. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC_ALT_CO2/zarr.json +57 -0
  47. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOC/c/0/0/0/0 +0 -0
  48. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOC/zarr.json +57 -0
  49. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOCr/c/0/0/0/0 +0 -0
  50. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west → initial_conditions_from_roms.zarr/DOCr}/zarr.json +11 -8
  51. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DON/c/0/0/0/0 +0 -0
  52. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DON/zarr.json +57 -0
  53. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DONr/c/0/0/0/0 +0 -0
  54. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DONr/zarr.json +57 -0
  55. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOP/c/0/0/0/0 +0 -0
  56. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOP/zarr.json +57 -0
  57. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOPr/c/0/0/0/0 +0 -0
  58. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOPr/zarr.json +57 -0
  59. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Fe/c/0/0/0/0 +0 -0
  60. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Fe/zarr.json +57 -0
  61. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Lig/c/0/0/0/0 +0 -0
  62. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DOP_west → initial_conditions_from_roms.zarr/Lig}/zarr.json +11 -8
  63. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NH4/c/0/0/0/0 +0 -0
  64. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DON_west → initial_conditions_from_roms.zarr/NH4}/zarr.json +11 -8
  65. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NO3/c/0/0/0/0 +0 -0
  66. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NO3/zarr.json +57 -0
  67. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/O2/c/0/0/0/0 +0 -0
  68. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/Lig_west → initial_conditions_from_roms.zarr/O2}/zarr.json +11 -8
  69. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/PO4/c/0/0/0/0 +0 -0
  70. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/PO4/zarr.json +57 -0
  71. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/SiO3/c/0/0/0/0 +0 -0
  72. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/SiO3/zarr.json +57 -0
  73. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/abs_time/zarr.json +47 -0
  74. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatC/c/0/0/0/0 +0 -0
  75. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diatC_west → initial_conditions_from_roms.zarr/diatC}/zarr.json +11 -8
  76. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatChl/c/0/0/0/0 +0 -0
  77. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diatChl_west → initial_conditions_from_roms.zarr/diatChl}/zarr.json +11 -8
  78. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatFe/c/0/0/0/0 +0 -0
  79. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/O2_west → initial_conditions_from_roms.zarr/diatFe}/zarr.json +11 -8
  80. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatP/c/0/0/0/0 +0 -0
  81. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DIC_west → initial_conditions_from_roms.zarr/diatP}/zarr.json +11 -8
  82. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatSi/c/0/0/0/0 +0 -0
  83. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DOC_west → initial_conditions_from_roms.zarr/diatSi}/zarr.json +11 -8
  84. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazC/c/0/0/0/0 +0 -0
  85. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazC/zarr.json +57 -0
  86. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazChl/c/0/0/0/0 +0 -0
  87. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diazChl_west → initial_conditions_from_roms.zarr/diazChl}/zarr.json +11 -8
  88. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazFe/c/0/0/0/0 +0 -0
  89. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/Fe_west → initial_conditions_from_roms.zarr/diazFe}/zarr.json +11 -8
  90. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazP/c/0/0/0/0 +0 -0
  91. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazP/zarr.json +57 -0
  92. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ocean_time/c/0 +0 -0
  93. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ocean_time/zarr.json +47 -0
  94. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/salt/c/0/0/0/0 +0 -0
  95. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west → initial_conditions_from_roms.zarr/salt}/zarr.json +12 -9
  96. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spC/c/0/0/0/0 +0 -0
  97. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spC/zarr.json +57 -0
  98. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spCaCO3/c/0/0/0/0 +0 -0
  99. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spCaCO3/zarr.json +57 -0
  100. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spChl/c/0/0/0/0 +0 -0
  101. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/spChl_west → initial_conditions_from_roms.zarr/spChl}/zarr.json +11 -8
  102. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spFe/c/0/0/0/0 +0 -0
  103. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spFe/zarr.json +57 -0
  104. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spP/c/0/0/0/0 +0 -0
  105. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spP/zarr.json +57 -0
  106. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/temp/c/0/0/0/0 +0 -0
  107. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/temp/zarr.json +57 -0
  108. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/u/c/0/0/0/0 +0 -0
  109. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/NH4_west → initial_conditions_from_roms.zarr/u}/zarr.json +12 -9
  110. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ubar/c/0/0/0 +0 -0
  111. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ubar/zarr.json +54 -0
  112. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/v/c/0/0/0/0 +0 -0
  113. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/v/zarr.json +57 -0
  114. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/vbar/c/0/0/0 +0 -0
  115. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/vbar/zarr.json +54 -0
  116. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/w/zarr.json +57 -0
  117. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zarr.json +2481 -0
  118. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zeta/c/0/0/0 +0 -0
  119. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zeta/zarr.json +54 -0
  120. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zooC/c/0/0/0/0 +0 -0
  121. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zooC/zarr.json +57 -0
  122. roms_tools/tests/test_setup/test_grid.py +66 -1
  123. roms_tools/tests/test_setup/test_initial_conditions.py +130 -104
  124. roms_tools/tests/test_setup/test_nesting.py +2 -1
  125. roms_tools/tests/test_setup/test_surface_forcing.py +1 -1
  126. roms_tools/tests/test_setup/test_tides.py +1 -1
  127. roms_tools/tests/test_setup/test_utils.py +100 -15
  128. roms_tools/tests/test_setup/test_validation.py +15 -0
  129. roms_tools/tests/test_tiling/test_partition.py +63 -15
  130. roms_tools/tests/test_utils.py +365 -0
  131. roms_tools/tiling/partition.py +81 -211
  132. roms_tools/utils.py +360 -62
  133. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/METADATA +2 -3
  134. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/RECORD +137 -174
  135. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/WHEEL +1 -1
  136. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  137. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  138. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  139. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  140. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  141. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  142. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/c/0/0/0 +0 -0
  143. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  144. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/zarr.json +0 -54
  145. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  146. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  147. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/zarr.json +0 -54
  148. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  149. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  150. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  151. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  152. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/zarr.json +0 -54
  153. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/c/0/0/0 +0 -0
  154. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  155. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/zarr.json +0 -54
  156. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  157. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/zarr.json +0 -54
  158. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  159. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  160. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  161. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  162. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/zarr.json +0 -54
  163. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  164. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/zarr.json +0 -54
  165. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  166. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/zarr.json +0 -54
  167. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  168. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  169. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/zarr.json +0 -54
  170. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  171. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/zarr.json +0 -54
  172. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/c/0/0/0 +0 -0
  173. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/zarr.json +0 -54
  174. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  175. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  176. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  177. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  178. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/zarr.json +0 -54
  179. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/c/0/0/0 +0 -0
  180. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/zarr.json +0 -54
  181. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  182. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/zarr.json +0 -54
  183. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  184. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/zarr.json +0 -54
  185. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  186. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  187. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/zarr.json +0 -54
  188. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  189. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/zarr.json +0 -54
  190. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  191. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/zarr.json +0 -54
  192. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  193. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/zarr.json +0 -54
  194. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/c/0/0/0 +0 -0
  195. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/zarr.json +0 -54
  196. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  197. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/zarr.json +0 -54
  198. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  199. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/zarr.json +0 -54
  200. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  201. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/zarr.json +0 -54
  202. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  203. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/zarr.json +0 -54
  204. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  205. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/zarr.json +0 -54
  206. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  207. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/zarr.json +0 -54
  208. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  209. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/zarr.json +0 -54
  210. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/c/0/0/0 +0 -0
  211. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/zarr.json +0 -54
  212. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  213. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/zarr.json +0 -54
  214. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  215. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/zarr.json +0 -54
  216. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  217. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/zarr.json +0 -54
  218. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  219. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/zarr.json +0 -54
  220. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  221. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  222. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/zarr.json +0 -54
  223. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  224. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/zarr.json +0 -54
  225. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  226. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/zarr.json +0 -54
  227. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  228. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/zarr.json +0 -54
  229. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  230. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/zarr.json +0 -54
  231. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  232. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/zarr.json +0 -54
  233. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/c/0/0/0 +0 -0
  234. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/zarr.json +0 -54
  235. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  236. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  237. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  238. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/zarr.json +0 -54
  239. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  240. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/zarr.json +0 -54
  241. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/c/0/0/0 +0 -0
  242. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/zarr.json +0 -54
  243. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  244. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/zarr.json +0 -54
  245. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/licenses/LICENSE +0 -0
  246. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2481 @@
1
+ {
2
+ "attributes": {
3
+ "title": "ROMS initial conditions file created by ROMS-Tools",
4
+ "roms_tools_version": "3.1.2.dev21+g719a5b8c0",
5
+ "ini_time": "1998-01-06 00:00:00",
6
+ "model_reference_date": "2000-01-01 00:00:00",
7
+ "adjust_depth_for_sea_surface_height": "True",
8
+ "source": "ROMS",
9
+ "bgc_source": "ROMS",
10
+ "theta_s": 5.0,
11
+ "theta_b": 2.0,
12
+ "hc": 300.0
13
+ },
14
+ "zarr_format": 3,
15
+ "consolidated_metadata": {
16
+ "kind": "inline",
17
+ "must_understand": false,
18
+ "metadata": {
19
+ "abs_time": {
20
+ "shape": [
21
+ 1
22
+ ],
23
+ "data_type": "int64",
24
+ "chunk_grid": {
25
+ "name": "regular",
26
+ "configuration": {
27
+ "chunk_shape": [
28
+ 1
29
+ ]
30
+ }
31
+ },
32
+ "chunk_key_encoding": {
33
+ "name": "default",
34
+ "configuration": {
35
+ "separator": "/"
36
+ }
37
+ },
38
+ "fill_value": 0,
39
+ "codecs": [
40
+ {
41
+ "name": "bytes",
42
+ "configuration": {
43
+ "endian": "little"
44
+ }
45
+ },
46
+ {
47
+ "name": "zstd",
48
+ "configuration": {
49
+ "level": 0,
50
+ "checksum": false
51
+ }
52
+ }
53
+ ],
54
+ "attributes": {
55
+ "long_name": "absolute time",
56
+ "units": "days since 1998-01-06 00:00:00",
57
+ "calendar": "proleptic_gregorian"
58
+ },
59
+ "dimension_names": [
60
+ "ocean_time"
61
+ ],
62
+ "zarr_format": 3,
63
+ "node_type": "array",
64
+ "storage_transformers": []
65
+ },
66
+ "ALK": {
67
+ "shape": [
68
+ 1,
69
+ 3,
70
+ 7,
71
+ 7
72
+ ],
73
+ "data_type": "float32",
74
+ "chunk_grid": {
75
+ "name": "regular",
76
+ "configuration": {
77
+ "chunk_shape": [
78
+ 1,
79
+ 3,
80
+ 7,
81
+ 7
82
+ ]
83
+ }
84
+ },
85
+ "chunk_key_encoding": {
86
+ "name": "default",
87
+ "configuration": {
88
+ "separator": "/"
89
+ }
90
+ },
91
+ "fill_value": 0.0,
92
+ "codecs": [
93
+ {
94
+ "name": "bytes",
95
+ "configuration": {
96
+ "endian": "little"
97
+ }
98
+ },
99
+ {
100
+ "name": "zstd",
101
+ "configuration": {
102
+ "level": 0,
103
+ "checksum": false
104
+ }
105
+ }
106
+ ],
107
+ "attributes": {
108
+ "long_name": "alkalinity",
109
+ "units": "meq/m^3",
110
+ "coordinates": "abs_time",
111
+ "_FillValue": "AAAAAAAA+H8="
112
+ },
113
+ "dimension_names": [
114
+ "ocean_time",
115
+ "s_rho",
116
+ "eta_rho",
117
+ "xi_rho"
118
+ ],
119
+ "zarr_format": 3,
120
+ "node_type": "array",
121
+ "storage_transformers": []
122
+ },
123
+ "ALK_ALT_CO2": {
124
+ "shape": [
125
+ 1,
126
+ 3,
127
+ 7,
128
+ 7
129
+ ],
130
+ "data_type": "float32",
131
+ "chunk_grid": {
132
+ "name": "regular",
133
+ "configuration": {
134
+ "chunk_shape": [
135
+ 1,
136
+ 3,
137
+ 7,
138
+ 7
139
+ ]
140
+ }
141
+ },
142
+ "chunk_key_encoding": {
143
+ "name": "default",
144
+ "configuration": {
145
+ "separator": "/"
146
+ }
147
+ },
148
+ "fill_value": 0.0,
149
+ "codecs": [
150
+ {
151
+ "name": "bytes",
152
+ "configuration": {
153
+ "endian": "little"
154
+ }
155
+ },
156
+ {
157
+ "name": "zstd",
158
+ "configuration": {
159
+ "level": 0,
160
+ "checksum": false
161
+ }
162
+ }
163
+ ],
164
+ "attributes": {
165
+ "long_name": "alkalinity, alternative CO2",
166
+ "units": "meq/m^3",
167
+ "coordinates": "abs_time",
168
+ "_FillValue": "AAAAAAAA+H8="
169
+ },
170
+ "dimension_names": [
171
+ "ocean_time",
172
+ "s_rho",
173
+ "eta_rho",
174
+ "xi_rho"
175
+ ],
176
+ "zarr_format": 3,
177
+ "node_type": "array",
178
+ "storage_transformers": []
179
+ },
180
+ "Cs_r": {
181
+ "shape": [
182
+ 3
183
+ ],
184
+ "data_type": "float32",
185
+ "chunk_grid": {
186
+ "name": "regular",
187
+ "configuration": {
188
+ "chunk_shape": [
189
+ 3
190
+ ]
191
+ }
192
+ },
193
+ "chunk_key_encoding": {
194
+ "name": "default",
195
+ "configuration": {
196
+ "separator": "/"
197
+ }
198
+ },
199
+ "fill_value": 0.0,
200
+ "codecs": [
201
+ {
202
+ "name": "bytes",
203
+ "configuration": {
204
+ "endian": "little"
205
+ }
206
+ },
207
+ {
208
+ "name": "zstd",
209
+ "configuration": {
210
+ "level": 0,
211
+ "checksum": false
212
+ }
213
+ }
214
+ ],
215
+ "attributes": {
216
+ "long_name": "Vertical stretching function at rho-points",
217
+ "units": "nondimensional",
218
+ "_FillValue": "AAAAAAAA+H8="
219
+ },
220
+ "dimension_names": [
221
+ "s_rho"
222
+ ],
223
+ "zarr_format": 3,
224
+ "node_type": "array",
225
+ "storage_transformers": []
226
+ },
227
+ "Cs_w": {
228
+ "shape": [
229
+ 4
230
+ ],
231
+ "data_type": "float32",
232
+ "chunk_grid": {
233
+ "name": "regular",
234
+ "configuration": {
235
+ "chunk_shape": [
236
+ 4
237
+ ]
238
+ }
239
+ },
240
+ "chunk_key_encoding": {
241
+ "name": "default",
242
+ "configuration": {
243
+ "separator": "/"
244
+ }
245
+ },
246
+ "fill_value": 0.0,
247
+ "codecs": [
248
+ {
249
+ "name": "bytes",
250
+ "configuration": {
251
+ "endian": "little"
252
+ }
253
+ },
254
+ {
255
+ "name": "zstd",
256
+ "configuration": {
257
+ "level": 0,
258
+ "checksum": false
259
+ }
260
+ }
261
+ ],
262
+ "attributes": {
263
+ "long_name": "Vertical stretching function at w-points",
264
+ "units": "nondimensional",
265
+ "_FillValue": "AAAAAAAA+H8="
266
+ },
267
+ "dimension_names": [
268
+ "s_w"
269
+ ],
270
+ "zarr_format": 3,
271
+ "node_type": "array",
272
+ "storage_transformers": []
273
+ },
274
+ "diatC": {
275
+ "shape": [
276
+ 1,
277
+ 3,
278
+ 7,
279
+ 7
280
+ ],
281
+ "data_type": "float32",
282
+ "chunk_grid": {
283
+ "name": "regular",
284
+ "configuration": {
285
+ "chunk_shape": [
286
+ 1,
287
+ 3,
288
+ 7,
289
+ 7
290
+ ]
291
+ }
292
+ },
293
+ "chunk_key_encoding": {
294
+ "name": "default",
295
+ "configuration": {
296
+ "separator": "/"
297
+ }
298
+ },
299
+ "fill_value": 0.0,
300
+ "codecs": [
301
+ {
302
+ "name": "bytes",
303
+ "configuration": {
304
+ "endian": "little"
305
+ }
306
+ },
307
+ {
308
+ "name": "zstd",
309
+ "configuration": {
310
+ "level": 0,
311
+ "checksum": false
312
+ }
313
+ }
314
+ ],
315
+ "attributes": {
316
+ "long_name": "diatom carbon",
317
+ "units": "mmol/m^3",
318
+ "coordinates": "abs_time",
319
+ "_FillValue": "AAAAAAAA+H8="
320
+ },
321
+ "dimension_names": [
322
+ "ocean_time",
323
+ "s_rho",
324
+ "eta_rho",
325
+ "xi_rho"
326
+ ],
327
+ "zarr_format": 3,
328
+ "node_type": "array",
329
+ "storage_transformers": []
330
+ },
331
+ "diatChl": {
332
+ "shape": [
333
+ 1,
334
+ 3,
335
+ 7,
336
+ 7
337
+ ],
338
+ "data_type": "float32",
339
+ "chunk_grid": {
340
+ "name": "regular",
341
+ "configuration": {
342
+ "chunk_shape": [
343
+ 1,
344
+ 3,
345
+ 7,
346
+ 7
347
+ ]
348
+ }
349
+ },
350
+ "chunk_key_encoding": {
351
+ "name": "default",
352
+ "configuration": {
353
+ "separator": "/"
354
+ }
355
+ },
356
+ "fill_value": 0.0,
357
+ "codecs": [
358
+ {
359
+ "name": "bytes",
360
+ "configuration": {
361
+ "endian": "little"
362
+ }
363
+ },
364
+ {
365
+ "name": "zstd",
366
+ "configuration": {
367
+ "level": 0,
368
+ "checksum": false
369
+ }
370
+ }
371
+ ],
372
+ "attributes": {
373
+ "long_name": "diatom chloropyll",
374
+ "units": "mg/m^3",
375
+ "coordinates": "abs_time",
376
+ "_FillValue": "AAAAAAAA+H8="
377
+ },
378
+ "dimension_names": [
379
+ "ocean_time",
380
+ "s_rho",
381
+ "eta_rho",
382
+ "xi_rho"
383
+ ],
384
+ "zarr_format": 3,
385
+ "node_type": "array",
386
+ "storage_transformers": []
387
+ },
388
+ "diatFe": {
389
+ "shape": [
390
+ 1,
391
+ 3,
392
+ 7,
393
+ 7
394
+ ],
395
+ "data_type": "float32",
396
+ "chunk_grid": {
397
+ "name": "regular",
398
+ "configuration": {
399
+ "chunk_shape": [
400
+ 1,
401
+ 3,
402
+ 7,
403
+ 7
404
+ ]
405
+ }
406
+ },
407
+ "chunk_key_encoding": {
408
+ "name": "default",
409
+ "configuration": {
410
+ "separator": "/"
411
+ }
412
+ },
413
+ "fill_value": 0.0,
414
+ "codecs": [
415
+ {
416
+ "name": "bytes",
417
+ "configuration": {
418
+ "endian": "little"
419
+ }
420
+ },
421
+ {
422
+ "name": "zstd",
423
+ "configuration": {
424
+ "level": 0,
425
+ "checksum": false
426
+ }
427
+ }
428
+ ],
429
+ "attributes": {
430
+ "long_name": "diatom iron",
431
+ "units": "mmol/m^3",
432
+ "coordinates": "abs_time",
433
+ "_FillValue": "AAAAAAAA+H8="
434
+ },
435
+ "dimension_names": [
436
+ "ocean_time",
437
+ "s_rho",
438
+ "eta_rho",
439
+ "xi_rho"
440
+ ],
441
+ "zarr_format": 3,
442
+ "node_type": "array",
443
+ "storage_transformers": []
444
+ },
445
+ "diatP": {
446
+ "shape": [
447
+ 1,
448
+ 3,
449
+ 7,
450
+ 7
451
+ ],
452
+ "data_type": "float32",
453
+ "chunk_grid": {
454
+ "name": "regular",
455
+ "configuration": {
456
+ "chunk_shape": [
457
+ 1,
458
+ 3,
459
+ 7,
460
+ 7
461
+ ]
462
+ }
463
+ },
464
+ "chunk_key_encoding": {
465
+ "name": "default",
466
+ "configuration": {
467
+ "separator": "/"
468
+ }
469
+ },
470
+ "fill_value": 0.0,
471
+ "codecs": [
472
+ {
473
+ "name": "bytes",
474
+ "configuration": {
475
+ "endian": "little"
476
+ }
477
+ },
478
+ {
479
+ "name": "zstd",
480
+ "configuration": {
481
+ "level": 0,
482
+ "checksum": false
483
+ }
484
+ }
485
+ ],
486
+ "attributes": {
487
+ "long_name": "diatom phosphorus",
488
+ "units": "mmol/m^3",
489
+ "coordinates": "abs_time",
490
+ "_FillValue": "AAAAAAAA+H8="
491
+ },
492
+ "dimension_names": [
493
+ "ocean_time",
494
+ "s_rho",
495
+ "eta_rho",
496
+ "xi_rho"
497
+ ],
498
+ "zarr_format": 3,
499
+ "node_type": "array",
500
+ "storage_transformers": []
501
+ },
502
+ "diatSi": {
503
+ "shape": [
504
+ 1,
505
+ 3,
506
+ 7,
507
+ 7
508
+ ],
509
+ "data_type": "float32",
510
+ "chunk_grid": {
511
+ "name": "regular",
512
+ "configuration": {
513
+ "chunk_shape": [
514
+ 1,
515
+ 3,
516
+ 7,
517
+ 7
518
+ ]
519
+ }
520
+ },
521
+ "chunk_key_encoding": {
522
+ "name": "default",
523
+ "configuration": {
524
+ "separator": "/"
525
+ }
526
+ },
527
+ "fill_value": 0.0,
528
+ "codecs": [
529
+ {
530
+ "name": "bytes",
531
+ "configuration": {
532
+ "endian": "little"
533
+ }
534
+ },
535
+ {
536
+ "name": "zstd",
537
+ "configuration": {
538
+ "level": 0,
539
+ "checksum": false
540
+ }
541
+ }
542
+ ],
543
+ "attributes": {
544
+ "long_name": "diatom silicate",
545
+ "units": "mmol/m^3",
546
+ "coordinates": "abs_time",
547
+ "_FillValue": "AAAAAAAA+H8="
548
+ },
549
+ "dimension_names": [
550
+ "ocean_time",
551
+ "s_rho",
552
+ "eta_rho",
553
+ "xi_rho"
554
+ ],
555
+ "zarr_format": 3,
556
+ "node_type": "array",
557
+ "storage_transformers": []
558
+ },
559
+ "diazC": {
560
+ "shape": [
561
+ 1,
562
+ 3,
563
+ 7,
564
+ 7
565
+ ],
566
+ "data_type": "float32",
567
+ "chunk_grid": {
568
+ "name": "regular",
569
+ "configuration": {
570
+ "chunk_shape": [
571
+ 1,
572
+ 3,
573
+ 7,
574
+ 7
575
+ ]
576
+ }
577
+ },
578
+ "chunk_key_encoding": {
579
+ "name": "default",
580
+ "configuration": {
581
+ "separator": "/"
582
+ }
583
+ },
584
+ "fill_value": 0.0,
585
+ "codecs": [
586
+ {
587
+ "name": "bytes",
588
+ "configuration": {
589
+ "endian": "little"
590
+ }
591
+ },
592
+ {
593
+ "name": "zstd",
594
+ "configuration": {
595
+ "level": 0,
596
+ "checksum": false
597
+ }
598
+ }
599
+ ],
600
+ "attributes": {
601
+ "long_name": "diazotroph carbon",
602
+ "units": "mmol/m^3",
603
+ "coordinates": "abs_time",
604
+ "_FillValue": "AAAAAAAA+H8="
605
+ },
606
+ "dimension_names": [
607
+ "ocean_time",
608
+ "s_rho",
609
+ "eta_rho",
610
+ "xi_rho"
611
+ ],
612
+ "zarr_format": 3,
613
+ "node_type": "array",
614
+ "storage_transformers": []
615
+ },
616
+ "diazChl": {
617
+ "shape": [
618
+ 1,
619
+ 3,
620
+ 7,
621
+ 7
622
+ ],
623
+ "data_type": "float32",
624
+ "chunk_grid": {
625
+ "name": "regular",
626
+ "configuration": {
627
+ "chunk_shape": [
628
+ 1,
629
+ 3,
630
+ 7,
631
+ 7
632
+ ]
633
+ }
634
+ },
635
+ "chunk_key_encoding": {
636
+ "name": "default",
637
+ "configuration": {
638
+ "separator": "/"
639
+ }
640
+ },
641
+ "fill_value": 0.0,
642
+ "codecs": [
643
+ {
644
+ "name": "bytes",
645
+ "configuration": {
646
+ "endian": "little"
647
+ }
648
+ },
649
+ {
650
+ "name": "zstd",
651
+ "configuration": {
652
+ "level": 0,
653
+ "checksum": false
654
+ }
655
+ }
656
+ ],
657
+ "attributes": {
658
+ "long_name": "diazotroph chloropyll",
659
+ "units": "mg/m^3",
660
+ "coordinates": "abs_time",
661
+ "_FillValue": "AAAAAAAA+H8="
662
+ },
663
+ "dimension_names": [
664
+ "ocean_time",
665
+ "s_rho",
666
+ "eta_rho",
667
+ "xi_rho"
668
+ ],
669
+ "zarr_format": 3,
670
+ "node_type": "array",
671
+ "storage_transformers": []
672
+ },
673
+ "diazFe": {
674
+ "shape": [
675
+ 1,
676
+ 3,
677
+ 7,
678
+ 7
679
+ ],
680
+ "data_type": "float32",
681
+ "chunk_grid": {
682
+ "name": "regular",
683
+ "configuration": {
684
+ "chunk_shape": [
685
+ 1,
686
+ 3,
687
+ 7,
688
+ 7
689
+ ]
690
+ }
691
+ },
692
+ "chunk_key_encoding": {
693
+ "name": "default",
694
+ "configuration": {
695
+ "separator": "/"
696
+ }
697
+ },
698
+ "fill_value": 0.0,
699
+ "codecs": [
700
+ {
701
+ "name": "bytes",
702
+ "configuration": {
703
+ "endian": "little"
704
+ }
705
+ },
706
+ {
707
+ "name": "zstd",
708
+ "configuration": {
709
+ "level": 0,
710
+ "checksum": false
711
+ }
712
+ }
713
+ ],
714
+ "attributes": {
715
+ "long_name": "diazotroph iron",
716
+ "units": "mmol/m^3",
717
+ "coordinates": "abs_time",
718
+ "_FillValue": "AAAAAAAA+H8="
719
+ },
720
+ "dimension_names": [
721
+ "ocean_time",
722
+ "s_rho",
723
+ "eta_rho",
724
+ "xi_rho"
725
+ ],
726
+ "zarr_format": 3,
727
+ "node_type": "array",
728
+ "storage_transformers": []
729
+ },
730
+ "diazP": {
731
+ "shape": [
732
+ 1,
733
+ 3,
734
+ 7,
735
+ 7
736
+ ],
737
+ "data_type": "float32",
738
+ "chunk_grid": {
739
+ "name": "regular",
740
+ "configuration": {
741
+ "chunk_shape": [
742
+ 1,
743
+ 3,
744
+ 7,
745
+ 7
746
+ ]
747
+ }
748
+ },
749
+ "chunk_key_encoding": {
750
+ "name": "default",
751
+ "configuration": {
752
+ "separator": "/"
753
+ }
754
+ },
755
+ "fill_value": 0.0,
756
+ "codecs": [
757
+ {
758
+ "name": "bytes",
759
+ "configuration": {
760
+ "endian": "little"
761
+ }
762
+ },
763
+ {
764
+ "name": "zstd",
765
+ "configuration": {
766
+ "level": 0,
767
+ "checksum": false
768
+ }
769
+ }
770
+ ],
771
+ "attributes": {
772
+ "long_name": "diazotroph phosphorus",
773
+ "units": "mmol/m^3",
774
+ "coordinates": "abs_time",
775
+ "_FillValue": "AAAAAAAA+H8="
776
+ },
777
+ "dimension_names": [
778
+ "ocean_time",
779
+ "s_rho",
780
+ "eta_rho",
781
+ "xi_rho"
782
+ ],
783
+ "zarr_format": 3,
784
+ "node_type": "array",
785
+ "storage_transformers": []
786
+ },
787
+ "DIC": {
788
+ "shape": [
789
+ 1,
790
+ 3,
791
+ 7,
792
+ 7
793
+ ],
794
+ "data_type": "float32",
795
+ "chunk_grid": {
796
+ "name": "regular",
797
+ "configuration": {
798
+ "chunk_shape": [
799
+ 1,
800
+ 3,
801
+ 7,
802
+ 7
803
+ ]
804
+ }
805
+ },
806
+ "chunk_key_encoding": {
807
+ "name": "default",
808
+ "configuration": {
809
+ "separator": "/"
810
+ }
811
+ },
812
+ "fill_value": 0.0,
813
+ "codecs": [
814
+ {
815
+ "name": "bytes",
816
+ "configuration": {
817
+ "endian": "little"
818
+ }
819
+ },
820
+ {
821
+ "name": "zstd",
822
+ "configuration": {
823
+ "level": 0,
824
+ "checksum": false
825
+ }
826
+ }
827
+ ],
828
+ "attributes": {
829
+ "long_name": "dissolved inorganic carbon",
830
+ "units": "mmol/m^3",
831
+ "coordinates": "abs_time",
832
+ "_FillValue": "AAAAAAAA+H8="
833
+ },
834
+ "dimension_names": [
835
+ "ocean_time",
836
+ "s_rho",
837
+ "eta_rho",
838
+ "xi_rho"
839
+ ],
840
+ "zarr_format": 3,
841
+ "node_type": "array",
842
+ "storage_transformers": []
843
+ },
844
+ "DIC_ALT_CO2": {
845
+ "shape": [
846
+ 1,
847
+ 3,
848
+ 7,
849
+ 7
850
+ ],
851
+ "data_type": "float32",
852
+ "chunk_grid": {
853
+ "name": "regular",
854
+ "configuration": {
855
+ "chunk_shape": [
856
+ 1,
857
+ 3,
858
+ 7,
859
+ 7
860
+ ]
861
+ }
862
+ },
863
+ "chunk_key_encoding": {
864
+ "name": "default",
865
+ "configuration": {
866
+ "separator": "/"
867
+ }
868
+ },
869
+ "fill_value": 0.0,
870
+ "codecs": [
871
+ {
872
+ "name": "bytes",
873
+ "configuration": {
874
+ "endian": "little"
875
+ }
876
+ },
877
+ {
878
+ "name": "zstd",
879
+ "configuration": {
880
+ "level": 0,
881
+ "checksum": false
882
+ }
883
+ }
884
+ ],
885
+ "attributes": {
886
+ "long_name": "dissolved inorganic carbon, alternative CO2",
887
+ "units": "mmol/m^3",
888
+ "coordinates": "abs_time",
889
+ "_FillValue": "AAAAAAAA+H8="
890
+ },
891
+ "dimension_names": [
892
+ "ocean_time",
893
+ "s_rho",
894
+ "eta_rho",
895
+ "xi_rho"
896
+ ],
897
+ "zarr_format": 3,
898
+ "node_type": "array",
899
+ "storage_transformers": []
900
+ },
901
+ "DOC": {
902
+ "shape": [
903
+ 1,
904
+ 3,
905
+ 7,
906
+ 7
907
+ ],
908
+ "data_type": "float32",
909
+ "chunk_grid": {
910
+ "name": "regular",
911
+ "configuration": {
912
+ "chunk_shape": [
913
+ 1,
914
+ 3,
915
+ 7,
916
+ 7
917
+ ]
918
+ }
919
+ },
920
+ "chunk_key_encoding": {
921
+ "name": "default",
922
+ "configuration": {
923
+ "separator": "/"
924
+ }
925
+ },
926
+ "fill_value": 0.0,
927
+ "codecs": [
928
+ {
929
+ "name": "bytes",
930
+ "configuration": {
931
+ "endian": "little"
932
+ }
933
+ },
934
+ {
935
+ "name": "zstd",
936
+ "configuration": {
937
+ "level": 0,
938
+ "checksum": false
939
+ }
940
+ }
941
+ ],
942
+ "attributes": {
943
+ "long_name": "dissolved organic carbon",
944
+ "units": "mmol/m^3",
945
+ "coordinates": "abs_time",
946
+ "_FillValue": "AAAAAAAA+H8="
947
+ },
948
+ "dimension_names": [
949
+ "ocean_time",
950
+ "s_rho",
951
+ "eta_rho",
952
+ "xi_rho"
953
+ ],
954
+ "zarr_format": 3,
955
+ "node_type": "array",
956
+ "storage_transformers": []
957
+ },
958
+ "DOCr": {
959
+ "shape": [
960
+ 1,
961
+ 3,
962
+ 7,
963
+ 7
964
+ ],
965
+ "data_type": "float32",
966
+ "chunk_grid": {
967
+ "name": "regular",
968
+ "configuration": {
969
+ "chunk_shape": [
970
+ 1,
971
+ 3,
972
+ 7,
973
+ 7
974
+ ]
975
+ }
976
+ },
977
+ "chunk_key_encoding": {
978
+ "name": "default",
979
+ "configuration": {
980
+ "separator": "/"
981
+ }
982
+ },
983
+ "fill_value": 0.0,
984
+ "codecs": [
985
+ {
986
+ "name": "bytes",
987
+ "configuration": {
988
+ "endian": "little"
989
+ }
990
+ },
991
+ {
992
+ "name": "zstd",
993
+ "configuration": {
994
+ "level": 0,
995
+ "checksum": false
996
+ }
997
+ }
998
+ ],
999
+ "attributes": {
1000
+ "long_name": "refractory dissolved organic carbon",
1001
+ "units": "mmol/m^3",
1002
+ "coordinates": "abs_time",
1003
+ "_FillValue": "AAAAAAAA+H8="
1004
+ },
1005
+ "dimension_names": [
1006
+ "ocean_time",
1007
+ "s_rho",
1008
+ "eta_rho",
1009
+ "xi_rho"
1010
+ ],
1011
+ "zarr_format": 3,
1012
+ "node_type": "array",
1013
+ "storage_transformers": []
1014
+ },
1015
+ "DON": {
1016
+ "shape": [
1017
+ 1,
1018
+ 3,
1019
+ 7,
1020
+ 7
1021
+ ],
1022
+ "data_type": "float32",
1023
+ "chunk_grid": {
1024
+ "name": "regular",
1025
+ "configuration": {
1026
+ "chunk_shape": [
1027
+ 1,
1028
+ 3,
1029
+ 7,
1030
+ 7
1031
+ ]
1032
+ }
1033
+ },
1034
+ "chunk_key_encoding": {
1035
+ "name": "default",
1036
+ "configuration": {
1037
+ "separator": "/"
1038
+ }
1039
+ },
1040
+ "fill_value": 0.0,
1041
+ "codecs": [
1042
+ {
1043
+ "name": "bytes",
1044
+ "configuration": {
1045
+ "endian": "little"
1046
+ }
1047
+ },
1048
+ {
1049
+ "name": "zstd",
1050
+ "configuration": {
1051
+ "level": 0,
1052
+ "checksum": false
1053
+ }
1054
+ }
1055
+ ],
1056
+ "attributes": {
1057
+ "long_name": "dissolved organic nitrogen",
1058
+ "units": "mmol/m^3",
1059
+ "coordinates": "abs_time",
1060
+ "_FillValue": "AAAAAAAA+H8="
1061
+ },
1062
+ "dimension_names": [
1063
+ "ocean_time",
1064
+ "s_rho",
1065
+ "eta_rho",
1066
+ "xi_rho"
1067
+ ],
1068
+ "zarr_format": 3,
1069
+ "node_type": "array",
1070
+ "storage_transformers": []
1071
+ },
1072
+ "DONr": {
1073
+ "shape": [
1074
+ 1,
1075
+ 3,
1076
+ 7,
1077
+ 7
1078
+ ],
1079
+ "data_type": "float32",
1080
+ "chunk_grid": {
1081
+ "name": "regular",
1082
+ "configuration": {
1083
+ "chunk_shape": [
1084
+ 1,
1085
+ 3,
1086
+ 7,
1087
+ 7
1088
+ ]
1089
+ }
1090
+ },
1091
+ "chunk_key_encoding": {
1092
+ "name": "default",
1093
+ "configuration": {
1094
+ "separator": "/"
1095
+ }
1096
+ },
1097
+ "fill_value": 0.0,
1098
+ "codecs": [
1099
+ {
1100
+ "name": "bytes",
1101
+ "configuration": {
1102
+ "endian": "little"
1103
+ }
1104
+ },
1105
+ {
1106
+ "name": "zstd",
1107
+ "configuration": {
1108
+ "level": 0,
1109
+ "checksum": false
1110
+ }
1111
+ }
1112
+ ],
1113
+ "attributes": {
1114
+ "long_name": "refractory dissolved organic nitrogen",
1115
+ "units": "mmol/m^3",
1116
+ "coordinates": "abs_time",
1117
+ "_FillValue": "AAAAAAAA+H8="
1118
+ },
1119
+ "dimension_names": [
1120
+ "ocean_time",
1121
+ "s_rho",
1122
+ "eta_rho",
1123
+ "xi_rho"
1124
+ ],
1125
+ "zarr_format": 3,
1126
+ "node_type": "array",
1127
+ "storage_transformers": []
1128
+ },
1129
+ "DOP": {
1130
+ "shape": [
1131
+ 1,
1132
+ 3,
1133
+ 7,
1134
+ 7
1135
+ ],
1136
+ "data_type": "float32",
1137
+ "chunk_grid": {
1138
+ "name": "regular",
1139
+ "configuration": {
1140
+ "chunk_shape": [
1141
+ 1,
1142
+ 3,
1143
+ 7,
1144
+ 7
1145
+ ]
1146
+ }
1147
+ },
1148
+ "chunk_key_encoding": {
1149
+ "name": "default",
1150
+ "configuration": {
1151
+ "separator": "/"
1152
+ }
1153
+ },
1154
+ "fill_value": 0.0,
1155
+ "codecs": [
1156
+ {
1157
+ "name": "bytes",
1158
+ "configuration": {
1159
+ "endian": "little"
1160
+ }
1161
+ },
1162
+ {
1163
+ "name": "zstd",
1164
+ "configuration": {
1165
+ "level": 0,
1166
+ "checksum": false
1167
+ }
1168
+ }
1169
+ ],
1170
+ "attributes": {
1171
+ "long_name": "dissolved organic phosphorus",
1172
+ "units": "mmol/m^3",
1173
+ "coordinates": "abs_time",
1174
+ "_FillValue": "AAAAAAAA+H8="
1175
+ },
1176
+ "dimension_names": [
1177
+ "ocean_time",
1178
+ "s_rho",
1179
+ "eta_rho",
1180
+ "xi_rho"
1181
+ ],
1182
+ "zarr_format": 3,
1183
+ "node_type": "array",
1184
+ "storage_transformers": []
1185
+ },
1186
+ "DOPr": {
1187
+ "shape": [
1188
+ 1,
1189
+ 3,
1190
+ 7,
1191
+ 7
1192
+ ],
1193
+ "data_type": "float32",
1194
+ "chunk_grid": {
1195
+ "name": "regular",
1196
+ "configuration": {
1197
+ "chunk_shape": [
1198
+ 1,
1199
+ 3,
1200
+ 7,
1201
+ 7
1202
+ ]
1203
+ }
1204
+ },
1205
+ "chunk_key_encoding": {
1206
+ "name": "default",
1207
+ "configuration": {
1208
+ "separator": "/"
1209
+ }
1210
+ },
1211
+ "fill_value": 0.0,
1212
+ "codecs": [
1213
+ {
1214
+ "name": "bytes",
1215
+ "configuration": {
1216
+ "endian": "little"
1217
+ }
1218
+ },
1219
+ {
1220
+ "name": "zstd",
1221
+ "configuration": {
1222
+ "level": 0,
1223
+ "checksum": false
1224
+ }
1225
+ }
1226
+ ],
1227
+ "attributes": {
1228
+ "long_name": "refractory dissolved organic phosphorus",
1229
+ "units": "mmol/m^3",
1230
+ "coordinates": "abs_time",
1231
+ "_FillValue": "AAAAAAAA+H8="
1232
+ },
1233
+ "dimension_names": [
1234
+ "ocean_time",
1235
+ "s_rho",
1236
+ "eta_rho",
1237
+ "xi_rho"
1238
+ ],
1239
+ "zarr_format": 3,
1240
+ "node_type": "array",
1241
+ "storage_transformers": []
1242
+ },
1243
+ "Fe": {
1244
+ "shape": [
1245
+ 1,
1246
+ 3,
1247
+ 7,
1248
+ 7
1249
+ ],
1250
+ "data_type": "float32",
1251
+ "chunk_grid": {
1252
+ "name": "regular",
1253
+ "configuration": {
1254
+ "chunk_shape": [
1255
+ 1,
1256
+ 3,
1257
+ 7,
1258
+ 7
1259
+ ]
1260
+ }
1261
+ },
1262
+ "chunk_key_encoding": {
1263
+ "name": "default",
1264
+ "configuration": {
1265
+ "separator": "/"
1266
+ }
1267
+ },
1268
+ "fill_value": 0.0,
1269
+ "codecs": [
1270
+ {
1271
+ "name": "bytes",
1272
+ "configuration": {
1273
+ "endian": "little"
1274
+ }
1275
+ },
1276
+ {
1277
+ "name": "zstd",
1278
+ "configuration": {
1279
+ "level": 0,
1280
+ "checksum": false
1281
+ }
1282
+ }
1283
+ ],
1284
+ "attributes": {
1285
+ "long_name": "dissolved inorganic iron",
1286
+ "units": "mmol/m^3",
1287
+ "coordinates": "abs_time",
1288
+ "_FillValue": "AAAAAAAA+H8="
1289
+ },
1290
+ "dimension_names": [
1291
+ "ocean_time",
1292
+ "s_rho",
1293
+ "eta_rho",
1294
+ "xi_rho"
1295
+ ],
1296
+ "zarr_format": 3,
1297
+ "node_type": "array",
1298
+ "storage_transformers": []
1299
+ },
1300
+ "Lig": {
1301
+ "shape": [
1302
+ 1,
1303
+ 3,
1304
+ 7,
1305
+ 7
1306
+ ],
1307
+ "data_type": "float32",
1308
+ "chunk_grid": {
1309
+ "name": "regular",
1310
+ "configuration": {
1311
+ "chunk_shape": [
1312
+ 1,
1313
+ 3,
1314
+ 7,
1315
+ 7
1316
+ ]
1317
+ }
1318
+ },
1319
+ "chunk_key_encoding": {
1320
+ "name": "default",
1321
+ "configuration": {
1322
+ "separator": "/"
1323
+ }
1324
+ },
1325
+ "fill_value": 0.0,
1326
+ "codecs": [
1327
+ {
1328
+ "name": "bytes",
1329
+ "configuration": {
1330
+ "endian": "little"
1331
+ }
1332
+ },
1333
+ {
1334
+ "name": "zstd",
1335
+ "configuration": {
1336
+ "level": 0,
1337
+ "checksum": false
1338
+ }
1339
+ }
1340
+ ],
1341
+ "attributes": {
1342
+ "long_name": "iron binding ligand",
1343
+ "units": "mmol/m^3",
1344
+ "coordinates": "abs_time",
1345
+ "_FillValue": "AAAAAAAA+H8="
1346
+ },
1347
+ "dimension_names": [
1348
+ "ocean_time",
1349
+ "s_rho",
1350
+ "eta_rho",
1351
+ "xi_rho"
1352
+ ],
1353
+ "zarr_format": 3,
1354
+ "node_type": "array",
1355
+ "storage_transformers": []
1356
+ },
1357
+ "NH4": {
1358
+ "shape": [
1359
+ 1,
1360
+ 3,
1361
+ 7,
1362
+ 7
1363
+ ],
1364
+ "data_type": "float32",
1365
+ "chunk_grid": {
1366
+ "name": "regular",
1367
+ "configuration": {
1368
+ "chunk_shape": [
1369
+ 1,
1370
+ 3,
1371
+ 7,
1372
+ 7
1373
+ ]
1374
+ }
1375
+ },
1376
+ "chunk_key_encoding": {
1377
+ "name": "default",
1378
+ "configuration": {
1379
+ "separator": "/"
1380
+ }
1381
+ },
1382
+ "fill_value": 0.0,
1383
+ "codecs": [
1384
+ {
1385
+ "name": "bytes",
1386
+ "configuration": {
1387
+ "endian": "little"
1388
+ }
1389
+ },
1390
+ {
1391
+ "name": "zstd",
1392
+ "configuration": {
1393
+ "level": 0,
1394
+ "checksum": false
1395
+ }
1396
+ }
1397
+ ],
1398
+ "attributes": {
1399
+ "long_name": "dissolved ammonia",
1400
+ "units": "mmol/m^3",
1401
+ "coordinates": "abs_time",
1402
+ "_FillValue": "AAAAAAAA+H8="
1403
+ },
1404
+ "dimension_names": [
1405
+ "ocean_time",
1406
+ "s_rho",
1407
+ "eta_rho",
1408
+ "xi_rho"
1409
+ ],
1410
+ "zarr_format": 3,
1411
+ "node_type": "array",
1412
+ "storage_transformers": []
1413
+ },
1414
+ "NO3": {
1415
+ "shape": [
1416
+ 1,
1417
+ 3,
1418
+ 7,
1419
+ 7
1420
+ ],
1421
+ "data_type": "float32",
1422
+ "chunk_grid": {
1423
+ "name": "regular",
1424
+ "configuration": {
1425
+ "chunk_shape": [
1426
+ 1,
1427
+ 3,
1428
+ 7,
1429
+ 7
1430
+ ]
1431
+ }
1432
+ },
1433
+ "chunk_key_encoding": {
1434
+ "name": "default",
1435
+ "configuration": {
1436
+ "separator": "/"
1437
+ }
1438
+ },
1439
+ "fill_value": 0.0,
1440
+ "codecs": [
1441
+ {
1442
+ "name": "bytes",
1443
+ "configuration": {
1444
+ "endian": "little"
1445
+ }
1446
+ },
1447
+ {
1448
+ "name": "zstd",
1449
+ "configuration": {
1450
+ "level": 0,
1451
+ "checksum": false
1452
+ }
1453
+ }
1454
+ ],
1455
+ "attributes": {
1456
+ "long_name": "dissolved inorganic nitrate",
1457
+ "units": "mmol/m^3",
1458
+ "coordinates": "abs_time",
1459
+ "_FillValue": "AAAAAAAA+H8="
1460
+ },
1461
+ "dimension_names": [
1462
+ "ocean_time",
1463
+ "s_rho",
1464
+ "eta_rho",
1465
+ "xi_rho"
1466
+ ],
1467
+ "zarr_format": 3,
1468
+ "node_type": "array",
1469
+ "storage_transformers": []
1470
+ },
1471
+ "O2": {
1472
+ "shape": [
1473
+ 1,
1474
+ 3,
1475
+ 7,
1476
+ 7
1477
+ ],
1478
+ "data_type": "float32",
1479
+ "chunk_grid": {
1480
+ "name": "regular",
1481
+ "configuration": {
1482
+ "chunk_shape": [
1483
+ 1,
1484
+ 3,
1485
+ 7,
1486
+ 7
1487
+ ]
1488
+ }
1489
+ },
1490
+ "chunk_key_encoding": {
1491
+ "name": "default",
1492
+ "configuration": {
1493
+ "separator": "/"
1494
+ }
1495
+ },
1496
+ "fill_value": 0.0,
1497
+ "codecs": [
1498
+ {
1499
+ "name": "bytes",
1500
+ "configuration": {
1501
+ "endian": "little"
1502
+ }
1503
+ },
1504
+ {
1505
+ "name": "zstd",
1506
+ "configuration": {
1507
+ "level": 0,
1508
+ "checksum": false
1509
+ }
1510
+ }
1511
+ ],
1512
+ "attributes": {
1513
+ "long_name": "dissolved oxygen",
1514
+ "units": "mmol/m^3",
1515
+ "coordinates": "abs_time",
1516
+ "_FillValue": "AAAAAAAA+H8="
1517
+ },
1518
+ "dimension_names": [
1519
+ "ocean_time",
1520
+ "s_rho",
1521
+ "eta_rho",
1522
+ "xi_rho"
1523
+ ],
1524
+ "zarr_format": 3,
1525
+ "node_type": "array",
1526
+ "storage_transformers": []
1527
+ },
1528
+ "ocean_time": {
1529
+ "shape": [
1530
+ 1
1531
+ ],
1532
+ "data_type": "float64",
1533
+ "chunk_grid": {
1534
+ "name": "regular",
1535
+ "configuration": {
1536
+ "chunk_shape": [
1537
+ 1
1538
+ ]
1539
+ }
1540
+ },
1541
+ "chunk_key_encoding": {
1542
+ "name": "default",
1543
+ "configuration": {
1544
+ "separator": "/"
1545
+ }
1546
+ },
1547
+ "fill_value": 0.0,
1548
+ "codecs": [
1549
+ {
1550
+ "name": "bytes",
1551
+ "configuration": {
1552
+ "endian": "little"
1553
+ }
1554
+ },
1555
+ {
1556
+ "name": "zstd",
1557
+ "configuration": {
1558
+ "level": 0,
1559
+ "checksum": false
1560
+ }
1561
+ }
1562
+ ],
1563
+ "attributes": {
1564
+ "long_name": "relative time: seconds since 2000-01-01 00:00:00",
1565
+ "units": "seconds",
1566
+ "_FillValue": "AAAAAAAA+H8="
1567
+ },
1568
+ "dimension_names": [
1569
+ "ocean_time"
1570
+ ],
1571
+ "zarr_format": 3,
1572
+ "node_type": "array",
1573
+ "storage_transformers": []
1574
+ },
1575
+ "PO4": {
1576
+ "shape": [
1577
+ 1,
1578
+ 3,
1579
+ 7,
1580
+ 7
1581
+ ],
1582
+ "data_type": "float32",
1583
+ "chunk_grid": {
1584
+ "name": "regular",
1585
+ "configuration": {
1586
+ "chunk_shape": [
1587
+ 1,
1588
+ 3,
1589
+ 7,
1590
+ 7
1591
+ ]
1592
+ }
1593
+ },
1594
+ "chunk_key_encoding": {
1595
+ "name": "default",
1596
+ "configuration": {
1597
+ "separator": "/"
1598
+ }
1599
+ },
1600
+ "fill_value": 0.0,
1601
+ "codecs": [
1602
+ {
1603
+ "name": "bytes",
1604
+ "configuration": {
1605
+ "endian": "little"
1606
+ }
1607
+ },
1608
+ {
1609
+ "name": "zstd",
1610
+ "configuration": {
1611
+ "level": 0,
1612
+ "checksum": false
1613
+ }
1614
+ }
1615
+ ],
1616
+ "attributes": {
1617
+ "long_name": "dissolved inorganic phosphate",
1618
+ "units": "mmol/m^3",
1619
+ "coordinates": "abs_time",
1620
+ "_FillValue": "AAAAAAAA+H8="
1621
+ },
1622
+ "dimension_names": [
1623
+ "ocean_time",
1624
+ "s_rho",
1625
+ "eta_rho",
1626
+ "xi_rho"
1627
+ ],
1628
+ "zarr_format": 3,
1629
+ "node_type": "array",
1630
+ "storage_transformers": []
1631
+ },
1632
+ "salt": {
1633
+ "shape": [
1634
+ 1,
1635
+ 3,
1636
+ 7,
1637
+ 7
1638
+ ],
1639
+ "data_type": "float32",
1640
+ "chunk_grid": {
1641
+ "name": "regular",
1642
+ "configuration": {
1643
+ "chunk_shape": [
1644
+ 1,
1645
+ 3,
1646
+ 7,
1647
+ 7
1648
+ ]
1649
+ }
1650
+ },
1651
+ "chunk_key_encoding": {
1652
+ "name": "default",
1653
+ "configuration": {
1654
+ "separator": "/"
1655
+ }
1656
+ },
1657
+ "fill_value": 0.0,
1658
+ "codecs": [
1659
+ {
1660
+ "name": "bytes",
1661
+ "configuration": {
1662
+ "endian": "little"
1663
+ }
1664
+ },
1665
+ {
1666
+ "name": "zstd",
1667
+ "configuration": {
1668
+ "level": 0,
1669
+ "checksum": false
1670
+ }
1671
+ }
1672
+ ],
1673
+ "attributes": {
1674
+ "long_name": "salinity",
1675
+ "units": "PSU",
1676
+ "coordinates": "abs_time",
1677
+ "_FillValue": "AAAAAAAA+H8="
1678
+ },
1679
+ "dimension_names": [
1680
+ "ocean_time",
1681
+ "s_rho",
1682
+ "eta_rho",
1683
+ "xi_rho"
1684
+ ],
1685
+ "zarr_format": 3,
1686
+ "node_type": "array",
1687
+ "storage_transformers": []
1688
+ },
1689
+ "SiO3": {
1690
+ "shape": [
1691
+ 1,
1692
+ 3,
1693
+ 7,
1694
+ 7
1695
+ ],
1696
+ "data_type": "float32",
1697
+ "chunk_grid": {
1698
+ "name": "regular",
1699
+ "configuration": {
1700
+ "chunk_shape": [
1701
+ 1,
1702
+ 3,
1703
+ 7,
1704
+ 7
1705
+ ]
1706
+ }
1707
+ },
1708
+ "chunk_key_encoding": {
1709
+ "name": "default",
1710
+ "configuration": {
1711
+ "separator": "/"
1712
+ }
1713
+ },
1714
+ "fill_value": 0.0,
1715
+ "codecs": [
1716
+ {
1717
+ "name": "bytes",
1718
+ "configuration": {
1719
+ "endian": "little"
1720
+ }
1721
+ },
1722
+ {
1723
+ "name": "zstd",
1724
+ "configuration": {
1725
+ "level": 0,
1726
+ "checksum": false
1727
+ }
1728
+ }
1729
+ ],
1730
+ "attributes": {
1731
+ "long_name": "dissolved inorganic silicate",
1732
+ "units": "mmol/m^3",
1733
+ "coordinates": "abs_time",
1734
+ "_FillValue": "AAAAAAAA+H8="
1735
+ },
1736
+ "dimension_names": [
1737
+ "ocean_time",
1738
+ "s_rho",
1739
+ "eta_rho",
1740
+ "xi_rho"
1741
+ ],
1742
+ "zarr_format": 3,
1743
+ "node_type": "array",
1744
+ "storage_transformers": []
1745
+ },
1746
+ "spC": {
1747
+ "shape": [
1748
+ 1,
1749
+ 3,
1750
+ 7,
1751
+ 7
1752
+ ],
1753
+ "data_type": "float32",
1754
+ "chunk_grid": {
1755
+ "name": "regular",
1756
+ "configuration": {
1757
+ "chunk_shape": [
1758
+ 1,
1759
+ 3,
1760
+ 7,
1761
+ 7
1762
+ ]
1763
+ }
1764
+ },
1765
+ "chunk_key_encoding": {
1766
+ "name": "default",
1767
+ "configuration": {
1768
+ "separator": "/"
1769
+ }
1770
+ },
1771
+ "fill_value": 0.0,
1772
+ "codecs": [
1773
+ {
1774
+ "name": "bytes",
1775
+ "configuration": {
1776
+ "endian": "little"
1777
+ }
1778
+ },
1779
+ {
1780
+ "name": "zstd",
1781
+ "configuration": {
1782
+ "level": 0,
1783
+ "checksum": false
1784
+ }
1785
+ }
1786
+ ],
1787
+ "attributes": {
1788
+ "long_name": "small phytoplankton carbon",
1789
+ "units": "mmol/m^3",
1790
+ "coordinates": "abs_time",
1791
+ "_FillValue": "AAAAAAAA+H8="
1792
+ },
1793
+ "dimension_names": [
1794
+ "ocean_time",
1795
+ "s_rho",
1796
+ "eta_rho",
1797
+ "xi_rho"
1798
+ ],
1799
+ "zarr_format": 3,
1800
+ "node_type": "array",
1801
+ "storage_transformers": []
1802
+ },
1803
+ "spCaCO3": {
1804
+ "shape": [
1805
+ 1,
1806
+ 3,
1807
+ 7,
1808
+ 7
1809
+ ],
1810
+ "data_type": "float32",
1811
+ "chunk_grid": {
1812
+ "name": "regular",
1813
+ "configuration": {
1814
+ "chunk_shape": [
1815
+ 1,
1816
+ 3,
1817
+ 7,
1818
+ 7
1819
+ ]
1820
+ }
1821
+ },
1822
+ "chunk_key_encoding": {
1823
+ "name": "default",
1824
+ "configuration": {
1825
+ "separator": "/"
1826
+ }
1827
+ },
1828
+ "fill_value": 0.0,
1829
+ "codecs": [
1830
+ {
1831
+ "name": "bytes",
1832
+ "configuration": {
1833
+ "endian": "little"
1834
+ }
1835
+ },
1836
+ {
1837
+ "name": "zstd",
1838
+ "configuration": {
1839
+ "level": 0,
1840
+ "checksum": false
1841
+ }
1842
+ }
1843
+ ],
1844
+ "attributes": {
1845
+ "long_name": "small phytoplankton CaCO3",
1846
+ "units": "mmol/m^3",
1847
+ "coordinates": "abs_time",
1848
+ "_FillValue": "AAAAAAAA+H8="
1849
+ },
1850
+ "dimension_names": [
1851
+ "ocean_time",
1852
+ "s_rho",
1853
+ "eta_rho",
1854
+ "xi_rho"
1855
+ ],
1856
+ "zarr_format": 3,
1857
+ "node_type": "array",
1858
+ "storage_transformers": []
1859
+ },
1860
+ "spChl": {
1861
+ "shape": [
1862
+ 1,
1863
+ 3,
1864
+ 7,
1865
+ 7
1866
+ ],
1867
+ "data_type": "float32",
1868
+ "chunk_grid": {
1869
+ "name": "regular",
1870
+ "configuration": {
1871
+ "chunk_shape": [
1872
+ 1,
1873
+ 3,
1874
+ 7,
1875
+ 7
1876
+ ]
1877
+ }
1878
+ },
1879
+ "chunk_key_encoding": {
1880
+ "name": "default",
1881
+ "configuration": {
1882
+ "separator": "/"
1883
+ }
1884
+ },
1885
+ "fill_value": 0.0,
1886
+ "codecs": [
1887
+ {
1888
+ "name": "bytes",
1889
+ "configuration": {
1890
+ "endian": "little"
1891
+ }
1892
+ },
1893
+ {
1894
+ "name": "zstd",
1895
+ "configuration": {
1896
+ "level": 0,
1897
+ "checksum": false
1898
+ }
1899
+ }
1900
+ ],
1901
+ "attributes": {
1902
+ "long_name": "small phytoplankton chlorophyll",
1903
+ "units": "mg/m^3",
1904
+ "coordinates": "abs_time",
1905
+ "_FillValue": "AAAAAAAA+H8="
1906
+ },
1907
+ "dimension_names": [
1908
+ "ocean_time",
1909
+ "s_rho",
1910
+ "eta_rho",
1911
+ "xi_rho"
1912
+ ],
1913
+ "zarr_format": 3,
1914
+ "node_type": "array",
1915
+ "storage_transformers": []
1916
+ },
1917
+ "spFe": {
1918
+ "shape": [
1919
+ 1,
1920
+ 3,
1921
+ 7,
1922
+ 7
1923
+ ],
1924
+ "data_type": "float32",
1925
+ "chunk_grid": {
1926
+ "name": "regular",
1927
+ "configuration": {
1928
+ "chunk_shape": [
1929
+ 1,
1930
+ 3,
1931
+ 7,
1932
+ 7
1933
+ ]
1934
+ }
1935
+ },
1936
+ "chunk_key_encoding": {
1937
+ "name": "default",
1938
+ "configuration": {
1939
+ "separator": "/"
1940
+ }
1941
+ },
1942
+ "fill_value": 0.0,
1943
+ "codecs": [
1944
+ {
1945
+ "name": "bytes",
1946
+ "configuration": {
1947
+ "endian": "little"
1948
+ }
1949
+ },
1950
+ {
1951
+ "name": "zstd",
1952
+ "configuration": {
1953
+ "level": 0,
1954
+ "checksum": false
1955
+ }
1956
+ }
1957
+ ],
1958
+ "attributes": {
1959
+ "long_name": "small phytoplankton iron",
1960
+ "units": "mmol/m^3",
1961
+ "coordinates": "abs_time",
1962
+ "_FillValue": "AAAAAAAA+H8="
1963
+ },
1964
+ "dimension_names": [
1965
+ "ocean_time",
1966
+ "s_rho",
1967
+ "eta_rho",
1968
+ "xi_rho"
1969
+ ],
1970
+ "zarr_format": 3,
1971
+ "node_type": "array",
1972
+ "storage_transformers": []
1973
+ },
1974
+ "spP": {
1975
+ "shape": [
1976
+ 1,
1977
+ 3,
1978
+ 7,
1979
+ 7
1980
+ ],
1981
+ "data_type": "float32",
1982
+ "chunk_grid": {
1983
+ "name": "regular",
1984
+ "configuration": {
1985
+ "chunk_shape": [
1986
+ 1,
1987
+ 3,
1988
+ 7,
1989
+ 7
1990
+ ]
1991
+ }
1992
+ },
1993
+ "chunk_key_encoding": {
1994
+ "name": "default",
1995
+ "configuration": {
1996
+ "separator": "/"
1997
+ }
1998
+ },
1999
+ "fill_value": 0.0,
2000
+ "codecs": [
2001
+ {
2002
+ "name": "bytes",
2003
+ "configuration": {
2004
+ "endian": "little"
2005
+ }
2006
+ },
2007
+ {
2008
+ "name": "zstd",
2009
+ "configuration": {
2010
+ "level": 0,
2011
+ "checksum": false
2012
+ }
2013
+ }
2014
+ ],
2015
+ "attributes": {
2016
+ "long_name": "small phytoplankton phosphorous",
2017
+ "units": "mmol/m^3",
2018
+ "coordinates": "abs_time",
2019
+ "_FillValue": "AAAAAAAA+H8="
2020
+ },
2021
+ "dimension_names": [
2022
+ "ocean_time",
2023
+ "s_rho",
2024
+ "eta_rho",
2025
+ "xi_rho"
2026
+ ],
2027
+ "zarr_format": 3,
2028
+ "node_type": "array",
2029
+ "storage_transformers": []
2030
+ },
2031
+ "temp": {
2032
+ "shape": [
2033
+ 1,
2034
+ 3,
2035
+ 7,
2036
+ 7
2037
+ ],
2038
+ "data_type": "float32",
2039
+ "chunk_grid": {
2040
+ "name": "regular",
2041
+ "configuration": {
2042
+ "chunk_shape": [
2043
+ 1,
2044
+ 3,
2045
+ 7,
2046
+ 7
2047
+ ]
2048
+ }
2049
+ },
2050
+ "chunk_key_encoding": {
2051
+ "name": "default",
2052
+ "configuration": {
2053
+ "separator": "/"
2054
+ }
2055
+ },
2056
+ "fill_value": 0.0,
2057
+ "codecs": [
2058
+ {
2059
+ "name": "bytes",
2060
+ "configuration": {
2061
+ "endian": "little"
2062
+ }
2063
+ },
2064
+ {
2065
+ "name": "zstd",
2066
+ "configuration": {
2067
+ "level": 0,
2068
+ "checksum": false
2069
+ }
2070
+ }
2071
+ ],
2072
+ "attributes": {
2073
+ "long_name": "potential temperature",
2074
+ "units": "degrees Celsius",
2075
+ "coordinates": "abs_time",
2076
+ "_FillValue": "AAAAAAAA+H8="
2077
+ },
2078
+ "dimension_names": [
2079
+ "ocean_time",
2080
+ "s_rho",
2081
+ "eta_rho",
2082
+ "xi_rho"
2083
+ ],
2084
+ "zarr_format": 3,
2085
+ "node_type": "array",
2086
+ "storage_transformers": []
2087
+ },
2088
+ "u": {
2089
+ "shape": [
2090
+ 1,
2091
+ 3,
2092
+ 7,
2093
+ 6
2094
+ ],
2095
+ "data_type": "float32",
2096
+ "chunk_grid": {
2097
+ "name": "regular",
2098
+ "configuration": {
2099
+ "chunk_shape": [
2100
+ 1,
2101
+ 3,
2102
+ 7,
2103
+ 6
2104
+ ]
2105
+ }
2106
+ },
2107
+ "chunk_key_encoding": {
2108
+ "name": "default",
2109
+ "configuration": {
2110
+ "separator": "/"
2111
+ }
2112
+ },
2113
+ "fill_value": 0.0,
2114
+ "codecs": [
2115
+ {
2116
+ "name": "bytes",
2117
+ "configuration": {
2118
+ "endian": "little"
2119
+ }
2120
+ },
2121
+ {
2122
+ "name": "zstd",
2123
+ "configuration": {
2124
+ "level": 0,
2125
+ "checksum": false
2126
+ }
2127
+ }
2128
+ ],
2129
+ "attributes": {
2130
+ "long_name": "u-flux component",
2131
+ "units": "m/s",
2132
+ "coordinates": "abs_time",
2133
+ "_FillValue": "AAAAAAAA+H8="
2134
+ },
2135
+ "dimension_names": [
2136
+ "ocean_time",
2137
+ "s_rho",
2138
+ "eta_rho",
2139
+ "xi_u"
2140
+ ],
2141
+ "zarr_format": 3,
2142
+ "node_type": "array",
2143
+ "storage_transformers": []
2144
+ },
2145
+ "ubar": {
2146
+ "shape": [
2147
+ 1,
2148
+ 7,
2149
+ 6
2150
+ ],
2151
+ "data_type": "float32",
2152
+ "chunk_grid": {
2153
+ "name": "regular",
2154
+ "configuration": {
2155
+ "chunk_shape": [
2156
+ 1,
2157
+ 7,
2158
+ 6
2159
+ ]
2160
+ }
2161
+ },
2162
+ "chunk_key_encoding": {
2163
+ "name": "default",
2164
+ "configuration": {
2165
+ "separator": "/"
2166
+ }
2167
+ },
2168
+ "fill_value": 0.0,
2169
+ "codecs": [
2170
+ {
2171
+ "name": "bytes",
2172
+ "configuration": {
2173
+ "endian": "little"
2174
+ }
2175
+ },
2176
+ {
2177
+ "name": "zstd",
2178
+ "configuration": {
2179
+ "level": 0,
2180
+ "checksum": false
2181
+ }
2182
+ }
2183
+ ],
2184
+ "attributes": {
2185
+ "long_name": "vertically integrated u-flux component",
2186
+ "units": "m/s",
2187
+ "coordinates": "abs_time",
2188
+ "_FillValue": "AAAAAAAA+H8="
2189
+ },
2190
+ "dimension_names": [
2191
+ "ocean_time",
2192
+ "eta_rho",
2193
+ "xi_u"
2194
+ ],
2195
+ "zarr_format": 3,
2196
+ "node_type": "array",
2197
+ "storage_transformers": []
2198
+ },
2199
+ "v": {
2200
+ "shape": [
2201
+ 1,
2202
+ 3,
2203
+ 6,
2204
+ 7
2205
+ ],
2206
+ "data_type": "float32",
2207
+ "chunk_grid": {
2208
+ "name": "regular",
2209
+ "configuration": {
2210
+ "chunk_shape": [
2211
+ 1,
2212
+ 3,
2213
+ 6,
2214
+ 7
2215
+ ]
2216
+ }
2217
+ },
2218
+ "chunk_key_encoding": {
2219
+ "name": "default",
2220
+ "configuration": {
2221
+ "separator": "/"
2222
+ }
2223
+ },
2224
+ "fill_value": 0.0,
2225
+ "codecs": [
2226
+ {
2227
+ "name": "bytes",
2228
+ "configuration": {
2229
+ "endian": "little"
2230
+ }
2231
+ },
2232
+ {
2233
+ "name": "zstd",
2234
+ "configuration": {
2235
+ "level": 0,
2236
+ "checksum": false
2237
+ }
2238
+ }
2239
+ ],
2240
+ "attributes": {
2241
+ "long_name": "v-flux component",
2242
+ "units": "m/s",
2243
+ "coordinates": "abs_time",
2244
+ "_FillValue": "AAAAAAAA+H8="
2245
+ },
2246
+ "dimension_names": [
2247
+ "ocean_time",
2248
+ "s_rho",
2249
+ "eta_v",
2250
+ "xi_rho"
2251
+ ],
2252
+ "zarr_format": 3,
2253
+ "node_type": "array",
2254
+ "storage_transformers": []
2255
+ },
2256
+ "vbar": {
2257
+ "shape": [
2258
+ 1,
2259
+ 6,
2260
+ 7
2261
+ ],
2262
+ "data_type": "float32",
2263
+ "chunk_grid": {
2264
+ "name": "regular",
2265
+ "configuration": {
2266
+ "chunk_shape": [
2267
+ 1,
2268
+ 6,
2269
+ 7
2270
+ ]
2271
+ }
2272
+ },
2273
+ "chunk_key_encoding": {
2274
+ "name": "default",
2275
+ "configuration": {
2276
+ "separator": "/"
2277
+ }
2278
+ },
2279
+ "fill_value": 0.0,
2280
+ "codecs": [
2281
+ {
2282
+ "name": "bytes",
2283
+ "configuration": {
2284
+ "endian": "little"
2285
+ }
2286
+ },
2287
+ {
2288
+ "name": "zstd",
2289
+ "configuration": {
2290
+ "level": 0,
2291
+ "checksum": false
2292
+ }
2293
+ }
2294
+ ],
2295
+ "attributes": {
2296
+ "long_name": "vertically integrated v-flux component",
2297
+ "units": "m/s",
2298
+ "coordinates": "abs_time",
2299
+ "_FillValue": "AAAAAAAA+H8="
2300
+ },
2301
+ "dimension_names": [
2302
+ "ocean_time",
2303
+ "eta_v",
2304
+ "xi_rho"
2305
+ ],
2306
+ "zarr_format": 3,
2307
+ "node_type": "array",
2308
+ "storage_transformers": []
2309
+ },
2310
+ "w": {
2311
+ "shape": [
2312
+ 1,
2313
+ 4,
2314
+ 7,
2315
+ 7
2316
+ ],
2317
+ "data_type": "float32",
2318
+ "chunk_grid": {
2319
+ "name": "regular",
2320
+ "configuration": {
2321
+ "chunk_shape": [
2322
+ 1,
2323
+ 4,
2324
+ 7,
2325
+ 7
2326
+ ]
2327
+ }
2328
+ },
2329
+ "chunk_key_encoding": {
2330
+ "name": "default",
2331
+ "configuration": {
2332
+ "separator": "/"
2333
+ }
2334
+ },
2335
+ "fill_value": 0.0,
2336
+ "codecs": [
2337
+ {
2338
+ "name": "bytes",
2339
+ "configuration": {
2340
+ "endian": "little"
2341
+ }
2342
+ },
2343
+ {
2344
+ "name": "zstd",
2345
+ "configuration": {
2346
+ "level": 0,
2347
+ "checksum": false
2348
+ }
2349
+ }
2350
+ ],
2351
+ "attributes": {
2352
+ "long_name": "w-flux component",
2353
+ "units": "m/s",
2354
+ "coordinates": "abs_time",
2355
+ "_FillValue": "AAAAAAAA+H8="
2356
+ },
2357
+ "dimension_names": [
2358
+ "ocean_time",
2359
+ "s_w",
2360
+ "eta_rho",
2361
+ "xi_rho"
2362
+ ],
2363
+ "zarr_format": 3,
2364
+ "node_type": "array",
2365
+ "storage_transformers": []
2366
+ },
2367
+ "zeta": {
2368
+ "shape": [
2369
+ 1,
2370
+ 7,
2371
+ 7
2372
+ ],
2373
+ "data_type": "float32",
2374
+ "chunk_grid": {
2375
+ "name": "regular",
2376
+ "configuration": {
2377
+ "chunk_shape": [
2378
+ 1,
2379
+ 7,
2380
+ 7
2381
+ ]
2382
+ }
2383
+ },
2384
+ "chunk_key_encoding": {
2385
+ "name": "default",
2386
+ "configuration": {
2387
+ "separator": "/"
2388
+ }
2389
+ },
2390
+ "fill_value": 0.0,
2391
+ "codecs": [
2392
+ {
2393
+ "name": "bytes",
2394
+ "configuration": {
2395
+ "endian": "little"
2396
+ }
2397
+ },
2398
+ {
2399
+ "name": "zstd",
2400
+ "configuration": {
2401
+ "level": 0,
2402
+ "checksum": false
2403
+ }
2404
+ }
2405
+ ],
2406
+ "attributes": {
2407
+ "long_name": "sea surface height",
2408
+ "units": "m",
2409
+ "coordinates": "abs_time",
2410
+ "_FillValue": "AAAAAAAA+H8="
2411
+ },
2412
+ "dimension_names": [
2413
+ "ocean_time",
2414
+ "eta_rho",
2415
+ "xi_rho"
2416
+ ],
2417
+ "zarr_format": 3,
2418
+ "node_type": "array",
2419
+ "storage_transformers": []
2420
+ },
2421
+ "zooC": {
2422
+ "shape": [
2423
+ 1,
2424
+ 3,
2425
+ 7,
2426
+ 7
2427
+ ],
2428
+ "data_type": "float32",
2429
+ "chunk_grid": {
2430
+ "name": "regular",
2431
+ "configuration": {
2432
+ "chunk_shape": [
2433
+ 1,
2434
+ 3,
2435
+ 7,
2436
+ 7
2437
+ ]
2438
+ }
2439
+ },
2440
+ "chunk_key_encoding": {
2441
+ "name": "default",
2442
+ "configuration": {
2443
+ "separator": "/"
2444
+ }
2445
+ },
2446
+ "fill_value": 0.0,
2447
+ "codecs": [
2448
+ {
2449
+ "name": "bytes",
2450
+ "configuration": {
2451
+ "endian": "little"
2452
+ }
2453
+ },
2454
+ {
2455
+ "name": "zstd",
2456
+ "configuration": {
2457
+ "level": 0,
2458
+ "checksum": false
2459
+ }
2460
+ }
2461
+ ],
2462
+ "attributes": {
2463
+ "long_name": "zooplankton carbon",
2464
+ "units": "mmol/m^3",
2465
+ "coordinates": "abs_time",
2466
+ "_FillValue": "AAAAAAAA+H8="
2467
+ },
2468
+ "dimension_names": [
2469
+ "ocean_time",
2470
+ "s_rho",
2471
+ "eta_rho",
2472
+ "xi_rho"
2473
+ ],
2474
+ "zarr_format": 3,
2475
+ "node_type": "array",
2476
+ "storage_transformers": []
2477
+ }
2478
+ }
2479
+ },
2480
+ "node_type": "group"
2481
+ }