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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. roms_tools/__init__.py +1 -1
  2. roms_tools/analysis/cdr_ensemble.py +10 -13
  3. roms_tools/analysis/roms_output.py +5 -304
  4. roms_tools/{download.py → datasets/download.py} +1 -0
  5. roms_tools/{setup → datasets}/lat_lon_datasets.py +88 -64
  6. roms_tools/{setup → datasets}/river_datasets.py +9 -4
  7. roms_tools/datasets/roms_dataset.py +854 -0
  8. roms_tools/datasets/utils.py +487 -0
  9. roms_tools/{setup/fill.py → fill.py} +110 -13
  10. roms_tools/plot.py +4 -4
  11. roms_tools/regrid.py +76 -0
  12. roms_tools/setup/boundary_forcing.py +53 -45
  13. roms_tools/setup/cdr_release.py +2 -4
  14. roms_tools/setup/grid.py +46 -15
  15. roms_tools/setup/initial_conditions.py +330 -71
  16. roms_tools/setup/mask.py +2 -5
  17. roms_tools/setup/nesting.py +13 -6
  18. roms_tools/setup/river_forcing.py +4 -4
  19. roms_tools/setup/surface_forcing.py +15 -11
  20. roms_tools/setup/tides.py +7 -6
  21. roms_tools/setup/topography.py +10 -2
  22. roms_tools/setup/utils.py +292 -666
  23. roms_tools/tests/test_analysis/test_cdr_ensemble.py +4 -6
  24. roms_tools/tests/test_analysis/test_roms_output.py +1 -220
  25. roms_tools/tests/{test_setup → test_datasets}/test_lat_lon_datasets.py +4 -4
  26. roms_tools/tests/{test_setup → test_datasets}/test_river_datasets.py +1 -1
  27. roms_tools/tests/test_datasets/test_roms_dataset.py +743 -0
  28. roms_tools/tests/test_datasets/test_utils.py +527 -0
  29. roms_tools/tests/{test_setup/test_fill.py → test_fill.py} +72 -9
  30. roms_tools/tests/test_regrid.py +120 -1
  31. roms_tools/tests/test_setup/test_boundary_forcing.py +57 -138
  32. roms_tools/tests/test_setup/test_cdr_release.py +4 -5
  33. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zarr.json +293 -2021
  34. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zarr.json +294 -2022
  35. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK/c/0/0/0/0 +0 -0
  36. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/ALK_west → initial_conditions_from_roms.zarr/ALK}/zarr.json +11 -8
  37. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ALK_ALT_CO2/c/0/0/0/0 +0 -0
  38. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west → initial_conditions_from_roms.zarr/ALK_ALT_CO2}/zarr.json +11 -8
  39. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_r/c/0 +0 -0
  40. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west → initial_conditions_from_roms.zarr/Cs_r}/zarr.json +5 -12
  41. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Cs_w/c/0 +0 -0
  42. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diatFe_west → initial_conditions_from_roms.zarr/Cs_w}/zarr.json +3 -10
  43. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC/c/0/0/0/0 +0 -0
  44. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DOCr_west → initial_conditions_from_roms.zarr/DIC}/zarr.json +11 -8
  45. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC_ALT_CO2/c/0/0/0/0 +0 -0
  46. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DIC_ALT_CO2/zarr.json +57 -0
  47. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOC/c/0/0/0/0 +0 -0
  48. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOC/zarr.json +57 -0
  49. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOCr/c/0/0/0/0 +0 -0
  50. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west → initial_conditions_from_roms.zarr/DOCr}/zarr.json +11 -8
  51. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DON/c/0/0/0/0 +0 -0
  52. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DON/zarr.json +57 -0
  53. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DONr/c/0/0/0/0 +0 -0
  54. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DONr/zarr.json +57 -0
  55. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOP/c/0/0/0/0 +0 -0
  56. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOP/zarr.json +57 -0
  57. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOPr/c/0/0/0/0 +0 -0
  58. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/DOPr/zarr.json +57 -0
  59. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Fe/c/0/0/0/0 +0 -0
  60. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Fe/zarr.json +57 -0
  61. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/Lig/c/0/0/0/0 +0 -0
  62. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DOP_west → initial_conditions_from_roms.zarr/Lig}/zarr.json +11 -8
  63. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NH4/c/0/0/0/0 +0 -0
  64. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DON_west → initial_conditions_from_roms.zarr/NH4}/zarr.json +11 -8
  65. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NO3/c/0/0/0/0 +0 -0
  66. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/NO3/zarr.json +57 -0
  67. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/O2/c/0/0/0/0 +0 -0
  68. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/Lig_west → initial_conditions_from_roms.zarr/O2}/zarr.json +11 -8
  69. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/PO4/c/0/0/0/0 +0 -0
  70. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/PO4/zarr.json +57 -0
  71. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/SiO3/c/0/0/0/0 +0 -0
  72. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/SiO3/zarr.json +57 -0
  73. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/abs_time/zarr.json +47 -0
  74. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatC/c/0/0/0/0 +0 -0
  75. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diatC_west → initial_conditions_from_roms.zarr/diatC}/zarr.json +11 -8
  76. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatChl/c/0/0/0/0 +0 -0
  77. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diatChl_west → initial_conditions_from_roms.zarr/diatChl}/zarr.json +11 -8
  78. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatFe/c/0/0/0/0 +0 -0
  79. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/O2_west → initial_conditions_from_roms.zarr/diatFe}/zarr.json +11 -8
  80. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatP/c/0/0/0/0 +0 -0
  81. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DIC_west → initial_conditions_from_roms.zarr/diatP}/zarr.json +11 -8
  82. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diatSi/c/0/0/0/0 +0 -0
  83. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/DOC_west → initial_conditions_from_roms.zarr/diatSi}/zarr.json +11 -8
  84. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazC/c/0/0/0/0 +0 -0
  85. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazC/zarr.json +57 -0
  86. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazChl/c/0/0/0/0 +0 -0
  87. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/diazChl_west → initial_conditions_from_roms.zarr/diazChl}/zarr.json +11 -8
  88. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazFe/c/0/0/0/0 +0 -0
  89. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/Fe_west → initial_conditions_from_roms.zarr/diazFe}/zarr.json +11 -8
  90. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazP/c/0/0/0/0 +0 -0
  91. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/diazP/zarr.json +57 -0
  92. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ocean_time/c/0 +0 -0
  93. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ocean_time/zarr.json +47 -0
  94. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/salt/c/0/0/0/0 +0 -0
  95. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west → initial_conditions_from_roms.zarr/salt}/zarr.json +12 -9
  96. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spC/c/0/0/0/0 +0 -0
  97. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spC/zarr.json +57 -0
  98. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spCaCO3/c/0/0/0/0 +0 -0
  99. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spCaCO3/zarr.json +57 -0
  100. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spChl/c/0/0/0/0 +0 -0
  101. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/spChl_west → initial_conditions_from_roms.zarr/spChl}/zarr.json +11 -8
  102. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spFe/c/0/0/0/0 +0 -0
  103. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spFe/zarr.json +57 -0
  104. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spP/c/0/0/0/0 +0 -0
  105. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/spP/zarr.json +57 -0
  106. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/temp/c/0/0/0/0 +0 -0
  107. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/temp/zarr.json +57 -0
  108. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/u/c/0/0/0/0 +0 -0
  109. roms_tools/tests/test_setup/test_data/{bgc_boundary_forcing_from_climatology.zarr/NH4_west → initial_conditions_from_roms.zarr/u}/zarr.json +12 -9
  110. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ubar/c/0/0/0 +0 -0
  111. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/ubar/zarr.json +54 -0
  112. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/v/c/0/0/0/0 +0 -0
  113. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/v/zarr.json +57 -0
  114. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/vbar/c/0/0/0 +0 -0
  115. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/vbar/zarr.json +54 -0
  116. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/w/zarr.json +57 -0
  117. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zarr.json +2481 -0
  118. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zeta/c/0/0/0 +0 -0
  119. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zeta/zarr.json +54 -0
  120. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zooC/c/0/0/0/0 +0 -0
  121. roms_tools/tests/test_setup/test_data/initial_conditions_from_roms.zarr/zooC/zarr.json +57 -0
  122. roms_tools/tests/test_setup/test_grid.py +66 -1
  123. roms_tools/tests/test_setup/test_initial_conditions.py +130 -104
  124. roms_tools/tests/test_setup/test_nesting.py +2 -1
  125. roms_tools/tests/test_setup/test_surface_forcing.py +1 -1
  126. roms_tools/tests/test_setup/test_tides.py +1 -1
  127. roms_tools/tests/test_setup/test_utils.py +100 -15
  128. roms_tools/tests/test_setup/test_validation.py +15 -0
  129. roms_tools/tests/test_tiling/test_partition.py +63 -15
  130. roms_tools/tests/test_utils.py +365 -0
  131. roms_tools/tiling/partition.py +81 -211
  132. roms_tools/utils.py +360 -62
  133. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/METADATA +2 -3
  134. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/RECORD +137 -174
  135. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/WHEEL +1 -1
  136. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  137. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  138. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  139. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  140. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  141. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  142. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/c/0/0/0 +0 -0
  143. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  144. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/zarr.json +0 -54
  145. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  146. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  147. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/zarr.json +0 -54
  148. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  149. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  150. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  151. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  152. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/zarr.json +0 -54
  153. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/c/0/0/0 +0 -0
  154. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  155. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/zarr.json +0 -54
  156. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  157. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/zarr.json +0 -54
  158. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  159. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  160. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  161. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  162. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/zarr.json +0 -54
  163. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  164. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/zarr.json +0 -54
  165. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  166. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/zarr.json +0 -54
  167. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  168. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  169. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/zarr.json +0 -54
  170. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  171. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/zarr.json +0 -54
  172. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/c/0/0/0 +0 -0
  173. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/zarr.json +0 -54
  174. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  175. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  176. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  177. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  178. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/zarr.json +0 -54
  179. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/c/0/0/0 +0 -0
  180. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/zarr.json +0 -54
  181. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  182. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/zarr.json +0 -54
  183. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/c/0/0/0 +0 -0
  184. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_ALT_CO2_west/zarr.json +0 -54
  185. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/ALK_west/c/0/0/0 +0 -0
  186. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/c/0/0/0 +0 -0
  187. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_ALT_CO2_west/zarr.json +0 -54
  188. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/c/0/0/0 +0 -0
  189. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DIC_west/zarr.json +0 -54
  190. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/c/0/0/0 +0 -0
  191. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOC_west/zarr.json +0 -54
  192. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/c/0/0/0 +0 -0
  193. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOCr_west/zarr.json +0 -54
  194. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/c/0/0/0 +0 -0
  195. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DON_west/zarr.json +0 -54
  196. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/c/0/0/0 +0 -0
  197. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DONr_west/zarr.json +0 -54
  198. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/c/0/0/0 +0 -0
  199. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOP_west/zarr.json +0 -54
  200. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/c/0/0/0 +0 -0
  201. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/DOPr_west/zarr.json +0 -54
  202. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/c/0/0/0 +0 -0
  203. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Fe_west/zarr.json +0 -54
  204. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/c/0/0/0 +0 -0
  205. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/Lig_west/zarr.json +0 -54
  206. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/c/0/0/0 +0 -0
  207. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NH4_west/zarr.json +0 -54
  208. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/c/0/0/0 +0 -0
  209. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/NO3_west/zarr.json +0 -54
  210. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/c/0/0/0 +0 -0
  211. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/O2_west/zarr.json +0 -54
  212. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/c/0/0/0 +0 -0
  213. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/PO4_west/zarr.json +0 -54
  214. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/c/0/0/0 +0 -0
  215. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/SiO3_west/zarr.json +0 -54
  216. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/c/0/0/0 +0 -0
  217. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatC_west/zarr.json +0 -54
  218. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/c/0/0/0 +0 -0
  219. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatChl_west/zarr.json +0 -54
  220. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatFe_west/c/0/0/0 +0 -0
  221. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/c/0/0/0 +0 -0
  222. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatP_west/zarr.json +0 -54
  223. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/c/0/0/0 +0 -0
  224. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diatSi_west/zarr.json +0 -54
  225. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/c/0/0/0 +0 -0
  226. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazC_west/zarr.json +0 -54
  227. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/c/0/0/0 +0 -0
  228. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazChl_west/zarr.json +0 -54
  229. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/c/0/0/0 +0 -0
  230. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazFe_west/zarr.json +0 -54
  231. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/c/0/0/0 +0 -0
  232. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/diazP_west/zarr.json +0 -54
  233. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/c/0/0/0 +0 -0
  234. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spC_west/zarr.json +0 -54
  235. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/c/0/0/0 +0 -0
  236. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spCaCO3_west/zarr.json +0 -54
  237. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/c/0/0/0 +0 -0
  238. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spChl_west/zarr.json +0 -54
  239. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/c/0/0/0 +0 -0
  240. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spFe_west/zarr.json +0 -54
  241. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/c/0/0/0 +0 -0
  242. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/spP_west/zarr.json +0 -54
  243. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/c/0/0/0 +0 -0
  244. roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_unified_climatology.zarr/zooC_west/zarr.json +0 -54
  245. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/licenses/LICENSE +0 -0
  246. {roms_tools-3.3.0.dist-info → roms_tools-3.5.0.dist-info}/top_level.txt +0 -0
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary small phytoplankton CaCO3",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary small phytoplankton iron",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary small phytoplankton phosphorous",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary zooplankton carbon",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary alkalinity, alternative CO2",
42
- "units": "meq/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary dissolved inorganic carbon, alternative CO2",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary dissolved inorganic carbon",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary dissolved organic carbon",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary refractory dissolved organic carbon",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary dissolved organic nitrogen",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary refractory dissolved organic nitrogen",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "shape": [
3
- 12,
4
- 3,
5
- 4
6
- ],
7
- "data_type": "float32",
8
- "chunk_grid": {
9
- "name": "regular",
10
- "configuration": {
11
- "chunk_shape": [
12
- 12,
13
- 3,
14
- 4
15
- ]
16
- }
17
- },
18
- "chunk_key_encoding": {
19
- "name": "default",
20
- "configuration": {
21
- "separator": "/"
22
- }
23
- },
24
- "fill_value": 0.0,
25
- "codecs": [
26
- {
27
- "name": "bytes",
28
- "configuration": {
29
- "endian": "little"
30
- }
31
- },
32
- {
33
- "name": "zstd",
34
- "configuration": {
35
- "level": 0,
36
- "checksum": false
37
- }
38
- }
39
- ],
40
- "attributes": {
41
- "long_name": "western boundary dissolved organic phosphorus",
42
- "units": "mmol/m^3",
43
- "coordinates": "abs_time month",
44
- "_FillValue": "AAAAAAAA+H8="
45
- },
46
- "dimension_names": [
47
- "bry_time",
48
- "s_rho",
49
- "eta_rho"
50
- ],
51
- "zarr_format": 3,
52
- "node_type": "array",
53
- "storage_transformers": []
54
- }