roms-tools 3.2.0__py3-none-any.whl → 3.3.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 (202) hide show
  1. roms_tools/__init__.py +1 -1
  2. roms_tools/plot.py +38 -30
  3. roms_tools/setup/boundary_forcing.py +2 -2
  4. roms_tools/setup/grid.py +13 -5
  5. roms_tools/setup/initial_conditions.py +5 -5
  6. roms_tools/setup/{datasets.py → lat_lon_datasets.py} +23 -804
  7. roms_tools/setup/nesting.py +262 -90
  8. roms_tools/setup/river_datasets.py +527 -0
  9. roms_tools/setup/river_forcing.py +2 -2
  10. roms_tools/setup/surface_forcing.py +4 -4
  11. roms_tools/setup/tides.py +1 -1
  12. roms_tools/setup/topography.py +4 -6
  13. roms_tools/setup/utils.py +263 -2
  14. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_east/c/0/0/0 +0 -0
  15. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_north/c/0/0/0 +0 -0
  16. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  17. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_east/c/0/0/0 +0 -0
  18. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_north/c/0/0/0 +0 -0
  19. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  20. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_east/c/0/0/0 +0 -0
  21. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_north/c/0/0/0 +0 -0
  22. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  23. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_east/c/0/0/0 +0 -0
  24. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_north/c/0/0/0 +0 -0
  25. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  26. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_east/c/0/0/0 +0 -0
  27. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_north/c/0/0/0 +0 -0
  28. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  29. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_east/c/0/0/0 +0 -0
  30. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_north/c/0/0/0 +0 -0
  31. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  32. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_east/c/0/0/0 +0 -0
  33. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_north/c/0/0/0 +0 -0
  34. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/c/0/0/0 +0 -0
  35. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_east/c/0/0/0 +0 -0
  36. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_north/c/0/0/0 +0 -0
  37. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  38. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_east/c/0/0/0 +0 -0
  39. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_north/c/0/0/0 +0 -0
  40. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  41. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_east/c/0/0/0 +0 -0
  42. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_north/c/0/0/0 +0 -0
  43. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  44. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_east/c/0/0/0 +0 -0
  45. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_north/c/0/0/0 +0 -0
  46. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  47. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_east/c/0/0/0 +0 -0
  48. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_north/c/0/0/0 +0 -0
  49. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  50. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_east/c/0/0/0 +0 -0
  51. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_north/c/0/0/0 +0 -0
  52. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  53. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_east/c/0/0/0 +0 -0
  54. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_north/c/0/0/0 +0 -0
  55. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  56. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_east/c/0/0/0 +0 -0
  57. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_north/c/0/0/0 +0 -0
  58. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/c/0/0/0 +0 -0
  59. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_east/c/0/0/0 +0 -0
  60. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_north/c/0/0/0 +0 -0
  61. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/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/SiO3_west/c/0/0/0 +0 -0
  65. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_east/c/0/0/0 +0 -0
  66. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_north/c/0/0/0 +0 -0
  67. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  68. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_east/c/0/0/0 +0 -0
  69. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_north/c/0/0/0 +0 -0
  70. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  71. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_east/c/0/0/0 +0 -0
  72. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_north/c/0/0/0 +0 -0
  73. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  74. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_east/c/0/0/0 +0 -0
  75. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_north/c/0/0/0 +0 -0
  76. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  77. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_east/c/0/0/0 +0 -0
  78. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_north/c/0/0/0 +0 -0
  79. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  80. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_east/c/0/0/0 +0 -0
  81. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_north/c/0/0/0 +0 -0
  82. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  83. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_east/c/0/0/0 +0 -0
  84. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_north/c/0/0/0 +0 -0
  85. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  86. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_east/c/0/0/0 +0 -0
  87. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_north/c/0/0/0 +0 -0
  88. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  89. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_east/c/0/0/0 +0 -0
  90. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_north/c/0/0/0 +0 -0
  91. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  92. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_east/c/0/0/0 +0 -0
  93. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_north/c/0/0/0 +0 -0
  94. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/c/0/0/0 +0 -0
  95. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_east/c/0/0/0 +0 -0
  96. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_north/c/0/0/0 +0 -0
  97. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  98. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_east/c/0/0/0 +0 -0
  99. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_north/c/0/0/0 +0 -0
  100. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  101. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_east/c/0/0/0 +0 -0
  102. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_north/c/0/0/0 +0 -0
  103. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  104. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_east/c/0/0/0 +0 -0
  105. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_north/c/0/0/0 +0 -0
  106. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/c/0/0/0 +0 -0
  107. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zarr.json +406 -406
  108. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_east/c/0/0/0 +0 -0
  109. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_north/c/0/0/0 +0 -0
  110. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  111. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_east/c/0/0/0 +0 -0
  112. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_north/c/0/0/0 +0 -0
  113. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_south/c/0/0/0 +0 -0
  114. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/salt_west/c/0/0/0 +0 -0
  115. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_east/c/0/0/0 +0 -0
  116. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_north/c/0/0/0 +0 -0
  117. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_south/c/0/0/0 +0 -0
  118. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/temp_west/c/0/0/0 +0 -0
  119. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_east/c/0/0/0 +0 -0
  120. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_north/c/0/0/0 +0 -0
  121. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_south/c/0/0/0 +0 -0
  122. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/u_west/c/0/0/0 +0 -0
  123. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_east/c/0/0 +0 -0
  124. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_north/c/0/0 +0 -0
  125. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_south/c/0/0 +0 -0
  126. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/ubar_west/c/0/0 +0 -0
  127. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_east/c/0/0/0 +0 -0
  128. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_north/c/0/0/0 +0 -0
  129. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_south/c/0/0/0 +0 -0
  130. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/v_west/c/0/0/0 +0 -0
  131. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_east/c/0/0 +0 -0
  132. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_north/c/0/0 +0 -0
  133. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_south/c/0/0 +0 -0
  134. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/vbar_west/c/0/0 +0 -0
  135. roms_tools/tests/test_setup/test_data/boundary_forcing.zarr/zarr.json +182 -182
  136. roms_tools/tests/test_setup/test_data/grid.zarr/h/c/0/0 +0 -0
  137. roms_tools/tests/test_setup/test_data/grid.zarr/zarr.json +191 -191
  138. roms_tools/tests/test_setup/test_data/grid_that_straddles_dateline.zarr/h/c/0/0 +0 -0
  139. roms_tools/tests/test_setup/test_data/grid_that_straddles_dateline.zarr/zarr.json +210 -210
  140. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/ALK/c/0/0/0/0 +0 -0
  141. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/ALK_ALT_CO2/c/0/0/0/0 +0 -0
  142. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DIC/c/0/0/0/0 +0 -0
  143. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DIC_ALT_CO2/c/0/0/0/0 +0 -0
  144. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOC/c/0/0/0/0 +0 -0
  145. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOCr/c/0/0/0/0 +0 -0
  146. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DON/c/0/0/0/0 +0 -0
  147. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DONr/c/0/0/0/0 +0 -0
  148. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOP/c/0/0/0/0 +0 -0
  149. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/DOPr/c/0/0/0/0 +0 -0
  150. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/Fe/c/0/0/0/0 +0 -0
  151. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/Lig/c/0/0/0/0 +0 -0
  152. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/NH4/c/0/0/0/0 +0 -0
  153. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/NO3/c/0/0/0/0 +0 -0
  154. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/O2/c/0/0/0/0 +0 -0
  155. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/PO4/c/0/0/0/0 +0 -0
  156. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/SiO3/c/0/0/0/0 +0 -0
  157. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatC/c/0/0/0/0 +0 -0
  158. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatChl/c/0/0/0/0 +0 -0
  159. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatFe/c/0/0/0/0 +0 -0
  160. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatP/c/0/0/0/0 +0 -0
  161. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diatSi/c/0/0/0/0 +0 -0
  162. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazC/c/0/0/0/0 +0 -0
  163. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazChl/c/0/0/0/0 +0 -0
  164. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazFe/c/0/0/0/0 +0 -0
  165. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/diazP/c/0/0/0/0 +0 -0
  166. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/salt/c/0/0/0/0 +0 -0
  167. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spC/c/0/0/0/0 +0 -0
  168. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spCaCO3/c/0/0/0/0 +0 -0
  169. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spChl/c/0/0/0/0 +0 -0
  170. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spFe/c/0/0/0/0 +0 -0
  171. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/spP/c/0/0/0/0 +0 -0
  172. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/temp/c/0/0/0/0 +0 -0
  173. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/u/c/0/0/0/0 +0 -0
  174. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/ubar/c/0/0/0 +0 -0
  175. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/v/c/0/0/0/0 +0 -0
  176. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/vbar/c/0/0/0 +0 -0
  177. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/zarr.json +182 -182
  178. roms_tools/tests/test_setup/test_data/initial_conditions_with_bgc_from_climatology.zarr/zooC/c/0/0/0/0 +0 -0
  179. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/salt/c/0/0/0/0 +0 -0
  180. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/temp/c/0/0/0/0 +0 -0
  181. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/u/c/0/0/0/0 +0 -0
  182. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/ubar/c/0/0/0 +0 -0
  183. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/v/c/0/0/0/0 +0 -0
  184. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/vbar/c/0/0/0 +0 -0
  185. roms_tools/tests/test_setup/test_data/initial_conditions_with_unified_bgc_from_climatology.zarr/zarr.json +187 -187
  186. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/u_Im/c/0/0/0 +0 -0
  187. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/u_Re/c/0/0/0 +0 -0
  188. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/v_Im/c/0/0/0 +0 -0
  189. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/v_Re/c/0/0/0 +0 -0
  190. roms_tools/tests/test_setup/test_data/tidal_forcing.zarr/zarr.json +66 -66
  191. roms_tools/tests/test_setup/test_grid.py +14 -0
  192. roms_tools/tests/test_setup/test_initial_conditions.py +1 -1
  193. roms_tools/tests/test_setup/{test_datasets.py → test_lat_lon_datasets.py} +22 -61
  194. roms_tools/tests/test_setup/test_nesting.py +119 -31
  195. roms_tools/tests/test_setup/test_river_datasets.py +48 -0
  196. roms_tools/tests/test_setup/test_surface_forcing.py +1 -1
  197. roms_tools/tests/test_setup/test_utils.py +1 -1
  198. {roms_tools-3.2.0.dist-info → roms_tools-3.3.0.dist-info}/METADATA +1 -1
  199. {roms_tools-3.2.0.dist-info → roms_tools-3.3.0.dist-info}/RECORD +202 -200
  200. {roms_tools-3.2.0.dist-info → roms_tools-3.3.0.dist-info}/WHEEL +0 -0
  201. {roms_tools-3.2.0.dist-info → roms_tools-3.3.0.dist-info}/licenses/LICENSE +0 -0
  202. {roms_tools-3.2.0.dist-info → roms_tools-3.3.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.3.dev32+g91d580e67.d20250929",
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,7 +18,7 @@
18
18
  "kind": "inline",
19
19
  "must_understand": false,
20
20
  "metadata": {
21
- "SiO3_west": {
21
+ "diatChl_south": {
22
22
  "shape": [
23
23
  12,
24
24
  3,
@@ -58,21 +58,21 @@
58
58
  }
59
59
  ],
60
60
  "attributes": {
61
- "long_name": "western boundary dissolved inorganic silicate",
62
- "units": "mmol/m^3",
61
+ "long_name": "southern boundary diatom chloropyll",
62
+ "units": "mg/m^3",
63
63
  "coordinates": "abs_time month",
64
64
  "_FillValue": "AAAAAAAA+H8="
65
65
  },
66
66
  "dimension_names": [
67
67
  "bry_time",
68
68
  "s_rho",
69
- "eta_rho"
69
+ "xi_rho"
70
70
  ],
71
71
  "zarr_format": 3,
72
72
  "node_type": "array",
73
73
  "storage_transformers": []
74
74
  },
75
- "diatSi_west": {
75
+ "DOC_north": {
76
76
  "shape": [
77
77
  12,
78
78
  3,
@@ -112,7 +112,7 @@
112
112
  }
113
113
  ],
114
114
  "attributes": {
115
- "long_name": "western boundary diatom silicate",
115
+ "long_name": "northern boundary dissolved organic carbon",
116
116
  "units": "mmol/m^3",
117
117
  "coordinates": "abs_time month",
118
118
  "_FillValue": "AAAAAAAA+H8="
@@ -120,13 +120,13 @@
120
120
  "dimension_names": [
121
121
  "bry_time",
122
122
  "s_rho",
123
- "eta_rho"
123
+ "xi_rho"
124
124
  ],
125
125
  "zarr_format": 3,
126
126
  "node_type": "array",
127
127
  "storage_transformers": []
128
128
  },
129
- "diatSi_south": {
129
+ "spP_east": {
130
130
  "shape": [
131
131
  12,
132
132
  3,
@@ -166,7 +166,7 @@
166
166
  }
167
167
  ],
168
168
  "attributes": {
169
- "long_name": "southern boundary diatom silicate",
169
+ "long_name": "eastern boundary small phytoplankton phosphorous",
170
170
  "units": "mmol/m^3",
171
171
  "coordinates": "abs_time month",
172
172
  "_FillValue": "AAAAAAAA+H8="
@@ -174,13 +174,13 @@
174
174
  "dimension_names": [
175
175
  "bry_time",
176
176
  "s_rho",
177
- "xi_rho"
177
+ "eta_rho"
178
178
  ],
179
179
  "zarr_format": 3,
180
180
  "node_type": "array",
181
181
  "storage_transformers": []
182
182
  },
183
- "spP_east": {
183
+ "DIC_ALT_CO2_north": {
184
184
  "shape": [
185
185
  12,
186
186
  3,
@@ -220,7 +220,7 @@
220
220
  }
221
221
  ],
222
222
  "attributes": {
223
- "long_name": "eastern boundary small phytoplankton phosphorous",
223
+ "long_name": "northern boundary dissolved inorganic carbon, alternative CO2",
224
224
  "units": "mmol/m^3",
225
225
  "coordinates": "abs_time month",
226
226
  "_FillValue": "AAAAAAAA+H8="
@@ -228,26 +228,22 @@
228
228
  "dimension_names": [
229
229
  "bry_time",
230
230
  "s_rho",
231
- "eta_rho"
231
+ "xi_rho"
232
232
  ],
233
233
  "zarr_format": 3,
234
234
  "node_type": "array",
235
235
  "storage_transformers": []
236
236
  },
237
- "DIC_ALT_CO2_north": {
237
+ "month": {
238
238
  "shape": [
239
- 12,
240
- 3,
241
- 4
239
+ 12
242
240
  ],
243
- "data_type": "float32",
241
+ "data_type": "int64",
244
242
  "chunk_grid": {
245
243
  "name": "regular",
246
244
  "configuration": {
247
245
  "chunk_shape": [
248
- 12,
249
- 3,
250
- 4
246
+ 12
251
247
  ]
252
248
  }
253
249
  },
@@ -257,7 +253,7 @@
257
253
  "separator": "/"
258
254
  }
259
255
  },
260
- "fill_value": 0.0,
256
+ "fill_value": 0,
261
257
  "codecs": [
262
258
  {
263
259
  "name": "bytes",
@@ -274,21 +270,16 @@
274
270
  }
275
271
  ],
276
272
  "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="
273
+ "long_name": "Month index (1-12)"
281
274
  },
282
275
  "dimension_names": [
283
- "bry_time",
284
- "s_rho",
285
- "xi_rho"
276
+ "bry_time"
286
277
  ],
287
278
  "zarr_format": 3,
288
279
  "node_type": "array",
289
280
  "storage_transformers": []
290
281
  },
291
- "DOC_north": {
282
+ "diatSi_west": {
292
283
  "shape": [
293
284
  12,
294
285
  3,
@@ -328,7 +319,7 @@
328
319
  }
329
320
  ],
330
321
  "attributes": {
331
- "long_name": "northern boundary dissolved organic carbon",
322
+ "long_name": "western boundary diatom silicate",
332
323
  "units": "mmol/m^3",
333
324
  "coordinates": "abs_time month",
334
325
  "_FillValue": "AAAAAAAA+H8="
@@ -336,13 +327,13 @@
336
327
  "dimension_names": [
337
328
  "bry_time",
338
329
  "s_rho",
339
- "xi_rho"
330
+ "eta_rho"
340
331
  ],
341
332
  "zarr_format": 3,
342
333
  "node_type": "array",
343
334
  "storage_transformers": []
344
335
  },
345
- "spC_west": {
336
+ "spChl_north": {
346
337
  "shape": [
347
338
  12,
348
339
  3,
@@ -382,30 +373,34 @@
382
373
  }
383
374
  ],
384
375
  "attributes": {
385
- "long_name": "western boundary small phytoplankton carbon",
386
- "units": "mmol/m^3",
376
+ "long_name": "northern boundary small phytoplankton chlorophyll",
377
+ "units": "mg/m^3",
387
378
  "coordinates": "abs_time month",
388
379
  "_FillValue": "AAAAAAAA+H8="
389
380
  },
390
381
  "dimension_names": [
391
382
  "bry_time",
392
383
  "s_rho",
393
- "eta_rho"
384
+ "xi_rho"
394
385
  ],
395
386
  "zarr_format": 3,
396
387
  "node_type": "array",
397
388
  "storage_transformers": []
398
389
  },
399
- "month": {
390
+ "diatSi_south": {
400
391
  "shape": [
401
- 12
392
+ 12,
393
+ 3,
394
+ 4
402
395
  ],
403
- "data_type": "int64",
396
+ "data_type": "float32",
404
397
  "chunk_grid": {
405
398
  "name": "regular",
406
399
  "configuration": {
407
400
  "chunk_shape": [
408
- 12
401
+ 12,
402
+ 3,
403
+ 4
409
404
  ]
410
405
  }
411
406
  },
@@ -415,7 +410,7 @@
415
410
  "separator": "/"
416
411
  }
417
412
  },
418
- "fill_value": 0,
413
+ "fill_value": 0.0,
419
414
  "codecs": [
420
415
  {
421
416
  "name": "bytes",
@@ -432,16 +427,21 @@
432
427
  }
433
428
  ],
434
429
  "attributes": {
435
- "long_name": "Month index (1-12)"
430
+ "long_name": "southern boundary diatom silicate",
431
+ "units": "mmol/m^3",
432
+ "coordinates": "abs_time month",
433
+ "_FillValue": "AAAAAAAA+H8="
436
434
  },
437
435
  "dimension_names": [
438
- "bry_time"
436
+ "bry_time",
437
+ "s_rho",
438
+ "xi_rho"
439
439
  ],
440
440
  "zarr_format": 3,
441
441
  "node_type": "array",
442
442
  "storage_transformers": []
443
443
  },
444
- "diazP_south": {
444
+ "SiO3_west": {
445
445
  "shape": [
446
446
  12,
447
447
  3,
@@ -481,7 +481,7 @@
481
481
  }
482
482
  ],
483
483
  "attributes": {
484
- "long_name": "southern boundary diazotroph phosphorus",
484
+ "long_name": "western boundary dissolved inorganic silicate",
485
485
  "units": "mmol/m^3",
486
486
  "coordinates": "abs_time month",
487
487
  "_FillValue": "AAAAAAAA+H8="
@@ -489,13 +489,13 @@
489
489
  "dimension_names": [
490
490
  "bry_time",
491
491
  "s_rho",
492
- "xi_rho"
492
+ "eta_rho"
493
493
  ],
494
494
  "zarr_format": 3,
495
495
  "node_type": "array",
496
496
  "storage_transformers": []
497
497
  },
498
- "spChl_north": {
498
+ "spC_west": {
499
499
  "shape": [
500
500
  12,
501
501
  3,
@@ -535,21 +535,21 @@
535
535
  }
536
536
  ],
537
537
  "attributes": {
538
- "long_name": "northern boundary small phytoplankton chlorophyll",
539
- "units": "mg/m^3",
538
+ "long_name": "western boundary small phytoplankton carbon",
539
+ "units": "mmol/m^3",
540
540
  "coordinates": "abs_time month",
541
541
  "_FillValue": "AAAAAAAA+H8="
542
542
  },
543
543
  "dimension_names": [
544
544
  "bry_time",
545
545
  "s_rho",
546
- "xi_rho"
546
+ "eta_rho"
547
547
  ],
548
548
  "zarr_format": 3,
549
549
  "node_type": "array",
550
550
  "storage_transformers": []
551
551
  },
552
- "diatChl_south": {
552
+ "Lig_east": {
553
553
  "shape": [
554
554
  12,
555
555
  3,
@@ -589,21 +589,21 @@
589
589
  }
590
590
  ],
591
591
  "attributes": {
592
- "long_name": "southern boundary diatom chloropyll",
593
- "units": "mg/m^3",
592
+ "long_name": "eastern boundary iron binding ligand",
593
+ "units": "mmol/m^3",
594
594
  "coordinates": "abs_time month",
595
595
  "_FillValue": "AAAAAAAA+H8="
596
596
  },
597
597
  "dimension_names": [
598
598
  "bry_time",
599
599
  "s_rho",
600
- "xi_rho"
600
+ "eta_rho"
601
601
  ],
602
602
  "zarr_format": 3,
603
603
  "node_type": "array",
604
604
  "storage_transformers": []
605
605
  },
606
- "diazP_east": {
606
+ "zooC_north": {
607
607
  "shape": [
608
608
  12,
609
609
  3,
@@ -643,7 +643,7 @@
643
643
  }
644
644
  ],
645
645
  "attributes": {
646
- "long_name": "eastern boundary diazotroph phosphorus",
646
+ "long_name": "northern boundary zooplankton carbon",
647
647
  "units": "mmol/m^3",
648
648
  "coordinates": "abs_time month",
649
649
  "_FillValue": "AAAAAAAA+H8="
@@ -651,13 +651,13 @@
651
651
  "dimension_names": [
652
652
  "bry_time",
653
653
  "s_rho",
654
- "eta_rho"
654
+ "xi_rho"
655
655
  ],
656
656
  "zarr_format": 3,
657
657
  "node_type": "array",
658
658
  "storage_transformers": []
659
659
  },
660
- "DON_south": {
660
+ "ALK_south": {
661
661
  "shape": [
662
662
  12,
663
663
  3,
@@ -697,8 +697,8 @@
697
697
  }
698
698
  ],
699
699
  "attributes": {
700
- "long_name": "southern boundary dissolved organic nitrogen",
701
- "units": "mmol/m^3",
700
+ "long_name": "southern boundary alkalinity",
701
+ "units": "meq/m^3",
702
702
  "coordinates": "abs_time month",
703
703
  "_FillValue": "AAAAAAAA+H8="
704
704
  },
@@ -711,7 +711,7 @@
711
711
  "node_type": "array",
712
712
  "storage_transformers": []
713
713
  },
714
- "ALK_south": {
714
+ "diazChl_east": {
715
715
  "shape": [
716
716
  12,
717
717
  3,
@@ -751,21 +751,21 @@
751
751
  }
752
752
  ],
753
753
  "attributes": {
754
- "long_name": "southern boundary alkalinity",
755
- "units": "meq/m^3",
754
+ "long_name": "eastern boundary diazotroph chloropyll",
755
+ "units": "mg/m^3",
756
756
  "coordinates": "abs_time month",
757
757
  "_FillValue": "AAAAAAAA+H8="
758
758
  },
759
759
  "dimension_names": [
760
760
  "bry_time",
761
761
  "s_rho",
762
- "xi_rho"
762
+ "eta_rho"
763
763
  ],
764
764
  "zarr_format": 3,
765
765
  "node_type": "array",
766
766
  "storage_transformers": []
767
767
  },
768
- "Lig_east": {
768
+ "diazP_south": {
769
769
  "shape": [
770
770
  12,
771
771
  3,
@@ -805,7 +805,7 @@
805
805
  }
806
806
  ],
807
807
  "attributes": {
808
- "long_name": "eastern boundary iron binding ligand",
808
+ "long_name": "southern boundary diazotroph phosphorus",
809
809
  "units": "mmol/m^3",
810
810
  "coordinates": "abs_time month",
811
811
  "_FillValue": "AAAAAAAA+H8="
@@ -813,7 +813,7 @@
813
813
  "dimension_names": [
814
814
  "bry_time",
815
815
  "s_rho",
816
- "eta_rho"
816
+ "xi_rho"
817
817
  ],
818
818
  "zarr_format": 3,
819
819
  "node_type": "array",
@@ -873,7 +873,7 @@
873
873
  "node_type": "array",
874
874
  "storage_transformers": []
875
875
  },
876
- "zooC_north": {
876
+ "diazP_east": {
877
877
  "shape": [
878
878
  12,
879
879
  3,
@@ -913,7 +913,7 @@
913
913
  }
914
914
  ],
915
915
  "attributes": {
916
- "long_name": "northern boundary zooplankton carbon",
916
+ "long_name": "eastern boundary diazotroph phosphorus",
917
917
  "units": "mmol/m^3",
918
918
  "coordinates": "abs_time month",
919
919
  "_FillValue": "AAAAAAAA+H8="
@@ -921,13 +921,13 @@
921
921
  "dimension_names": [
922
922
  "bry_time",
923
923
  "s_rho",
924
- "xi_rho"
924
+ "eta_rho"
925
925
  ],
926
926
  "zarr_format": 3,
927
927
  "node_type": "array",
928
928
  "storage_transformers": []
929
929
  },
930
- "SiO3_south": {
930
+ "spC_south": {
931
931
  "shape": [
932
932
  12,
933
933
  3,
@@ -967,7 +967,7 @@
967
967
  }
968
968
  ],
969
969
  "attributes": {
970
- "long_name": "southern boundary dissolved inorganic silicate",
970
+ "long_name": "southern boundary small phytoplankton carbon",
971
971
  "units": "mmol/m^3",
972
972
  "coordinates": "abs_time month",
973
973
  "_FillValue": "AAAAAAAA+H8="
@@ -981,7 +981,7 @@
981
981
  "node_type": "array",
982
982
  "storage_transformers": []
983
983
  },
984
- "diazChl_east": {
984
+ "DON_south": {
985
985
  "shape": [
986
986
  12,
987
987
  3,
@@ -1021,21 +1021,21 @@
1021
1021
  }
1022
1022
  ],
1023
1023
  "attributes": {
1024
- "long_name": "eastern boundary diazotroph chloropyll",
1025
- "units": "mg/m^3",
1024
+ "long_name": "southern boundary dissolved organic nitrogen",
1025
+ "units": "mmol/m^3",
1026
1026
  "coordinates": "abs_time month",
1027
1027
  "_FillValue": "AAAAAAAA+H8="
1028
1028
  },
1029
1029
  "dimension_names": [
1030
1030
  "bry_time",
1031
1031
  "s_rho",
1032
- "eta_rho"
1032
+ "xi_rho"
1033
1033
  ],
1034
1034
  "zarr_format": 3,
1035
1035
  "node_type": "array",
1036
1036
  "storage_transformers": []
1037
1037
  },
1038
- "spFe_west": {
1038
+ "SiO3_south": {
1039
1039
  "shape": [
1040
1040
  12,
1041
1041
  3,
@@ -1075,7 +1075,7 @@
1075
1075
  }
1076
1076
  ],
1077
1077
  "attributes": {
1078
- "long_name": "western boundary small phytoplankton iron",
1078
+ "long_name": "southern boundary dissolved inorganic silicate",
1079
1079
  "units": "mmol/m^3",
1080
1080
  "coordinates": "abs_time month",
1081
1081
  "_FillValue": "AAAAAAAA+H8="
@@ -1083,13 +1083,13 @@
1083
1083
  "dimension_names": [
1084
1084
  "bry_time",
1085
1085
  "s_rho",
1086
- "eta_rho"
1086
+ "xi_rho"
1087
1087
  ],
1088
1088
  "zarr_format": 3,
1089
1089
  "node_type": "array",
1090
1090
  "storage_transformers": []
1091
1091
  },
1092
- "spCaCO3_east": {
1092
+ "spFe_west": {
1093
1093
  "shape": [
1094
1094
  12,
1095
1095
  3,
@@ -1129,7 +1129,7 @@
1129
1129
  }
1130
1130
  ],
1131
1131
  "attributes": {
1132
- "long_name": "eastern boundary small phytoplankton CaCO3",
1132
+ "long_name": "western boundary small phytoplankton iron",
1133
1133
  "units": "mmol/m^3",
1134
1134
  "coordinates": "abs_time month",
1135
1135
  "_FillValue": "AAAAAAAA+H8="
@@ -1197,7 +1197,7 @@
1197
1197
  "node_type": "array",
1198
1198
  "storage_transformers": []
1199
1199
  },
1200
- "spC_south": {
1200
+ "spChl_west": {
1201
1201
  "shape": [
1202
1202
  12,
1203
1203
  3,
@@ -1237,21 +1237,21 @@
1237
1237
  }
1238
1238
  ],
1239
1239
  "attributes": {
1240
- "long_name": "southern boundary small phytoplankton carbon",
1241
- "units": "mmol/m^3",
1240
+ "long_name": "western boundary small phytoplankton chlorophyll",
1241
+ "units": "mg/m^3",
1242
1242
  "coordinates": "abs_time month",
1243
1243
  "_FillValue": "AAAAAAAA+H8="
1244
1244
  },
1245
1245
  "dimension_names": [
1246
1246
  "bry_time",
1247
1247
  "s_rho",
1248
- "xi_rho"
1248
+ "eta_rho"
1249
1249
  ],
1250
1250
  "zarr_format": 3,
1251
1251
  "node_type": "array",
1252
1252
  "storage_transformers": []
1253
1253
  },
1254
- "spFe_north": {
1254
+ "spCaCO3_east": {
1255
1255
  "shape": [
1256
1256
  12,
1257
1257
  3,
@@ -1291,7 +1291,7 @@
1291
1291
  }
1292
1292
  ],
1293
1293
  "attributes": {
1294
- "long_name": "northern boundary small phytoplankton iron",
1294
+ "long_name": "eastern boundary small phytoplankton CaCO3",
1295
1295
  "units": "mmol/m^3",
1296
1296
  "coordinates": "abs_time month",
1297
1297
  "_FillValue": "AAAAAAAA+H8="
@@ -1299,13 +1299,13 @@
1299
1299
  "dimension_names": [
1300
1300
  "bry_time",
1301
1301
  "s_rho",
1302
- "xi_rho"
1302
+ "eta_rho"
1303
1303
  ],
1304
1304
  "zarr_format": 3,
1305
1305
  "node_type": "array",
1306
1306
  "storage_transformers": []
1307
1307
  },
1308
- "spChl_west": {
1308
+ "DOPr_north": {
1309
1309
  "shape": [
1310
1310
  12,
1311
1311
  3,
@@ -1345,15 +1345,15 @@
1345
1345
  }
1346
1346
  ],
1347
1347
  "attributes": {
1348
- "long_name": "western boundary small phytoplankton chlorophyll",
1349
- "units": "mg/m^3",
1348
+ "long_name": "northern boundary refractory dissolved organic phosphorus",
1349
+ "units": "mmol/m^3",
1350
1350
  "coordinates": "abs_time month",
1351
1351
  "_FillValue": "AAAAAAAA+H8="
1352
1352
  },
1353
1353
  "dimension_names": [
1354
1354
  "bry_time",
1355
1355
  "s_rho",
1356
- "eta_rho"
1356
+ "xi_rho"
1357
1357
  ],
1358
1358
  "zarr_format": 3,
1359
1359
  "node_type": "array",
@@ -1413,16 +1413,20 @@
1413
1413
  "node_type": "array",
1414
1414
  "storage_transformers": []
1415
1415
  },
1416
- "abs_time": {
1416
+ "ALK_ALT_CO2_north": {
1417
1417
  "shape": [
1418
- 12
1418
+ 12,
1419
+ 3,
1420
+ 4
1419
1421
  ],
1420
- "data_type": "int64",
1422
+ "data_type": "float32",
1421
1423
  "chunk_grid": {
1422
1424
  "name": "regular",
1423
1425
  "configuration": {
1424
1426
  "chunk_shape": [
1425
- 12
1427
+ 12,
1428
+ 3,
1429
+ 4
1426
1430
  ]
1427
1431
  }
1428
1432
  },
@@ -1432,7 +1436,7 @@
1432
1436
  "separator": "/"
1433
1437
  }
1434
1438
  },
1435
- "fill_value": 0,
1439
+ "fill_value": 0.0,
1436
1440
  "codecs": [
1437
1441
  {
1438
1442
  "name": "bytes",
@@ -1449,18 +1453,21 @@
1449
1453
  }
1450
1454
  ],
1451
1455
  "attributes": {
1452
- "long_name": "absolute time",
1453
- "units": "days since 2000-01-16 00:00:00",
1454
- "calendar": "proleptic_gregorian"
1456
+ "long_name": "northern boundary alkalinity, alternative CO2",
1457
+ "units": "meq/m^3",
1458
+ "coordinates": "abs_time month",
1459
+ "_FillValue": "AAAAAAAA+H8="
1455
1460
  },
1456
1461
  "dimension_names": [
1457
- "bry_time"
1462
+ "bry_time",
1463
+ "s_rho",
1464
+ "xi_rho"
1458
1465
  ],
1459
1466
  "zarr_format": 3,
1460
1467
  "node_type": "array",
1461
1468
  "storage_transformers": []
1462
1469
  },
1463
- "DOCr_west": {
1470
+ "spFe_north": {
1464
1471
  "shape": [
1465
1472
  12,
1466
1473
  3,
@@ -1500,7 +1507,7 @@
1500
1507
  }
1501
1508
  ],
1502
1509
  "attributes": {
1503
- "long_name": "western boundary refractory dissolved organic carbon",
1510
+ "long_name": "northern boundary small phytoplankton iron",
1504
1511
  "units": "mmol/m^3",
1505
1512
  "coordinates": "abs_time month",
1506
1513
  "_FillValue": "AAAAAAAA+H8="
@@ -1508,13 +1515,13 @@
1508
1515
  "dimension_names": [
1509
1516
  "bry_time",
1510
1517
  "s_rho",
1511
- "eta_rho"
1518
+ "xi_rho"
1512
1519
  ],
1513
1520
  "zarr_format": 3,
1514
1521
  "node_type": "array",
1515
1522
  "storage_transformers": []
1516
1523
  },
1517
- "DOPr_north": {
1524
+ "DOCr_west": {
1518
1525
  "shape": [
1519
1526
  12,
1520
1527
  3,
@@ -1554,7 +1561,7 @@
1554
1561
  }
1555
1562
  ],
1556
1563
  "attributes": {
1557
- "long_name": "northern boundary refractory dissolved organic phosphorus",
1564
+ "long_name": "western boundary refractory dissolved organic carbon",
1558
1565
  "units": "mmol/m^3",
1559
1566
  "coordinates": "abs_time month",
1560
1567
  "_FillValue": "AAAAAAAA+H8="
@@ -1562,13 +1569,13 @@
1562
1569
  "dimension_names": [
1563
1570
  "bry_time",
1564
1571
  "s_rho",
1565
- "xi_rho"
1572
+ "eta_rho"
1566
1573
  ],
1567
1574
  "zarr_format": 3,
1568
1575
  "node_type": "array",
1569
1576
  "storage_transformers": []
1570
1577
  },
1571
- "ALK_ALT_CO2_north": {
1578
+ "Lig_north": {
1572
1579
  "shape": [
1573
1580
  12,
1574
1581
  3,
@@ -1608,8 +1615,8 @@
1608
1615
  }
1609
1616
  ],
1610
1617
  "attributes": {
1611
- "long_name": "northern boundary alkalinity, alternative CO2",
1612
- "units": "meq/m^3",
1618
+ "long_name": "northern boundary iron binding ligand",
1619
+ "units": "mmol/m^3",
1613
1620
  "coordinates": "abs_time month",
1614
1621
  "_FillValue": "AAAAAAAA+H8="
1615
1622
  },
@@ -1622,20 +1629,16 @@
1622
1629
  "node_type": "array",
1623
1630
  "storage_transformers": []
1624
1631
  },
1625
- "zooC_west": {
1632
+ "abs_time": {
1626
1633
  "shape": [
1627
- 12,
1628
- 3,
1629
- 4
1634
+ 12
1630
1635
  ],
1631
- "data_type": "float32",
1636
+ "data_type": "int64",
1632
1637
  "chunk_grid": {
1633
1638
  "name": "regular",
1634
1639
  "configuration": {
1635
1640
  "chunk_shape": [
1636
- 12,
1637
- 3,
1638
- 4
1641
+ 12
1639
1642
  ]
1640
1643
  }
1641
1644
  },
@@ -1645,7 +1648,7 @@
1645
1648
  "separator": "/"
1646
1649
  }
1647
1650
  },
1648
- "fill_value": 0.0,
1651
+ "fill_value": 0,
1649
1652
  "codecs": [
1650
1653
  {
1651
1654
  "name": "bytes",
@@ -1662,21 +1665,18 @@
1662
1665
  }
1663
1666
  ],
1664
1667
  "attributes": {
1665
- "long_name": "western boundary zooplankton carbon",
1666
- "units": "mmol/m^3",
1667
- "coordinates": "abs_time month",
1668
- "_FillValue": "AAAAAAAA+H8="
1668
+ "long_name": "absolute time",
1669
+ "units": "days since 2000-01-16 00:00:00",
1670
+ "calendar": "proleptic_gregorian"
1669
1671
  },
1670
1672
  "dimension_names": [
1671
- "bry_time",
1672
- "s_rho",
1673
- "eta_rho"
1673
+ "bry_time"
1674
1674
  ],
1675
1675
  "zarr_format": 3,
1676
1676
  "node_type": "array",
1677
1677
  "storage_transformers": []
1678
1678
  },
1679
- "Lig_west": {
1679
+ "zooC_west": {
1680
1680
  "shape": [
1681
1681
  12,
1682
1682
  3,
@@ -1716,7 +1716,7 @@
1716
1716
  }
1717
1717
  ],
1718
1718
  "attributes": {
1719
- "long_name": "western boundary iron binding ligand",
1719
+ "long_name": "western boundary zooplankton carbon",
1720
1720
  "units": "mmol/m^3",
1721
1721
  "coordinates": "abs_time month",
1722
1722
  "_FillValue": "AAAAAAAA+H8="
@@ -1730,7 +1730,7 @@
1730
1730
  "node_type": "array",
1731
1731
  "storage_transformers": []
1732
1732
  },
1733
- "Fe_east": {
1733
+ "Lig_west": {
1734
1734
  "shape": [
1735
1735
  12,
1736
1736
  3,
@@ -1770,7 +1770,7 @@
1770
1770
  }
1771
1771
  ],
1772
1772
  "attributes": {
1773
- "long_name": "eastern boundary dissolved inorganic iron",
1773
+ "long_name": "western boundary iron binding ligand",
1774
1774
  "units": "mmol/m^3",
1775
1775
  "coordinates": "abs_time month",
1776
1776
  "_FillValue": "AAAAAAAA+H8="
@@ -1784,7 +1784,7 @@
1784
1784
  "node_type": "array",
1785
1785
  "storage_transformers": []
1786
1786
  },
1787
- "diazP_west": {
1787
+ "Fe_east": {
1788
1788
  "shape": [
1789
1789
  12,
1790
1790
  3,
@@ -1824,7 +1824,7 @@
1824
1824
  }
1825
1825
  ],
1826
1826
  "attributes": {
1827
- "long_name": "western boundary diazotroph phosphorus",
1827
+ "long_name": "eastern boundary dissolved inorganic iron",
1828
1828
  "units": "mmol/m^3",
1829
1829
  "coordinates": "abs_time month",
1830
1830
  "_FillValue": "AAAAAAAA+H8="
@@ -1838,7 +1838,7 @@
1838
1838
  "node_type": "array",
1839
1839
  "storage_transformers": []
1840
1840
  },
1841
- "Fe_south": {
1841
+ "diazChl_north": {
1842
1842
  "shape": [
1843
1843
  12,
1844
1844
  3,
@@ -1878,8 +1878,8 @@
1878
1878
  }
1879
1879
  ],
1880
1880
  "attributes": {
1881
- "long_name": "southern boundary dissolved inorganic iron",
1882
- "units": "mmol/m^3",
1881
+ "long_name": "northern boundary diazotroph chloropyll",
1882
+ "units": "mg/m^3",
1883
1883
  "coordinates": "abs_time month",
1884
1884
  "_FillValue": "AAAAAAAA+H8="
1885
1885
  },
@@ -1892,7 +1892,7 @@
1892
1892
  "node_type": "array",
1893
1893
  "storage_transformers": []
1894
1894
  },
1895
- "diazChl_north": {
1895
+ "Fe_south": {
1896
1896
  "shape": [
1897
1897
  12,
1898
1898
  3,
@@ -1932,8 +1932,8 @@
1932
1932
  }
1933
1933
  ],
1934
1934
  "attributes": {
1935
- "long_name": "northern boundary diazotroph chloropyll",
1936
- "units": "mg/m^3",
1935
+ "long_name": "southern boundary dissolved inorganic iron",
1936
+ "units": "mmol/m^3",
1937
1937
  "coordinates": "abs_time month",
1938
1938
  "_FillValue": "AAAAAAAA+H8="
1939
1939
  },
@@ -1946,7 +1946,7 @@
1946
1946
  "node_type": "array",
1947
1947
  "storage_transformers": []
1948
1948
  },
1949
- "diatSi_east": {
1949
+ "diazC_north": {
1950
1950
  "shape": [
1951
1951
  12,
1952
1952
  3,
@@ -1986,7 +1986,7 @@
1986
1986
  }
1987
1987
  ],
1988
1988
  "attributes": {
1989
- "long_name": "eastern boundary diatom silicate",
1989
+ "long_name": "northern boundary diazotroph carbon",
1990
1990
  "units": "mmol/m^3",
1991
1991
  "coordinates": "abs_time month",
1992
1992
  "_FillValue": "AAAAAAAA+H8="
@@ -1994,13 +1994,13 @@
1994
1994
  "dimension_names": [
1995
1995
  "bry_time",
1996
1996
  "s_rho",
1997
- "eta_rho"
1997
+ "xi_rho"
1998
1998
  ],
1999
1999
  "zarr_format": 3,
2000
2000
  "node_type": "array",
2001
2001
  "storage_transformers": []
2002
2002
  },
2003
- "diazC_north": {
2003
+ "diatSi_east": {
2004
2004
  "shape": [
2005
2005
  12,
2006
2006
  3,
@@ -2040,7 +2040,7 @@
2040
2040
  }
2041
2041
  ],
2042
2042
  "attributes": {
2043
- "long_name": "northern boundary diazotroph carbon",
2043
+ "long_name": "eastern boundary diatom silicate",
2044
2044
  "units": "mmol/m^3",
2045
2045
  "coordinates": "abs_time month",
2046
2046
  "_FillValue": "AAAAAAAA+H8="
@@ -2048,13 +2048,13 @@
2048
2048
  "dimension_names": [
2049
2049
  "bry_time",
2050
2050
  "s_rho",
2051
- "xi_rho"
2051
+ "eta_rho"
2052
2052
  ],
2053
2053
  "zarr_format": 3,
2054
2054
  "node_type": "array",
2055
2055
  "storage_transformers": []
2056
2056
  },
2057
- "diazC_east": {
2057
+ "diazP_west": {
2058
2058
  "shape": [
2059
2059
  12,
2060
2060
  3,
@@ -2094,7 +2094,7 @@
2094
2094
  }
2095
2095
  ],
2096
2096
  "attributes": {
2097
- "long_name": "eastern boundary diazotroph carbon",
2097
+ "long_name": "western boundary diazotroph phosphorus",
2098
2098
  "units": "mmol/m^3",
2099
2099
  "coordinates": "abs_time month",
2100
2100
  "_FillValue": "AAAAAAAA+H8="
@@ -2108,7 +2108,7 @@
2108
2108
  "node_type": "array",
2109
2109
  "storage_transformers": []
2110
2110
  },
2111
- "spP_west": {
2111
+ "diazC_east": {
2112
2112
  "shape": [
2113
2113
  12,
2114
2114
  3,
@@ -2148,7 +2148,7 @@
2148
2148
  }
2149
2149
  ],
2150
2150
  "attributes": {
2151
- "long_name": "western boundary small phytoplankton phosphorous",
2151
+ "long_name": "eastern boundary diazotroph carbon",
2152
2152
  "units": "mmol/m^3",
2153
2153
  "coordinates": "abs_time month",
2154
2154
  "_FillValue": "AAAAAAAA+H8="
@@ -2162,16 +2162,20 @@
2162
2162
  "node_type": "array",
2163
2163
  "storage_transformers": []
2164
2164
  },
2165
- "bry_time": {
2165
+ "NH4_north": {
2166
2166
  "shape": [
2167
- 12
2167
+ 12,
2168
+ 3,
2169
+ 4
2168
2170
  ],
2169
- "data_type": "float64",
2171
+ "data_type": "float32",
2170
2172
  "chunk_grid": {
2171
2173
  "name": "regular",
2172
2174
  "configuration": {
2173
2175
  "chunk_shape": [
2174
- 12
2176
+ 12,
2177
+ 3,
2178
+ 4
2175
2179
  ]
2176
2180
  }
2177
2181
  },
@@ -2198,19 +2202,21 @@
2198
2202
  }
2199
2203
  ],
2200
2204
  "attributes": {
2201
- "cycle_length": 365.25,
2202
- "long_name": "relative time: days since 2000-01-01 00:00:00",
2203
- "units": "days",
2205
+ "long_name": "northern boundary dissolved ammonia",
2206
+ "units": "mmol/m^3",
2207
+ "coordinates": "abs_time month",
2204
2208
  "_FillValue": "AAAAAAAA+H8="
2205
2209
  },
2206
2210
  "dimension_names": [
2207
- "bry_time"
2211
+ "bry_time",
2212
+ "s_rho",
2213
+ "xi_rho"
2208
2214
  ],
2209
2215
  "zarr_format": 3,
2210
2216
  "node_type": "array",
2211
2217
  "storage_transformers": []
2212
2218
  },
2213
- "DOP_south": {
2219
+ "DIC_north": {
2214
2220
  "shape": [
2215
2221
  12,
2216
2222
  3,
@@ -2250,7 +2256,7 @@
2250
2256
  }
2251
2257
  ],
2252
2258
  "attributes": {
2253
- "long_name": "southern boundary dissolved organic phosphorus",
2259
+ "long_name": "northern boundary dissolved inorganic carbon",
2254
2260
  "units": "mmol/m^3",
2255
2261
  "coordinates": "abs_time month",
2256
2262
  "_FillValue": "AAAAAAAA+H8="
@@ -2264,7 +2270,7 @@
2264
2270
  "node_type": "array",
2265
2271
  "storage_transformers": []
2266
2272
  },
2267
- "Lig_north": {
2273
+ "SiO3_east": {
2268
2274
  "shape": [
2269
2275
  12,
2270
2276
  3,
@@ -2304,7 +2310,7 @@
2304
2310
  }
2305
2311
  ],
2306
2312
  "attributes": {
2307
- "long_name": "northern boundary iron binding ligand",
2313
+ "long_name": "eastern boundary dissolved inorganic silicate",
2308
2314
  "units": "mmol/m^3",
2309
2315
  "coordinates": "abs_time month",
2310
2316
  "_FillValue": "AAAAAAAA+H8="
@@ -2312,13 +2318,13 @@
2312
2318
  "dimension_names": [
2313
2319
  "bry_time",
2314
2320
  "s_rho",
2315
- "xi_rho"
2321
+ "eta_rho"
2316
2322
  ],
2317
2323
  "zarr_format": 3,
2318
2324
  "node_type": "array",
2319
2325
  "storage_transformers": []
2320
2326
  },
2321
- "DIC_north": {
2327
+ "spP_west": {
2322
2328
  "shape": [
2323
2329
  12,
2324
2330
  3,
@@ -2358,7 +2364,7 @@
2358
2364
  }
2359
2365
  ],
2360
2366
  "attributes": {
2361
- "long_name": "northern boundary dissolved inorganic carbon",
2367
+ "long_name": "western boundary small phytoplankton phosphorous",
2362
2368
  "units": "mmol/m^3",
2363
2369
  "coordinates": "abs_time month",
2364
2370
  "_FillValue": "AAAAAAAA+H8="
@@ -2366,13 +2372,13 @@
2366
2372
  "dimension_names": [
2367
2373
  "bry_time",
2368
2374
  "s_rho",
2369
- "xi_rho"
2375
+ "eta_rho"
2370
2376
  ],
2371
2377
  "zarr_format": 3,
2372
2378
  "node_type": "array",
2373
2379
  "storage_transformers": []
2374
2380
  },
2375
- "NH4_north": {
2381
+ "diatC_north": {
2376
2382
  "shape": [
2377
2383
  12,
2378
2384
  3,
@@ -2412,7 +2418,7 @@
2412
2418
  }
2413
2419
  ],
2414
2420
  "attributes": {
2415
- "long_name": "northern boundary dissolved ammonia",
2421
+ "long_name": "northern boundary diatom carbon",
2416
2422
  "units": "mmol/m^3",
2417
2423
  "coordinates": "abs_time month",
2418
2424
  "_FillValue": "AAAAAAAA+H8="
@@ -2426,7 +2432,7 @@
2426
2432
  "node_type": "array",
2427
2433
  "storage_transformers": []
2428
2434
  },
2429
- "SiO3_east": {
2435
+ "spP_north": {
2430
2436
  "shape": [
2431
2437
  12,
2432
2438
  3,
@@ -2466,7 +2472,7 @@
2466
2472
  }
2467
2473
  ],
2468
2474
  "attributes": {
2469
- "long_name": "eastern boundary dissolved inorganic silicate",
2475
+ "long_name": "northern boundary small phytoplankton phosphorous",
2470
2476
  "units": "mmol/m^3",
2471
2477
  "coordinates": "abs_time month",
2472
2478
  "_FillValue": "AAAAAAAA+H8="
@@ -2474,13 +2480,13 @@
2474
2480
  "dimension_names": [
2475
2481
  "bry_time",
2476
2482
  "s_rho",
2477
- "eta_rho"
2483
+ "xi_rho"
2478
2484
  ],
2479
2485
  "zarr_format": 3,
2480
2486
  "node_type": "array",
2481
2487
  "storage_transformers": []
2482
2488
  },
2483
- "spC_east": {
2489
+ "DONr_north": {
2484
2490
  "shape": [
2485
2491
  12,
2486
2492
  3,
@@ -2520,7 +2526,7 @@
2520
2526
  }
2521
2527
  ],
2522
2528
  "attributes": {
2523
- "long_name": "eastern boundary small phytoplankton carbon",
2529
+ "long_name": "northern boundary refractory dissolved organic nitrogen",
2524
2530
  "units": "mmol/m^3",
2525
2531
  "coordinates": "abs_time month",
2526
2532
  "_FillValue": "AAAAAAAA+H8="
@@ -2528,13 +2534,13 @@
2528
2534
  "dimension_names": [
2529
2535
  "bry_time",
2530
2536
  "s_rho",
2531
- "eta_rho"
2537
+ "xi_rho"
2532
2538
  ],
2533
2539
  "zarr_format": 3,
2534
2540
  "node_type": "array",
2535
2541
  "storage_transformers": []
2536
2542
  },
2537
- "diatC_north": {
2543
+ "spC_east": {
2538
2544
  "shape": [
2539
2545
  12,
2540
2546
  3,
@@ -2574,7 +2580,7 @@
2574
2580
  }
2575
2581
  ],
2576
2582
  "attributes": {
2577
- "long_name": "northern boundary diatom carbon",
2583
+ "long_name": "eastern boundary small phytoplankton carbon",
2578
2584
  "units": "mmol/m^3",
2579
2585
  "coordinates": "abs_time month",
2580
2586
  "_FillValue": "AAAAAAAA+H8="
@@ -2582,13 +2588,13 @@
2582
2588
  "dimension_names": [
2583
2589
  "bry_time",
2584
2590
  "s_rho",
2585
- "xi_rho"
2591
+ "eta_rho"
2586
2592
  ],
2587
2593
  "zarr_format": 3,
2588
2594
  "node_type": "array",
2589
2595
  "storage_transformers": []
2590
2596
  },
2591
- "O2_south": {
2597
+ "DOP_south": {
2592
2598
  "shape": [
2593
2599
  12,
2594
2600
  3,
@@ -2628,7 +2634,7 @@
2628
2634
  }
2629
2635
  ],
2630
2636
  "attributes": {
2631
- "long_name": "southern boundary dissolved oxygen",
2637
+ "long_name": "southern boundary dissolved organic phosphorus",
2632
2638
  "units": "mmol/m^3",
2633
2639
  "coordinates": "abs_time month",
2634
2640
  "_FillValue": "AAAAAAAA+H8="
@@ -2642,7 +2648,7 @@
2642
2648
  "node_type": "array",
2643
2649
  "storage_transformers": []
2644
2650
  },
2645
- "DONr_north": {
2651
+ "zooC_east": {
2646
2652
  "shape": [
2647
2653
  12,
2648
2654
  3,
@@ -2682,7 +2688,7 @@
2682
2688
  }
2683
2689
  ],
2684
2690
  "attributes": {
2685
- "long_name": "northern boundary refractory dissolved organic nitrogen",
2691
+ "long_name": "eastern boundary zooplankton carbon",
2686
2692
  "units": "mmol/m^3",
2687
2693
  "coordinates": "abs_time month",
2688
2694
  "_FillValue": "AAAAAAAA+H8="
@@ -2690,13 +2696,13 @@
2690
2696
  "dimension_names": [
2691
2697
  "bry_time",
2692
2698
  "s_rho",
2693
- "xi_rho"
2699
+ "eta_rho"
2694
2700
  ],
2695
2701
  "zarr_format": 3,
2696
2702
  "node_type": "array",
2697
2703
  "storage_transformers": []
2698
2704
  },
2699
- "spP_north": {
2705
+ "spFe_east": {
2700
2706
  "shape": [
2701
2707
  12,
2702
2708
  3,
@@ -2736,7 +2742,7 @@
2736
2742
  }
2737
2743
  ],
2738
2744
  "attributes": {
2739
- "long_name": "northern boundary small phytoplankton phosphorous",
2745
+ "long_name": "eastern boundary small phytoplankton iron",
2740
2746
  "units": "mmol/m^3",
2741
2747
  "coordinates": "abs_time month",
2742
2748
  "_FillValue": "AAAAAAAA+H8="
@@ -2744,7 +2750,7 @@
2744
2750
  "dimension_names": [
2745
2751
  "bry_time",
2746
2752
  "s_rho",
2747
- "xi_rho"
2753
+ "eta_rho"
2748
2754
  ],
2749
2755
  "zarr_format": 3,
2750
2756
  "node_type": "array",
@@ -2804,7 +2810,7 @@
2804
2810
  "node_type": "array",
2805
2811
  "storage_transformers": []
2806
2812
  },
2807
- "zooC_east": {
2813
+ "spChl_east": {
2808
2814
  "shape": [
2809
2815
  12,
2810
2816
  3,
@@ -2844,8 +2850,8 @@
2844
2850
  }
2845
2851
  ],
2846
2852
  "attributes": {
2847
- "long_name": "eastern boundary zooplankton carbon",
2848
- "units": "mmol/m^3",
2853
+ "long_name": "eastern boundary small phytoplankton chlorophyll",
2854
+ "units": "mg/m^3",
2849
2855
  "coordinates": "abs_time month",
2850
2856
  "_FillValue": "AAAAAAAA+H8="
2851
2857
  },
@@ -2912,7 +2918,7 @@
2912
2918
  "node_type": "array",
2913
2919
  "storage_transformers": []
2914
2920
  },
2915
- "spCaCO3_west": {
2921
+ "diazFe_north": {
2916
2922
  "shape": [
2917
2923
  12,
2918
2924
  3,
@@ -2952,7 +2958,7 @@
2952
2958
  }
2953
2959
  ],
2954
2960
  "attributes": {
2955
- "long_name": "western boundary small phytoplankton CaCO3",
2961
+ "long_name": "northern boundary diazotroph iron",
2956
2962
  "units": "mmol/m^3",
2957
2963
  "coordinates": "abs_time month",
2958
2964
  "_FillValue": "AAAAAAAA+H8="
@@ -2960,13 +2966,13 @@
2960
2966
  "dimension_names": [
2961
2967
  "bry_time",
2962
2968
  "s_rho",
2963
- "eta_rho"
2969
+ "xi_rho"
2964
2970
  ],
2965
2971
  "zarr_format": 3,
2966
2972
  "node_type": "array",
2967
2973
  "storage_transformers": []
2968
2974
  },
2969
- "diazChl_west": {
2975
+ "O2_south": {
2970
2976
  "shape": [
2971
2977
  12,
2972
2978
  3,
@@ -3006,21 +3012,21 @@
3006
3012
  }
3007
3013
  ],
3008
3014
  "attributes": {
3009
- "long_name": "western boundary diazotroph chloropyll",
3010
- "units": "mg/m^3",
3015
+ "long_name": "southern boundary dissolved oxygen",
3016
+ "units": "mmol/m^3",
3011
3017
  "coordinates": "abs_time month",
3012
3018
  "_FillValue": "AAAAAAAA+H8="
3013
3019
  },
3014
3020
  "dimension_names": [
3015
3021
  "bry_time",
3016
3022
  "s_rho",
3017
- "eta_rho"
3023
+ "xi_rho"
3018
3024
  ],
3019
3025
  "zarr_format": 3,
3020
3026
  "node_type": "array",
3021
3027
  "storage_transformers": []
3022
3028
  },
3023
- "diazFe_north": {
3029
+ "diazChl_west": {
3024
3030
  "shape": [
3025
3031
  12,
3026
3032
  3,
@@ -3060,21 +3066,21 @@
3060
3066
  }
3061
3067
  ],
3062
3068
  "attributes": {
3063
- "long_name": "northern boundary diazotroph iron",
3064
- "units": "mmol/m^3",
3069
+ "long_name": "western boundary diazotroph chloropyll",
3070
+ "units": "mg/m^3",
3065
3071
  "coordinates": "abs_time month",
3066
3072
  "_FillValue": "AAAAAAAA+H8="
3067
3073
  },
3068
3074
  "dimension_names": [
3069
3075
  "bry_time",
3070
3076
  "s_rho",
3071
- "xi_rho"
3077
+ "eta_rho"
3072
3078
  ],
3073
3079
  "zarr_format": 3,
3074
3080
  "node_type": "array",
3075
3081
  "storage_transformers": []
3076
3082
  },
3077
- "spFe_east": {
3083
+ "NO3_south": {
3078
3084
  "shape": [
3079
3085
  12,
3080
3086
  3,
@@ -3114,7 +3120,7 @@
3114
3120
  }
3115
3121
  ],
3116
3122
  "attributes": {
3117
- "long_name": "eastern boundary small phytoplankton iron",
3123
+ "long_name": "southern boundary dissolved inorganic nitrate",
3118
3124
  "units": "mmol/m^3",
3119
3125
  "coordinates": "abs_time month",
3120
3126
  "_FillValue": "AAAAAAAA+H8="
@@ -3122,13 +3128,13 @@
3122
3128
  "dimension_names": [
3123
3129
  "bry_time",
3124
3130
  "s_rho",
3125
- "eta_rho"
3131
+ "xi_rho"
3126
3132
  ],
3127
3133
  "zarr_format": 3,
3128
3134
  "node_type": "array",
3129
3135
  "storage_transformers": []
3130
3136
  },
3131
- "DOCr_south": {
3137
+ "spCaCO3_west": {
3132
3138
  "shape": [
3133
3139
  12,
3134
3140
  3,
@@ -3168,7 +3174,7 @@
3168
3174
  }
3169
3175
  ],
3170
3176
  "attributes": {
3171
- "long_name": "southern boundary refractory dissolved organic carbon",
3177
+ "long_name": "western boundary small phytoplankton CaCO3",
3172
3178
  "units": "mmol/m^3",
3173
3179
  "coordinates": "abs_time month",
3174
3180
  "_FillValue": "AAAAAAAA+H8="
@@ -3176,13 +3182,13 @@
3176
3182
  "dimension_names": [
3177
3183
  "bry_time",
3178
3184
  "s_rho",
3179
- "xi_rho"
3185
+ "eta_rho"
3180
3186
  ],
3181
3187
  "zarr_format": 3,
3182
3188
  "node_type": "array",
3183
3189
  "storage_transformers": []
3184
3190
  },
3185
- "spChl_east": {
3191
+ "DIC_ALT_CO2_east": {
3186
3192
  "shape": [
3187
3193
  12,
3188
3194
  3,
@@ -3222,8 +3228,8 @@
3222
3228
  }
3223
3229
  ],
3224
3230
  "attributes": {
3225
- "long_name": "eastern boundary small phytoplankton chlorophyll",
3226
- "units": "mg/m^3",
3231
+ "long_name": "eastern boundary dissolved inorganic carbon, alternative CO2",
3232
+ "units": "mmol/m^3",
3227
3233
  "coordinates": "abs_time month",
3228
3234
  "_FillValue": "AAAAAAAA+H8="
3229
3235
  },
@@ -3236,20 +3242,16 @@
3236
3242
  "node_type": "array",
3237
3243
  "storage_transformers": []
3238
3244
  },
3239
- "NO3_south": {
3245
+ "bry_time": {
3240
3246
  "shape": [
3241
- 12,
3242
- 3,
3243
- 4
3247
+ 12
3244
3248
  ],
3245
- "data_type": "float32",
3249
+ "data_type": "float64",
3246
3250
  "chunk_grid": {
3247
3251
  "name": "regular",
3248
3252
  "configuration": {
3249
3253
  "chunk_shape": [
3250
- 12,
3251
- 3,
3252
- 4
3254
+ 12
3253
3255
  ]
3254
3256
  }
3255
3257
  },
@@ -3276,21 +3278,19 @@
3276
3278
  }
3277
3279
  ],
3278
3280
  "attributes": {
3279
- "long_name": "southern boundary dissolved inorganic nitrate",
3280
- "units": "mmol/m^3",
3281
- "coordinates": "abs_time month",
3281
+ "cycle_length": 365.25,
3282
+ "long_name": "relative time: days since 2000-01-01 00:00:00",
3283
+ "units": "days",
3282
3284
  "_FillValue": "AAAAAAAA+H8="
3283
3285
  },
3284
3286
  "dimension_names": [
3285
- "bry_time",
3286
- "s_rho",
3287
- "xi_rho"
3287
+ "bry_time"
3288
3288
  ],
3289
3289
  "zarr_format": 3,
3290
3290
  "node_type": "array",
3291
3291
  "storage_transformers": []
3292
3292
  },
3293
- "PO4_south": {
3293
+ "DONr_west": {
3294
3294
  "shape": [
3295
3295
  12,
3296
3296
  3,
@@ -3330,7 +3330,7 @@
3330
3330
  }
3331
3331
  ],
3332
3332
  "attributes": {
3333
- "long_name": "southern boundary dissolved inorganic phosphate",
3333
+ "long_name": "western boundary refractory dissolved organic nitrogen",
3334
3334
  "units": "mmol/m^3",
3335
3335
  "coordinates": "abs_time month",
3336
3336
  "_FillValue": "AAAAAAAA+H8="
@@ -3338,13 +3338,13 @@
3338
3338
  "dimension_names": [
3339
3339
  "bry_time",
3340
3340
  "s_rho",
3341
- "xi_rho"
3341
+ "eta_rho"
3342
3342
  ],
3343
3343
  "zarr_format": 3,
3344
3344
  "node_type": "array",
3345
3345
  "storage_transformers": []
3346
3346
  },
3347
- "diatChl_north": {
3347
+ "DOCr_south": {
3348
3348
  "shape": [
3349
3349
  12,
3350
3350
  3,
@@ -3384,8 +3384,8 @@
3384
3384
  }
3385
3385
  ],
3386
3386
  "attributes": {
3387
- "long_name": "northern boundary diatom chloropyll",
3388
- "units": "mg/m^3",
3387
+ "long_name": "southern boundary refractory dissolved organic carbon",
3388
+ "units": "mmol/m^3",
3389
3389
  "coordinates": "abs_time month",
3390
3390
  "_FillValue": "AAAAAAAA+H8="
3391
3391
  },
@@ -3398,7 +3398,7 @@
3398
3398
  "node_type": "array",
3399
3399
  "storage_transformers": []
3400
3400
  },
3401
- "spChl_south": {
3401
+ "diatFe_south": {
3402
3402
  "shape": [
3403
3403
  12,
3404
3404
  3,
@@ -3438,8 +3438,8 @@
3438
3438
  }
3439
3439
  ],
3440
3440
  "attributes": {
3441
- "long_name": "southern boundary small phytoplankton chlorophyll",
3442
- "units": "mg/m^3",
3441
+ "long_name": "southern boundary diatom iron",
3442
+ "units": "mmol/m^3",
3443
3443
  "coordinates": "abs_time month",
3444
3444
  "_FillValue": "AAAAAAAA+H8="
3445
3445
  },
@@ -3452,7 +3452,7 @@
3452
3452
  "node_type": "array",
3453
3453
  "storage_transformers": []
3454
3454
  },
3455
- "DIC_ALT_CO2_east": {
3455
+ "PO4_south": {
3456
3456
  "shape": [
3457
3457
  12,
3458
3458
  3,
@@ -3492,7 +3492,7 @@
3492
3492
  }
3493
3493
  ],
3494
3494
  "attributes": {
3495
- "long_name": "eastern boundary dissolved inorganic carbon, alternative CO2",
3495
+ "long_name": "southern boundary dissolved inorganic phosphate",
3496
3496
  "units": "mmol/m^3",
3497
3497
  "coordinates": "abs_time month",
3498
3498
  "_FillValue": "AAAAAAAA+H8="
@@ -3500,7 +3500,7 @@
3500
3500
  "dimension_names": [
3501
3501
  "bry_time",
3502
3502
  "s_rho",
3503
- "eta_rho"
3503
+ "xi_rho"
3504
3504
  ],
3505
3505
  "zarr_format": 3,
3506
3506
  "node_type": "array",
@@ -3614,7 +3614,7 @@
3614
3614
  "node_type": "array",
3615
3615
  "storage_transformers": []
3616
3616
  },
3617
- "diazFe_east": {
3617
+ "diazP_north": {
3618
3618
  "shape": [
3619
3619
  12,
3620
3620
  3,
@@ -3654,7 +3654,7 @@
3654
3654
  }
3655
3655
  ],
3656
3656
  "attributes": {
3657
- "long_name": "eastern boundary diazotroph iron",
3657
+ "long_name": "northern boundary diazotroph phosphorus",
3658
3658
  "units": "mmol/m^3",
3659
3659
  "coordinates": "abs_time month",
3660
3660
  "_FillValue": "AAAAAAAA+H8="
@@ -3662,13 +3662,13 @@
3662
3662
  "dimension_names": [
3663
3663
  "bry_time",
3664
3664
  "s_rho",
3665
- "eta_rho"
3665
+ "xi_rho"
3666
3666
  ],
3667
3667
  "zarr_format": 3,
3668
3668
  "node_type": "array",
3669
3669
  "storage_transformers": []
3670
3670
  },
3671
- "PO4_west": {
3671
+ "diatChl_north": {
3672
3672
  "shape": [
3673
3673
  12,
3674
3674
  3,
@@ -3708,21 +3708,21 @@
3708
3708
  }
3709
3709
  ],
3710
3710
  "attributes": {
3711
- "long_name": "western boundary dissolved inorganic phosphate",
3712
- "units": "mmol/m^3",
3711
+ "long_name": "northern boundary diatom chloropyll",
3712
+ "units": "mg/m^3",
3713
3713
  "coordinates": "abs_time month",
3714
3714
  "_FillValue": "AAAAAAAA+H8="
3715
3715
  },
3716
3716
  "dimension_names": [
3717
3717
  "bry_time",
3718
3718
  "s_rho",
3719
- "eta_rho"
3719
+ "xi_rho"
3720
3720
  ],
3721
3721
  "zarr_format": 3,
3722
3722
  "node_type": "array",
3723
3723
  "storage_transformers": []
3724
3724
  },
3725
- "DOC_west": {
3725
+ "diazFe_east": {
3726
3726
  "shape": [
3727
3727
  12,
3728
3728
  3,
@@ -3762,7 +3762,7 @@
3762
3762
  }
3763
3763
  ],
3764
3764
  "attributes": {
3765
- "long_name": "western boundary dissolved organic carbon",
3765
+ "long_name": "eastern boundary diazotroph iron",
3766
3766
  "units": "mmol/m^3",
3767
3767
  "coordinates": "abs_time month",
3768
3768
  "_FillValue": "AAAAAAAA+H8="
@@ -3776,7 +3776,7 @@
3776
3776
  "node_type": "array",
3777
3777
  "storage_transformers": []
3778
3778
  },
3779
- "diazP_north": {
3779
+ "PO4_west": {
3780
3780
  "shape": [
3781
3781
  12,
3782
3782
  3,
@@ -3816,7 +3816,7 @@
3816
3816
  }
3817
3817
  ],
3818
3818
  "attributes": {
3819
- "long_name": "northern boundary diazotroph phosphorus",
3819
+ "long_name": "western boundary dissolved inorganic phosphate",
3820
3820
  "units": "mmol/m^3",
3821
3821
  "coordinates": "abs_time month",
3822
3822
  "_FillValue": "AAAAAAAA+H8="
@@ -3824,13 +3824,13 @@
3824
3824
  "dimension_names": [
3825
3825
  "bry_time",
3826
3826
  "s_rho",
3827
- "xi_rho"
3827
+ "eta_rho"
3828
3828
  ],
3829
3829
  "zarr_format": 3,
3830
3830
  "node_type": "array",
3831
3831
  "storage_transformers": []
3832
3832
  },
3833
- "diatFe_south": {
3833
+ "DOC_west": {
3834
3834
  "shape": [
3835
3835
  12,
3836
3836
  3,
@@ -3870,7 +3870,7 @@
3870
3870
  }
3871
3871
  ],
3872
3872
  "attributes": {
3873
- "long_name": "southern boundary diatom iron",
3873
+ "long_name": "western boundary dissolved organic carbon",
3874
3874
  "units": "mmol/m^3",
3875
3875
  "coordinates": "abs_time month",
3876
3876
  "_FillValue": "AAAAAAAA+H8="
@@ -3878,13 +3878,13 @@
3878
3878
  "dimension_names": [
3879
3879
  "bry_time",
3880
3880
  "s_rho",
3881
- "xi_rho"
3881
+ "eta_rho"
3882
3882
  ],
3883
3883
  "zarr_format": 3,
3884
3884
  "node_type": "array",
3885
3885
  "storage_transformers": []
3886
3886
  },
3887
- "DONr_west": {
3887
+ "DOP_east": {
3888
3888
  "shape": [
3889
3889
  12,
3890
3890
  3,
@@ -3924,7 +3924,7 @@
3924
3924
  }
3925
3925
  ],
3926
3926
  "attributes": {
3927
- "long_name": "western boundary refractory dissolved organic nitrogen",
3927
+ "long_name": "eastern boundary dissolved organic phosphorus",
3928
3928
  "units": "mmol/m^3",
3929
3929
  "coordinates": "abs_time month",
3930
3930
  "_FillValue": "AAAAAAAA+H8="
@@ -3938,7 +3938,7 @@
3938
3938
  "node_type": "array",
3939
3939
  "storage_transformers": []
3940
3940
  },
3941
- "DOP_east": {
3941
+ "diatSi_north": {
3942
3942
  "shape": [
3943
3943
  12,
3944
3944
  3,
@@ -3978,7 +3978,7 @@
3978
3978
  }
3979
3979
  ],
3980
3980
  "attributes": {
3981
- "long_name": "eastern boundary dissolved organic phosphorus",
3981
+ "long_name": "northern boundary diatom silicate",
3982
3982
  "units": "mmol/m^3",
3983
3983
  "coordinates": "abs_time month",
3984
3984
  "_FillValue": "AAAAAAAA+H8="
@@ -3986,13 +3986,13 @@
3986
3986
  "dimension_names": [
3987
3987
  "bry_time",
3988
3988
  "s_rho",
3989
- "eta_rho"
3989
+ "xi_rho"
3990
3990
  ],
3991
3991
  "zarr_format": 3,
3992
3992
  "node_type": "array",
3993
3993
  "storage_transformers": []
3994
3994
  },
3995
- "zooC_south": {
3995
+ "diatP_west": {
3996
3996
  "shape": [
3997
3997
  12,
3998
3998
  3,
@@ -4032,7 +4032,7 @@
4032
4032
  }
4033
4033
  ],
4034
4034
  "attributes": {
4035
- "long_name": "southern boundary zooplankton carbon",
4035
+ "long_name": "western boundary diatom phosphorus",
4036
4036
  "units": "mmol/m^3",
4037
4037
  "coordinates": "abs_time month",
4038
4038
  "_FillValue": "AAAAAAAA+H8="
@@ -4040,13 +4040,13 @@
4040
4040
  "dimension_names": [
4041
4041
  "bry_time",
4042
4042
  "s_rho",
4043
- "xi_rho"
4043
+ "eta_rho"
4044
4044
  ],
4045
4045
  "zarr_format": 3,
4046
4046
  "node_type": "array",
4047
4047
  "storage_transformers": []
4048
4048
  },
4049
- "diatSi_north": {
4049
+ "spChl_south": {
4050
4050
  "shape": [
4051
4051
  12,
4052
4052
  3,
@@ -4086,8 +4086,8 @@
4086
4086
  }
4087
4087
  ],
4088
4088
  "attributes": {
4089
- "long_name": "northern boundary diatom silicate",
4090
- "units": "mmol/m^3",
4089
+ "long_name": "southern boundary small phytoplankton chlorophyll",
4090
+ "units": "mg/m^3",
4091
4091
  "coordinates": "abs_time month",
4092
4092
  "_FillValue": "AAAAAAAA+H8="
4093
4093
  },
@@ -4100,7 +4100,7 @@
4100
4100
  "node_type": "array",
4101
4101
  "storage_transformers": []
4102
4102
  },
4103
- "ALK_north": {
4103
+ "spC_north": {
4104
4104
  "shape": [
4105
4105
  12,
4106
4106
  3,
@@ -4140,8 +4140,8 @@
4140
4140
  }
4141
4141
  ],
4142
4142
  "attributes": {
4143
- "long_name": "northern boundary alkalinity",
4144
- "units": "meq/m^3",
4143
+ "long_name": "northern boundary small phytoplankton carbon",
4144
+ "units": "mmol/m^3",
4145
4145
  "coordinates": "abs_time month",
4146
4146
  "_FillValue": "AAAAAAAA+H8="
4147
4147
  },
@@ -4154,7 +4154,7 @@
4154
4154
  "node_type": "array",
4155
4155
  "storage_transformers": []
4156
4156
  },
4157
- "diatP_west": {
4157
+ "ALK_west": {
4158
4158
  "shape": [
4159
4159
  12,
4160
4160
  3,
@@ -4194,8 +4194,8 @@
4194
4194
  }
4195
4195
  ],
4196
4196
  "attributes": {
4197
- "long_name": "western boundary diatom phosphorus",
4198
- "units": "mmol/m^3",
4197
+ "long_name": "western boundary alkalinity",
4198
+ "units": "meq/m^3",
4199
4199
  "coordinates": "abs_time month",
4200
4200
  "_FillValue": "AAAAAAAA+H8="
4201
4201
  },
@@ -4208,7 +4208,7 @@
4208
4208
  "node_type": "array",
4209
4209
  "storage_transformers": []
4210
4210
  },
4211
- "ALK_ALT_CO2_east": {
4211
+ "ALK_north": {
4212
4212
  "shape": [
4213
4213
  12,
4214
4214
  3,
@@ -4248,7 +4248,7 @@
4248
4248
  }
4249
4249
  ],
4250
4250
  "attributes": {
4251
- "long_name": "eastern boundary alkalinity, alternative CO2",
4251
+ "long_name": "northern boundary alkalinity",
4252
4252
  "units": "meq/m^3",
4253
4253
  "coordinates": "abs_time month",
4254
4254
  "_FillValue": "AAAAAAAA+H8="
@@ -4256,13 +4256,13 @@
4256
4256
  "dimension_names": [
4257
4257
  "bry_time",
4258
4258
  "s_rho",
4259
- "eta_rho"
4259
+ "xi_rho"
4260
4260
  ],
4261
4261
  "zarr_format": 3,
4262
4262
  "node_type": "array",
4263
4263
  "storage_transformers": []
4264
4264
  },
4265
- "ALK_west": {
4265
+ "ALK_ALT_CO2_east": {
4266
4266
  "shape": [
4267
4267
  12,
4268
4268
  3,
@@ -4302,7 +4302,7 @@
4302
4302
  }
4303
4303
  ],
4304
4304
  "attributes": {
4305
- "long_name": "western boundary alkalinity",
4305
+ "long_name": "eastern boundary alkalinity, alternative CO2",
4306
4306
  "units": "meq/m^3",
4307
4307
  "coordinates": "abs_time month",
4308
4308
  "_FillValue": "AAAAAAAA+H8="
@@ -4316,7 +4316,7 @@
4316
4316
  "node_type": "array",
4317
4317
  "storage_transformers": []
4318
4318
  },
4319
- "DON_north": {
4319
+ "NH4_west": {
4320
4320
  "shape": [
4321
4321
  12,
4322
4322
  3,
@@ -4356,7 +4356,7 @@
4356
4356
  }
4357
4357
  ],
4358
4358
  "attributes": {
4359
- "long_name": "northern boundary dissolved organic nitrogen",
4359
+ "long_name": "western boundary dissolved ammonia",
4360
4360
  "units": "mmol/m^3",
4361
4361
  "coordinates": "abs_time month",
4362
4362
  "_FillValue": "AAAAAAAA+H8="
@@ -4364,13 +4364,13 @@
4364
4364
  "dimension_names": [
4365
4365
  "bry_time",
4366
4366
  "s_rho",
4367
- "xi_rho"
4367
+ "eta_rho"
4368
4368
  ],
4369
4369
  "zarr_format": 3,
4370
4370
  "node_type": "array",
4371
4371
  "storage_transformers": []
4372
4372
  },
4373
- "spFe_south": {
4373
+ "SiO3_north": {
4374
4374
  "shape": [
4375
4375
  12,
4376
4376
  3,
@@ -4410,7 +4410,7 @@
4410
4410
  }
4411
4411
  ],
4412
4412
  "attributes": {
4413
- "long_name": "southern boundary small phytoplankton iron",
4413
+ "long_name": "northern boundary dissolved inorganic silicate",
4414
4414
  "units": "mmol/m^3",
4415
4415
  "coordinates": "abs_time month",
4416
4416
  "_FillValue": "AAAAAAAA+H8="
@@ -4424,7 +4424,7 @@
4424
4424
  "node_type": "array",
4425
4425
  "storage_transformers": []
4426
4426
  },
4427
- "diatChl_east": {
4427
+ "DON_north": {
4428
4428
  "shape": [
4429
4429
  12,
4430
4430
  3,
@@ -4464,21 +4464,21 @@
4464
4464
  }
4465
4465
  ],
4466
4466
  "attributes": {
4467
- "long_name": "eastern boundary diatom chloropyll",
4468
- "units": "mg/m^3",
4467
+ "long_name": "northern boundary dissolved organic nitrogen",
4468
+ "units": "mmol/m^3",
4469
4469
  "coordinates": "abs_time month",
4470
4470
  "_FillValue": "AAAAAAAA+H8="
4471
4471
  },
4472
4472
  "dimension_names": [
4473
4473
  "bry_time",
4474
4474
  "s_rho",
4475
- "eta_rho"
4475
+ "xi_rho"
4476
4476
  ],
4477
4477
  "zarr_format": 3,
4478
4478
  "node_type": "array",
4479
4479
  "storage_transformers": []
4480
4480
  },
4481
- "diatP_north": {
4481
+ "diatChl_east": {
4482
4482
  "shape": [
4483
4483
  12,
4484
4484
  3,
@@ -4518,21 +4518,21 @@
4518
4518
  }
4519
4519
  ],
4520
4520
  "attributes": {
4521
- "long_name": "northern boundary diatom phosphorus",
4522
- "units": "mmol/m^3",
4521
+ "long_name": "eastern boundary diatom chloropyll",
4522
+ "units": "mg/m^3",
4523
4523
  "coordinates": "abs_time month",
4524
4524
  "_FillValue": "AAAAAAAA+H8="
4525
4525
  },
4526
4526
  "dimension_names": [
4527
4527
  "bry_time",
4528
4528
  "s_rho",
4529
- "xi_rho"
4529
+ "eta_rho"
4530
4530
  ],
4531
4531
  "zarr_format": 3,
4532
4532
  "node_type": "array",
4533
4533
  "storage_transformers": []
4534
4534
  },
4535
- "spC_north": {
4535
+ "zooC_south": {
4536
4536
  "shape": [
4537
4537
  12,
4538
4538
  3,
@@ -4572,7 +4572,7 @@
4572
4572
  }
4573
4573
  ],
4574
4574
  "attributes": {
4575
- "long_name": "northern boundary small phytoplankton carbon",
4575
+ "long_name": "southern boundary zooplankton carbon",
4576
4576
  "units": "mmol/m^3",
4577
4577
  "coordinates": "abs_time month",
4578
4578
  "_FillValue": "AAAAAAAA+H8="
@@ -4586,7 +4586,7 @@
4586
4586
  "node_type": "array",
4587
4587
  "storage_transformers": []
4588
4588
  },
4589
- "diatC_east": {
4589
+ "spFe_south": {
4590
4590
  "shape": [
4591
4591
  12,
4592
4592
  3,
@@ -4626,7 +4626,7 @@
4626
4626
  }
4627
4627
  ],
4628
4628
  "attributes": {
4629
- "long_name": "eastern boundary diatom carbon",
4629
+ "long_name": "southern boundary small phytoplankton iron",
4630
4630
  "units": "mmol/m^3",
4631
4631
  "coordinates": "abs_time month",
4632
4632
  "_FillValue": "AAAAAAAA+H8="
@@ -4634,13 +4634,13 @@
4634
4634
  "dimension_names": [
4635
4635
  "bry_time",
4636
4636
  "s_rho",
4637
- "eta_rho"
4637
+ "xi_rho"
4638
4638
  ],
4639
4639
  "zarr_format": 3,
4640
4640
  "node_type": "array",
4641
4641
  "storage_transformers": []
4642
4642
  },
4643
- "SiO3_north": {
4643
+ "diatC_east": {
4644
4644
  "shape": [
4645
4645
  12,
4646
4646
  3,
@@ -4680,7 +4680,7 @@
4680
4680
  }
4681
4681
  ],
4682
4682
  "attributes": {
4683
- "long_name": "northern boundary dissolved inorganic silicate",
4683
+ "long_name": "eastern boundary diatom carbon",
4684
4684
  "units": "mmol/m^3",
4685
4685
  "coordinates": "abs_time month",
4686
4686
  "_FillValue": "AAAAAAAA+H8="
@@ -4688,13 +4688,13 @@
4688
4688
  "dimension_names": [
4689
4689
  "bry_time",
4690
4690
  "s_rho",
4691
- "xi_rho"
4691
+ "eta_rho"
4692
4692
  ],
4693
4693
  "zarr_format": 3,
4694
4694
  "node_type": "array",
4695
4695
  "storage_transformers": []
4696
4696
  },
4697
- "NO3_west": {
4697
+ "ALK_ALT_CO2_south": {
4698
4698
  "shape": [
4699
4699
  12,
4700
4700
  3,
@@ -4734,21 +4734,21 @@
4734
4734
  }
4735
4735
  ],
4736
4736
  "attributes": {
4737
- "long_name": "western boundary dissolved inorganic nitrate",
4738
- "units": "mmol/m^3",
4737
+ "long_name": "southern boundary alkalinity, alternative CO2",
4738
+ "units": "meq/m^3",
4739
4739
  "coordinates": "abs_time month",
4740
4740
  "_FillValue": "AAAAAAAA+H8="
4741
4741
  },
4742
4742
  "dimension_names": [
4743
4743
  "bry_time",
4744
4744
  "s_rho",
4745
- "eta_rho"
4745
+ "xi_rho"
4746
4746
  ],
4747
4747
  "zarr_format": 3,
4748
4748
  "node_type": "array",
4749
4749
  "storage_transformers": []
4750
4750
  },
4751
- "ALK_ALT_CO2_south": {
4751
+ "NO3_west": {
4752
4752
  "shape": [
4753
4753
  12,
4754
4754
  3,
@@ -4788,21 +4788,21 @@
4788
4788
  }
4789
4789
  ],
4790
4790
  "attributes": {
4791
- "long_name": "southern boundary alkalinity, alternative CO2",
4792
- "units": "meq/m^3",
4791
+ "long_name": "western boundary dissolved inorganic nitrate",
4792
+ "units": "mmol/m^3",
4793
4793
  "coordinates": "abs_time month",
4794
4794
  "_FillValue": "AAAAAAAA+H8="
4795
4795
  },
4796
4796
  "dimension_names": [
4797
4797
  "bry_time",
4798
4798
  "s_rho",
4799
- "xi_rho"
4799
+ "eta_rho"
4800
4800
  ],
4801
4801
  "zarr_format": 3,
4802
4802
  "node_type": "array",
4803
4803
  "storage_transformers": []
4804
4804
  },
4805
- "NH4_west": {
4805
+ "diatFe_east": {
4806
4806
  "shape": [
4807
4807
  12,
4808
4808
  3,
@@ -4842,7 +4842,7 @@
4842
4842
  }
4843
4843
  ],
4844
4844
  "attributes": {
4845
- "long_name": "western boundary dissolved ammonia",
4845
+ "long_name": "eastern boundary diatom iron",
4846
4846
  "units": "mmol/m^3",
4847
4847
  "coordinates": "abs_time month",
4848
4848
  "_FillValue": "AAAAAAAA+H8="
@@ -4856,7 +4856,7 @@
4856
4856
  "node_type": "array",
4857
4857
  "storage_transformers": []
4858
4858
  },
4859
- "DIC_west": {
4859
+ "diatP_north": {
4860
4860
  "shape": [
4861
4861
  12,
4862
4862
  3,
@@ -4896,7 +4896,7 @@
4896
4896
  }
4897
4897
  ],
4898
4898
  "attributes": {
4899
- "long_name": "western boundary dissolved inorganic carbon",
4899
+ "long_name": "northern boundary diatom phosphorus",
4900
4900
  "units": "mmol/m^3",
4901
4901
  "coordinates": "abs_time month",
4902
4902
  "_FillValue": "AAAAAAAA+H8="
@@ -4904,13 +4904,13 @@
4904
4904
  "dimension_names": [
4905
4905
  "bry_time",
4906
4906
  "s_rho",
4907
- "eta_rho"
4907
+ "xi_rho"
4908
4908
  ],
4909
4909
  "zarr_format": 3,
4910
4910
  "node_type": "array",
4911
4911
  "storage_transformers": []
4912
4912
  },
4913
- "DOPr_south": {
4913
+ "O2_east": {
4914
4914
  "shape": [
4915
4915
  12,
4916
4916
  3,
@@ -4950,7 +4950,7 @@
4950
4950
  }
4951
4951
  ],
4952
4952
  "attributes": {
4953
- "long_name": "southern boundary refractory dissolved organic phosphorus",
4953
+ "long_name": "eastern boundary dissolved oxygen",
4954
4954
  "units": "mmol/m^3",
4955
4955
  "coordinates": "abs_time month",
4956
4956
  "_FillValue": "AAAAAAAA+H8="
@@ -4958,13 +4958,13 @@
4958
4958
  "dimension_names": [
4959
4959
  "bry_time",
4960
4960
  "s_rho",
4961
- "xi_rho"
4961
+ "eta_rho"
4962
4962
  ],
4963
4963
  "zarr_format": 3,
4964
4964
  "node_type": "array",
4965
4965
  "storage_transformers": []
4966
4966
  },
4967
- "DOC_east": {
4967
+ "DIC_west": {
4968
4968
  "shape": [
4969
4969
  12,
4970
4970
  3,
@@ -5004,7 +5004,7 @@
5004
5004
  }
5005
5005
  ],
5006
5006
  "attributes": {
5007
- "long_name": "eastern boundary dissolved organic carbon",
5007
+ "long_name": "western boundary dissolved inorganic carbon",
5008
5008
  "units": "mmol/m^3",
5009
5009
  "coordinates": "abs_time month",
5010
5010
  "_FillValue": "AAAAAAAA+H8="
@@ -5018,7 +5018,7 @@
5018
5018
  "node_type": "array",
5019
5019
  "storage_transformers": []
5020
5020
  },
5021
- "Fe_north": {
5021
+ "diazChl_south": {
5022
5022
  "shape": [
5023
5023
  12,
5024
5024
  3,
@@ -5058,8 +5058,8 @@
5058
5058
  }
5059
5059
  ],
5060
5060
  "attributes": {
5061
- "long_name": "northern boundary dissolved inorganic iron",
5062
- "units": "mmol/m^3",
5061
+ "long_name": "southern boundary diazotroph chloropyll",
5062
+ "units": "mg/m^3",
5063
5063
  "coordinates": "abs_time month",
5064
5064
  "_FillValue": "AAAAAAAA+H8="
5065
5065
  },
@@ -5072,7 +5072,7 @@
5072
5072
  "node_type": "array",
5073
5073
  "storage_transformers": []
5074
5074
  },
5075
- "spCaCO3_south": {
5075
+ "DON_west": {
5076
5076
  "shape": [
5077
5077
  12,
5078
5078
  3,
@@ -5112,7 +5112,7 @@
5112
5112
  }
5113
5113
  ],
5114
5114
  "attributes": {
5115
- "long_name": "southern boundary small phytoplankton CaCO3",
5115
+ "long_name": "western boundary dissolved organic nitrogen",
5116
5116
  "units": "mmol/m^3",
5117
5117
  "coordinates": "abs_time month",
5118
5118
  "_FillValue": "AAAAAAAA+H8="
@@ -5120,7 +5120,7 @@
5120
5120
  "dimension_names": [
5121
5121
  "bry_time",
5122
5122
  "s_rho",
5123
- "xi_rho"
5123
+ "eta_rho"
5124
5124
  ],
5125
5125
  "zarr_format": 3,
5126
5126
  "node_type": "array",
@@ -5180,7 +5180,7 @@
5180
5180
  "node_type": "array",
5181
5181
  "storage_transformers": []
5182
5182
  },
5183
- "DON_west": {
5183
+ "DOPr_south": {
5184
5184
  "shape": [
5185
5185
  12,
5186
5186
  3,
@@ -5220,7 +5220,7 @@
5220
5220
  }
5221
5221
  ],
5222
5222
  "attributes": {
5223
- "long_name": "western boundary dissolved organic nitrogen",
5223
+ "long_name": "southern boundary refractory dissolved organic phosphorus",
5224
5224
  "units": "mmol/m^3",
5225
5225
  "coordinates": "abs_time month",
5226
5226
  "_FillValue": "AAAAAAAA+H8="
@@ -5228,13 +5228,13 @@
5228
5228
  "dimension_names": [
5229
5229
  "bry_time",
5230
5230
  "s_rho",
5231
- "eta_rho"
5231
+ "xi_rho"
5232
5232
  ],
5233
5233
  "zarr_format": 3,
5234
5234
  "node_type": "array",
5235
5235
  "storage_transformers": []
5236
5236
  },
5237
- "diazChl_south": {
5237
+ "DOC_east": {
5238
5238
  "shape": [
5239
5239
  12,
5240
5240
  3,
@@ -5274,21 +5274,21 @@
5274
5274
  }
5275
5275
  ],
5276
5276
  "attributes": {
5277
- "long_name": "southern boundary diazotroph chloropyll",
5278
- "units": "mg/m^3",
5277
+ "long_name": "eastern boundary dissolved organic carbon",
5278
+ "units": "mmol/m^3",
5279
5279
  "coordinates": "abs_time month",
5280
5280
  "_FillValue": "AAAAAAAA+H8="
5281
5281
  },
5282
5282
  "dimension_names": [
5283
5283
  "bry_time",
5284
5284
  "s_rho",
5285
- "xi_rho"
5285
+ "eta_rho"
5286
5286
  ],
5287
5287
  "zarr_format": 3,
5288
5288
  "node_type": "array",
5289
5289
  "storage_transformers": []
5290
5290
  },
5291
- "O2_east": {
5291
+ "Fe_north": {
5292
5292
  "shape": [
5293
5293
  12,
5294
5294
  3,
@@ -5328,7 +5328,7 @@
5328
5328
  }
5329
5329
  ],
5330
5330
  "attributes": {
5331
- "long_name": "eastern boundary dissolved oxygen",
5331
+ "long_name": "northern boundary dissolved inorganic iron",
5332
5332
  "units": "mmol/m^3",
5333
5333
  "coordinates": "abs_time month",
5334
5334
  "_FillValue": "AAAAAAAA+H8="
@@ -5336,13 +5336,13 @@
5336
5336
  "dimension_names": [
5337
5337
  "bry_time",
5338
5338
  "s_rho",
5339
- "eta_rho"
5339
+ "xi_rho"
5340
5340
  ],
5341
5341
  "zarr_format": 3,
5342
5342
  "node_type": "array",
5343
5343
  "storage_transformers": []
5344
5344
  },
5345
- "NH4_south": {
5345
+ "spCaCO3_south": {
5346
5346
  "shape": [
5347
5347
  12,
5348
5348
  3,
@@ -5382,7 +5382,7 @@
5382
5382
  }
5383
5383
  ],
5384
5384
  "attributes": {
5385
- "long_name": "southern boundary dissolved ammonia",
5385
+ "long_name": "southern boundary small phytoplankton CaCO3",
5386
5386
  "units": "mmol/m^3",
5387
5387
  "coordinates": "abs_time month",
5388
5388
  "_FillValue": "AAAAAAAA+H8="
@@ -5396,7 +5396,7 @@
5396
5396
  "node_type": "array",
5397
5397
  "storage_transformers": []
5398
5398
  },
5399
- "diatFe_east": {
5399
+ "ALK_ALT_CO2_west": {
5400
5400
  "shape": [
5401
5401
  12,
5402
5402
  3,
@@ -5436,8 +5436,8 @@
5436
5436
  }
5437
5437
  ],
5438
5438
  "attributes": {
5439
- "long_name": "eastern boundary diatom iron",
5440
- "units": "mmol/m^3",
5439
+ "long_name": "western boundary alkalinity, alternative CO2",
5440
+ "units": "meq/m^3",
5441
5441
  "coordinates": "abs_time month",
5442
5442
  "_FillValue": "AAAAAAAA+H8="
5443
5443
  },
@@ -5450,7 +5450,7 @@
5450
5450
  "node_type": "array",
5451
5451
  "storage_transformers": []
5452
5452
  },
5453
- "Lig_south": {
5453
+ "DOP_north": {
5454
5454
  "shape": [
5455
5455
  12,
5456
5456
  3,
@@ -5490,7 +5490,7 @@
5490
5490
  }
5491
5491
  ],
5492
5492
  "attributes": {
5493
- "long_name": "southern boundary iron binding ligand",
5493
+ "long_name": "northern boundary dissolved organic phosphorus",
5494
5494
  "units": "mmol/m^3",
5495
5495
  "coordinates": "abs_time month",
5496
5496
  "_FillValue": "AAAAAAAA+H8="
@@ -5504,7 +5504,7 @@
5504
5504
  "node_type": "array",
5505
5505
  "storage_transformers": []
5506
5506
  },
5507
- "diazFe_west": {
5507
+ "NH4_south": {
5508
5508
  "shape": [
5509
5509
  12,
5510
5510
  3,
@@ -5544,7 +5544,7 @@
5544
5544
  }
5545
5545
  ],
5546
5546
  "attributes": {
5547
- "long_name": "western boundary diazotroph iron",
5547
+ "long_name": "southern boundary dissolved ammonia",
5548
5548
  "units": "mmol/m^3",
5549
5549
  "coordinates": "abs_time month",
5550
5550
  "_FillValue": "AAAAAAAA+H8="
@@ -5552,13 +5552,13 @@
5552
5552
  "dimension_names": [
5553
5553
  "bry_time",
5554
5554
  "s_rho",
5555
- "eta_rho"
5555
+ "xi_rho"
5556
5556
  ],
5557
5557
  "zarr_format": 3,
5558
5558
  "node_type": "array",
5559
5559
  "storage_transformers": []
5560
5560
  },
5561
- "ALK_ALT_CO2_west": {
5561
+ "Lig_south": {
5562
5562
  "shape": [
5563
5563
  12,
5564
5564
  3,
@@ -5598,21 +5598,21 @@
5598
5598
  }
5599
5599
  ],
5600
5600
  "attributes": {
5601
- "long_name": "western boundary alkalinity, alternative CO2",
5602
- "units": "meq/m^3",
5601
+ "long_name": "southern boundary iron binding ligand",
5602
+ "units": "mmol/m^3",
5603
5603
  "coordinates": "abs_time month",
5604
5604
  "_FillValue": "AAAAAAAA+H8="
5605
5605
  },
5606
5606
  "dimension_names": [
5607
5607
  "bry_time",
5608
5608
  "s_rho",
5609
- "eta_rho"
5609
+ "xi_rho"
5610
5610
  ],
5611
5611
  "zarr_format": 3,
5612
5612
  "node_type": "array",
5613
5613
  "storage_transformers": []
5614
5614
  },
5615
- "diazC_south": {
5615
+ "PO4_east": {
5616
5616
  "shape": [
5617
5617
  12,
5618
5618
  3,
@@ -5652,7 +5652,7 @@
5652
5652
  }
5653
5653
  ],
5654
5654
  "attributes": {
5655
- "long_name": "southern boundary diazotroph carbon",
5655
+ "long_name": "eastern boundary dissolved inorganic phosphate",
5656
5656
  "units": "mmol/m^3",
5657
5657
  "coordinates": "abs_time month",
5658
5658
  "_FillValue": "AAAAAAAA+H8="
@@ -5660,13 +5660,13 @@
5660
5660
  "dimension_names": [
5661
5661
  "bry_time",
5662
5662
  "s_rho",
5663
- "xi_rho"
5663
+ "eta_rho"
5664
5664
  ],
5665
5665
  "zarr_format": 3,
5666
5666
  "node_type": "array",
5667
5667
  "storage_transformers": []
5668
5668
  },
5669
- "DIC_ALT_CO2_west": {
5669
+ "DOP_west": {
5670
5670
  "shape": [
5671
5671
  12,
5672
5672
  3,
@@ -5706,7 +5706,7 @@
5706
5706
  }
5707
5707
  ],
5708
5708
  "attributes": {
5709
- "long_name": "western boundary dissolved inorganic carbon, alternative CO2",
5709
+ "long_name": "western boundary dissolved organic phosphorus",
5710
5710
  "units": "mmol/m^3",
5711
5711
  "coordinates": "abs_time month",
5712
5712
  "_FillValue": "AAAAAAAA+H8="
@@ -5720,7 +5720,7 @@
5720
5720
  "node_type": "array",
5721
5721
  "storage_transformers": []
5722
5722
  },
5723
- "DOP_north": {
5723
+ "DIC_east": {
5724
5724
  "shape": [
5725
5725
  12,
5726
5726
  3,
@@ -5760,7 +5760,7 @@
5760
5760
  }
5761
5761
  ],
5762
5762
  "attributes": {
5763
- "long_name": "northern boundary dissolved organic phosphorus",
5763
+ "long_name": "eastern boundary dissolved inorganic carbon",
5764
5764
  "units": "mmol/m^3",
5765
5765
  "coordinates": "abs_time month",
5766
5766
  "_FillValue": "AAAAAAAA+H8="
@@ -5768,13 +5768,13 @@
5768
5768
  "dimension_names": [
5769
5769
  "bry_time",
5770
5770
  "s_rho",
5771
- "xi_rho"
5771
+ "eta_rho"
5772
5772
  ],
5773
5773
  "zarr_format": 3,
5774
5774
  "node_type": "array",
5775
5775
  "storage_transformers": []
5776
5776
  },
5777
- "PO4_east": {
5777
+ "diazFe_west": {
5778
5778
  "shape": [
5779
5779
  12,
5780
5780
  3,
@@ -5814,7 +5814,7 @@
5814
5814
  }
5815
5815
  ],
5816
5816
  "attributes": {
5817
- "long_name": "eastern boundary dissolved inorganic phosphate",
5817
+ "long_name": "western boundary diazotroph iron",
5818
5818
  "units": "mmol/m^3",
5819
5819
  "coordinates": "abs_time month",
5820
5820
  "_FillValue": "AAAAAAAA+H8="
@@ -5882,7 +5882,7 @@
5882
5882
  "node_type": "array",
5883
5883
  "storage_transformers": []
5884
5884
  },
5885
- "DOP_west": {
5885
+ "DONr_east": {
5886
5886
  "shape": [
5887
5887
  12,
5888
5888
  3,
@@ -5922,7 +5922,7 @@
5922
5922
  }
5923
5923
  ],
5924
5924
  "attributes": {
5925
- "long_name": "western boundary dissolved organic phosphorus",
5925
+ "long_name": "eastern boundary refractory dissolved organic nitrogen",
5926
5926
  "units": "mmol/m^3",
5927
5927
  "coordinates": "abs_time month",
5928
5928
  "_FillValue": "AAAAAAAA+H8="
@@ -5936,7 +5936,7 @@
5936
5936
  "node_type": "array",
5937
5937
  "storage_transformers": []
5938
5938
  },
5939
- "DIC_east": {
5939
+ "diazC_south": {
5940
5940
  "shape": [
5941
5941
  12,
5942
5942
  3,
@@ -5976,7 +5976,7 @@
5976
5976
  }
5977
5977
  ],
5978
5978
  "attributes": {
5979
- "long_name": "eastern boundary dissolved inorganic carbon",
5979
+ "long_name": "southern boundary diazotroph carbon",
5980
5980
  "units": "mmol/m^3",
5981
5981
  "coordinates": "abs_time month",
5982
5982
  "_FillValue": "AAAAAAAA+H8="
@@ -5984,13 +5984,13 @@
5984
5984
  "dimension_names": [
5985
5985
  "bry_time",
5986
5986
  "s_rho",
5987
- "eta_rho"
5987
+ "xi_rho"
5988
5988
  ],
5989
5989
  "zarr_format": 3,
5990
5990
  "node_type": "array",
5991
5991
  "storage_transformers": []
5992
5992
  },
5993
- "DONr_east": {
5993
+ "DIC_ALT_CO2_west": {
5994
5994
  "shape": [
5995
5995
  12,
5996
5996
  3,
@@ -6030,7 +6030,7 @@
6030
6030
  }
6031
6031
  ],
6032
6032
  "attributes": {
6033
- "long_name": "eastern boundary refractory dissolved organic nitrogen",
6033
+ "long_name": "western boundary dissolved inorganic carbon, alternative CO2",
6034
6034
  "units": "mmol/m^3",
6035
6035
  "coordinates": "abs_time month",
6036
6036
  "_FillValue": "AAAAAAAA+H8="
@@ -6044,7 +6044,7 @@
6044
6044
  "node_type": "array",
6045
6045
  "storage_transformers": []
6046
6046
  },
6047
- "spP_south": {
6047
+ "DONr_south": {
6048
6048
  "shape": [
6049
6049
  12,
6050
6050
  3,
@@ -6084,7 +6084,7 @@
6084
6084
  }
6085
6085
  ],
6086
6086
  "attributes": {
6087
- "long_name": "southern boundary small phytoplankton phosphorous",
6087
+ "long_name": "southern boundary refractory dissolved organic nitrogen",
6088
6088
  "units": "mmol/m^3",
6089
6089
  "coordinates": "abs_time month",
6090
6090
  "_FillValue": "AAAAAAAA+H8="
@@ -6098,7 +6098,7 @@
6098
6098
  "node_type": "array",
6099
6099
  "storage_transformers": []
6100
6100
  },
6101
- "DON_east": {
6101
+ "diatC_south": {
6102
6102
  "shape": [
6103
6103
  12,
6104
6104
  3,
@@ -6138,7 +6138,7 @@
6138
6138
  }
6139
6139
  ],
6140
6140
  "attributes": {
6141
- "long_name": "eastern boundary dissolved organic nitrogen",
6141
+ "long_name": "southern boundary diatom carbon",
6142
6142
  "units": "mmol/m^3",
6143
6143
  "coordinates": "abs_time month",
6144
6144
  "_FillValue": "AAAAAAAA+H8="
@@ -6146,13 +6146,13 @@
6146
6146
  "dimension_names": [
6147
6147
  "bry_time",
6148
6148
  "s_rho",
6149
- "eta_rho"
6149
+ "xi_rho"
6150
6150
  ],
6151
6151
  "zarr_format": 3,
6152
6152
  "node_type": "array",
6153
6153
  "storage_transformers": []
6154
6154
  },
6155
- "DONr_south": {
6155
+ "DOPr_west": {
6156
6156
  "shape": [
6157
6157
  12,
6158
6158
  3,
@@ -6192,7 +6192,7 @@
6192
6192
  }
6193
6193
  ],
6194
6194
  "attributes": {
6195
- "long_name": "southern boundary refractory dissolved organic nitrogen",
6195
+ "long_name": "western boundary refractory dissolved organic phosphorus",
6196
6196
  "units": "mmol/m^3",
6197
6197
  "coordinates": "abs_time month",
6198
6198
  "_FillValue": "AAAAAAAA+H8="
@@ -6200,13 +6200,13 @@
6200
6200
  "dimension_names": [
6201
6201
  "bry_time",
6202
6202
  "s_rho",
6203
- "xi_rho"
6203
+ "eta_rho"
6204
6204
  ],
6205
6205
  "zarr_format": 3,
6206
6206
  "node_type": "array",
6207
6207
  "storage_transformers": []
6208
6208
  },
6209
- "diatFe_west": {
6209
+ "NO3_east": {
6210
6210
  "shape": [
6211
6211
  12,
6212
6212
  3,
@@ -6246,7 +6246,7 @@
6246
6246
  }
6247
6247
  ],
6248
6248
  "attributes": {
6249
- "long_name": "western boundary diatom iron",
6249
+ "long_name": "eastern boundary dissolved inorganic nitrate",
6250
6250
  "units": "mmol/m^3",
6251
6251
  "coordinates": "abs_time month",
6252
6252
  "_FillValue": "AAAAAAAA+H8="
@@ -6260,7 +6260,7 @@
6260
6260
  "node_type": "array",
6261
6261
  "storage_transformers": []
6262
6262
  },
6263
- "DOPr_west": {
6263
+ "diatFe_west": {
6264
6264
  "shape": [
6265
6265
  12,
6266
6266
  3,
@@ -6300,7 +6300,7 @@
6300
6300
  }
6301
6301
  ],
6302
6302
  "attributes": {
6303
- "long_name": "western boundary refractory dissolved organic phosphorus",
6303
+ "long_name": "western boundary diatom iron",
6304
6304
  "units": "mmol/m^3",
6305
6305
  "coordinates": "abs_time month",
6306
6306
  "_FillValue": "AAAAAAAA+H8="
@@ -6314,7 +6314,7 @@
6314
6314
  "node_type": "array",
6315
6315
  "storage_transformers": []
6316
6316
  },
6317
- "NO3_east": {
6317
+ "spP_south": {
6318
6318
  "shape": [
6319
6319
  12,
6320
6320
  3,
@@ -6354,7 +6354,7 @@
6354
6354
  }
6355
6355
  ],
6356
6356
  "attributes": {
6357
- "long_name": "eastern boundary dissolved inorganic nitrate",
6357
+ "long_name": "southern boundary small phytoplankton phosphorous",
6358
6358
  "units": "mmol/m^3",
6359
6359
  "coordinates": "abs_time month",
6360
6360
  "_FillValue": "AAAAAAAA+H8="
@@ -6362,13 +6362,13 @@
6362
6362
  "dimension_names": [
6363
6363
  "bry_time",
6364
6364
  "s_rho",
6365
- "eta_rho"
6365
+ "xi_rho"
6366
6366
  ],
6367
6367
  "zarr_format": 3,
6368
6368
  "node_type": "array",
6369
6369
  "storage_transformers": []
6370
6370
  },
6371
- "O2_north": {
6371
+ "O2_west": {
6372
6372
  "shape": [
6373
6373
  12,
6374
6374
  3,
@@ -6408,7 +6408,7 @@
6408
6408
  }
6409
6409
  ],
6410
6410
  "attributes": {
6411
- "long_name": "northern boundary dissolved oxygen",
6411
+ "long_name": "western boundary dissolved oxygen",
6412
6412
  "units": "mmol/m^3",
6413
6413
  "coordinates": "abs_time month",
6414
6414
  "_FillValue": "AAAAAAAA+H8="
@@ -6416,13 +6416,13 @@
6416
6416
  "dimension_names": [
6417
6417
  "bry_time",
6418
6418
  "s_rho",
6419
- "xi_rho"
6419
+ "eta_rho"
6420
6420
  ],
6421
6421
  "zarr_format": 3,
6422
6422
  "node_type": "array",
6423
6423
  "storage_transformers": []
6424
6424
  },
6425
- "diatP_east": {
6425
+ "diazFe_south": {
6426
6426
  "shape": [
6427
6427
  12,
6428
6428
  3,
@@ -6462,7 +6462,7 @@
6462
6462
  }
6463
6463
  ],
6464
6464
  "attributes": {
6465
- "long_name": "eastern boundary diatom phosphorus",
6465
+ "long_name": "southern boundary diazotroph iron",
6466
6466
  "units": "mmol/m^3",
6467
6467
  "coordinates": "abs_time month",
6468
6468
  "_FillValue": "AAAAAAAA+H8="
@@ -6470,13 +6470,13 @@
6470
6470
  "dimension_names": [
6471
6471
  "bry_time",
6472
6472
  "s_rho",
6473
- "eta_rho"
6473
+ "xi_rho"
6474
6474
  ],
6475
6475
  "zarr_format": 3,
6476
6476
  "node_type": "array",
6477
6477
  "storage_transformers": []
6478
6478
  },
6479
- "diatC_south": {
6479
+ "O2_north": {
6480
6480
  "shape": [
6481
6481
  12,
6482
6482
  3,
@@ -6516,7 +6516,7 @@
6516
6516
  }
6517
6517
  ],
6518
6518
  "attributes": {
6519
- "long_name": "southern boundary diatom carbon",
6519
+ "long_name": "northern boundary dissolved oxygen",
6520
6520
  "units": "mmol/m^3",
6521
6521
  "coordinates": "abs_time month",
6522
6522
  "_FillValue": "AAAAAAAA+H8="
@@ -6530,7 +6530,7 @@
6530
6530
  "node_type": "array",
6531
6531
  "storage_transformers": []
6532
6532
  },
6533
- "ALK_east": {
6533
+ "diatC_west": {
6534
6534
  "shape": [
6535
6535
  12,
6536
6536
  3,
@@ -6570,8 +6570,8 @@
6570
6570
  }
6571
6571
  ],
6572
6572
  "attributes": {
6573
- "long_name": "eastern boundary alkalinity",
6574
- "units": "meq/m^3",
6573
+ "long_name": "western boundary diatom carbon",
6574
+ "units": "mmol/m^3",
6575
6575
  "coordinates": "abs_time month",
6576
6576
  "_FillValue": "AAAAAAAA+H8="
6577
6577
  },
@@ -6584,7 +6584,7 @@
6584
6584
  "node_type": "array",
6585
6585
  "storage_transformers": []
6586
6586
  },
6587
- "O2_west": {
6587
+ "DON_east": {
6588
6588
  "shape": [
6589
6589
  12,
6590
6590
  3,
@@ -6624,7 +6624,7 @@
6624
6624
  }
6625
6625
  ],
6626
6626
  "attributes": {
6627
- "long_name": "western boundary dissolved oxygen",
6627
+ "long_name": "eastern boundary dissolved organic nitrogen",
6628
6628
  "units": "mmol/m^3",
6629
6629
  "coordinates": "abs_time month",
6630
6630
  "_FillValue": "AAAAAAAA+H8="
@@ -6638,7 +6638,7 @@
6638
6638
  "node_type": "array",
6639
6639
  "storage_transformers": []
6640
6640
  },
6641
- "PO4_north": {
6641
+ "ALK_east": {
6642
6642
  "shape": [
6643
6643
  12,
6644
6644
  3,
@@ -6678,21 +6678,21 @@
6678
6678
  }
6679
6679
  ],
6680
6680
  "attributes": {
6681
- "long_name": "northern boundary dissolved inorganic phosphate",
6682
- "units": "mmol/m^3",
6681
+ "long_name": "eastern boundary alkalinity",
6682
+ "units": "meq/m^3",
6683
6683
  "coordinates": "abs_time month",
6684
6684
  "_FillValue": "AAAAAAAA+H8="
6685
6685
  },
6686
6686
  "dimension_names": [
6687
6687
  "bry_time",
6688
6688
  "s_rho",
6689
- "xi_rho"
6689
+ "eta_rho"
6690
6690
  ],
6691
6691
  "zarr_format": 3,
6692
6692
  "node_type": "array",
6693
6693
  "storage_transformers": []
6694
6694
  },
6695
- "DOCr_north": {
6695
+ "PO4_north": {
6696
6696
  "shape": [
6697
6697
  12,
6698
6698
  3,
@@ -6732,7 +6732,7 @@
6732
6732
  }
6733
6733
  ],
6734
6734
  "attributes": {
6735
- "long_name": "northern boundary refractory dissolved organic carbon",
6735
+ "long_name": "northern boundary dissolved inorganic phosphate",
6736
6736
  "units": "mmol/m^3",
6737
6737
  "coordinates": "abs_time month",
6738
6738
  "_FillValue": "AAAAAAAA+H8="
@@ -6746,7 +6746,7 @@
6746
6746
  "node_type": "array",
6747
6747
  "storage_transformers": []
6748
6748
  },
6749
- "diazFe_south": {
6749
+ "NH4_east": {
6750
6750
  "shape": [
6751
6751
  12,
6752
6752
  3,
@@ -6786,7 +6786,7 @@
6786
6786
  }
6787
6787
  ],
6788
6788
  "attributes": {
6789
- "long_name": "southern boundary diazotroph iron",
6789
+ "long_name": "eastern boundary dissolved ammonia",
6790
6790
  "units": "mmol/m^3",
6791
6791
  "coordinates": "abs_time month",
6792
6792
  "_FillValue": "AAAAAAAA+H8="
@@ -6794,13 +6794,13 @@
6794
6794
  "dimension_names": [
6795
6795
  "bry_time",
6796
6796
  "s_rho",
6797
- "xi_rho"
6797
+ "eta_rho"
6798
6798
  ],
6799
6799
  "zarr_format": 3,
6800
6800
  "node_type": "array",
6801
6801
  "storage_transformers": []
6802
6802
  },
6803
- "diatFe_north": {
6803
+ "NO3_north": {
6804
6804
  "shape": [
6805
6805
  12,
6806
6806
  3,
@@ -6840,7 +6840,7 @@
6840
6840
  }
6841
6841
  ],
6842
6842
  "attributes": {
6843
- "long_name": "northern boundary diatom iron",
6843
+ "long_name": "northern boundary dissolved inorganic nitrate",
6844
6844
  "units": "mmol/m^3",
6845
6845
  "coordinates": "abs_time month",
6846
6846
  "_FillValue": "AAAAAAAA+H8="
@@ -6854,7 +6854,7 @@
6854
6854
  "node_type": "array",
6855
6855
  "storage_transformers": []
6856
6856
  },
6857
- "NH4_east": {
6857
+ "diatFe_north": {
6858
6858
  "shape": [
6859
6859
  12,
6860
6860
  3,
@@ -6894,7 +6894,7 @@
6894
6894
  }
6895
6895
  ],
6896
6896
  "attributes": {
6897
- "long_name": "eastern boundary dissolved ammonia",
6897
+ "long_name": "northern boundary diatom iron",
6898
6898
  "units": "mmol/m^3",
6899
6899
  "coordinates": "abs_time month",
6900
6900
  "_FillValue": "AAAAAAAA+H8="
@@ -6902,13 +6902,13 @@
6902
6902
  "dimension_names": [
6903
6903
  "bry_time",
6904
6904
  "s_rho",
6905
- "eta_rho"
6905
+ "xi_rho"
6906
6906
  ],
6907
6907
  "zarr_format": 3,
6908
6908
  "node_type": "array",
6909
6909
  "storage_transformers": []
6910
6910
  },
6911
- "diatChl_west": {
6911
+ "diatP_east": {
6912
6912
  "shape": [
6913
6913
  12,
6914
6914
  3,
@@ -6948,8 +6948,8 @@
6948
6948
  }
6949
6949
  ],
6950
6950
  "attributes": {
6951
- "long_name": "western boundary diatom chloropyll",
6952
- "units": "mg/m^3",
6951
+ "long_name": "eastern boundary diatom phosphorus",
6952
+ "units": "mmol/m^3",
6953
6953
  "coordinates": "abs_time month",
6954
6954
  "_FillValue": "AAAAAAAA+H8="
6955
6955
  },
@@ -6962,7 +6962,7 @@
6962
6962
  "node_type": "array",
6963
6963
  "storage_transformers": []
6964
6964
  },
6965
- "NO3_north": {
6965
+ "DOCr_north": {
6966
6966
  "shape": [
6967
6967
  12,
6968
6968
  3,
@@ -7002,7 +7002,7 @@
7002
7002
  }
7003
7003
  ],
7004
7004
  "attributes": {
7005
- "long_name": "northern boundary dissolved inorganic nitrate",
7005
+ "long_name": "northern boundary refractory dissolved organic carbon",
7006
7006
  "units": "mmol/m^3",
7007
7007
  "coordinates": "abs_time month",
7008
7008
  "_FillValue": "AAAAAAAA+H8="
@@ -7016,7 +7016,7 @@
7016
7016
  "node_type": "array",
7017
7017
  "storage_transformers": []
7018
7018
  },
7019
- "diatC_west": {
7019
+ "diatChl_west": {
7020
7020
  "shape": [
7021
7021
  12,
7022
7022
  3,
@@ -7056,8 +7056,8 @@
7056
7056
  }
7057
7057
  ],
7058
7058
  "attributes": {
7059
- "long_name": "western boundary diatom carbon",
7060
- "units": "mmol/m^3",
7059
+ "long_name": "western boundary diatom chloropyll",
7060
+ "units": "mg/m^3",
7061
7061
  "coordinates": "abs_time month",
7062
7062
  "_FillValue": "AAAAAAAA+H8="
7063
7063
  },