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 grid 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
  "size_x": 1000,
6
6
  "size_y": 1000,
7
7
  "center_lon": 0.5,
@@ -19,18 +19,18 @@
19
19
  "kind": "inline",
20
20
  "must_understand": false,
21
21
  "metadata": {
22
- "angle_coarse": {
22
+ "angle": {
23
23
  "shape": [
24
- 2,
25
- 2
24
+ 3,
25
+ 3
26
26
  ],
27
27
  "data_type": "float64",
28
28
  "chunk_grid": {
29
29
  "name": "regular",
30
30
  "configuration": {
31
31
  "chunk_shape": [
32
- 2,
33
- 2
32
+ 3,
33
+ 3
34
34
  ]
35
35
  }
36
36
  },
@@ -57,25 +57,25 @@
57
57
  }
58
58
  ],
59
59
  "attributes": {
60
- "long_name": "Angle between xi axis and east on coarsened grid",
60
+ "long_name": "Angle between xi axis and east",
61
61
  "units": "radians",
62
- "coordinates": "lat_coarse lon_coarse",
62
+ "coordinates": "lat_rho lon_rho",
63
63
  "_FillValue": "AAAAAAAA+H8="
64
64
  },
65
65
  "dimension_names": [
66
- "eta_coarse",
67
- "xi_coarse"
66
+ "eta_rho",
67
+ "xi_rho"
68
68
  ],
69
69
  "zarr_format": 3,
70
70
  "node_type": "array",
71
71
  "storage_transformers": []
72
72
  },
73
- "f": {
73
+ "mask_rho": {
74
74
  "shape": [
75
75
  3,
76
76
  3
77
77
  ],
78
- "data_type": "float64",
78
+ "data_type": "int32",
79
79
  "chunk_grid": {
80
80
  "name": "regular",
81
81
  "configuration": {
@@ -91,7 +91,7 @@
91
91
  "separator": "/"
92
92
  }
93
93
  },
94
- "fill_value": 0.0,
94
+ "fill_value": 0,
95
95
  "codecs": [
96
96
  {
97
97
  "name": "bytes",
@@ -108,10 +108,9 @@
108
108
  }
109
109
  ],
110
110
  "attributes": {
111
- "long_name": "Coriolis parameter at rho-points",
112
- "units": "second-1",
113
- "coordinates": "lat_rho lon_rho",
114
- "_FillValue": "AAAAAAAA+H8="
111
+ "long_name": "Mask at rho-points",
112
+ "units": "land/water (0/1)",
113
+ "coordinates": "lat_rho lon_rho"
115
114
  },
116
115
  "dimension_names": [
117
116
  "eta_rho",
@@ -121,16 +120,18 @@
121
120
  "node_type": "array",
122
121
  "storage_transformers": []
123
122
  },
124
- "sigma_r": {
123
+ "pm": {
125
124
  "shape": [
126
- 100
125
+ 3,
126
+ 3
127
127
  ],
128
- "data_type": "float32",
128
+ "data_type": "float64",
129
129
  "chunk_grid": {
130
130
  "name": "regular",
131
131
  "configuration": {
132
132
  "chunk_shape": [
133
- 100
133
+ 3,
134
+ 3
134
135
  ]
135
136
  }
136
137
  },
@@ -157,20 +158,22 @@
157
158
  }
158
159
  ],
159
160
  "attributes": {
160
- "long_name": "Fractional vertical stretching coordinate at rho-points",
161
- "units": "nondimensional",
161
+ "long_name": "Curvilinear coordinate metric in xi-direction",
162
+ "units": "meter-1",
163
+ "coordinates": "lat_rho lon_rho",
162
164
  "_FillValue": "AAAAAAAA+H8="
163
165
  },
164
166
  "dimension_names": [
165
- "s_rho"
167
+ "eta_rho",
168
+ "xi_rho"
166
169
  ],
167
170
  "zarr_format": 3,
168
171
  "node_type": "array",
169
172
  "storage_transformers": []
170
173
  },
171
- "pm": {
174
+ "lon_v": {
172
175
  "shape": [
173
- 3,
176
+ 2,
174
177
  3
175
178
  ],
176
179
  "data_type": "float64",
@@ -178,7 +181,7 @@
178
181
  "name": "regular",
179
182
  "configuration": {
180
183
  "chunk_shape": [
181
- 3,
184
+ 2,
182
185
  3
183
186
  ]
184
187
  }
@@ -206,31 +209,30 @@
206
209
  }
207
210
  ],
208
211
  "attributes": {
209
- "long_name": "Curvilinear coordinate metric in xi-direction",
210
- "units": "meter-1",
211
- "coordinates": "lat_rho lon_rho",
212
+ "long_name": "longitude of v-points",
213
+ "units": "degrees East",
212
214
  "_FillValue": "AAAAAAAA+H8="
213
215
  },
214
216
  "dimension_names": [
215
- "eta_rho",
217
+ "eta_v",
216
218
  "xi_rho"
217
219
  ],
218
220
  "zarr_format": 3,
219
221
  "node_type": "array",
220
222
  "storage_transformers": []
221
223
  },
222
- "mask_rho": {
224
+ "angle_coarse": {
223
225
  "shape": [
224
- 3,
225
- 3
226
+ 2,
227
+ 2
226
228
  ],
227
- "data_type": "int32",
229
+ "data_type": "float64",
228
230
  "chunk_grid": {
229
231
  "name": "regular",
230
232
  "configuration": {
231
233
  "chunk_shape": [
232
- 3,
233
- 3
234
+ 2,
235
+ 2
234
236
  ]
235
237
  }
236
238
  },
@@ -240,7 +242,7 @@
240
242
  "separator": "/"
241
243
  }
242
244
  },
243
- "fill_value": 0,
245
+ "fill_value": 0.0,
244
246
  "codecs": [
245
247
  {
246
248
  "name": "bytes",
@@ -257,30 +259,29 @@
257
259
  }
258
260
  ],
259
261
  "attributes": {
260
- "long_name": "Mask at rho-points",
261
- "units": "land/water (0/1)",
262
- "coordinates": "lat_rho lon_rho"
262
+ "long_name": "Angle between xi axis and east on coarsened grid",
263
+ "units": "radians",
264
+ "coordinates": "lat_coarse lon_coarse",
265
+ "_FillValue": "AAAAAAAA+H8="
263
266
  },
264
267
  "dimension_names": [
265
- "eta_rho",
266
- "xi_rho"
268
+ "eta_coarse",
269
+ "xi_coarse"
267
270
  ],
268
271
  "zarr_format": 3,
269
272
  "node_type": "array",
270
273
  "storage_transformers": []
271
274
  },
272
- "lat_u": {
275
+ "sigma_r": {
273
276
  "shape": [
274
- 3,
275
- 2
277
+ 100
276
278
  ],
277
- "data_type": "float64",
279
+ "data_type": "float32",
278
280
  "chunk_grid": {
279
281
  "name": "regular",
280
282
  "configuration": {
281
283
  "chunk_shape": [
282
- 3,
283
- 2
284
+ 100
284
285
  ]
285
286
  }
286
287
  },
@@ -307,30 +308,29 @@
307
308
  }
308
309
  ],
309
310
  "attributes": {
310
- "long_name": "latitude of u-points",
311
- "units": "degrees North",
311
+ "long_name": "Fractional vertical stretching coordinate at rho-points",
312
+ "units": "nondimensional",
312
313
  "_FillValue": "AAAAAAAA+H8="
313
314
  },
314
315
  "dimension_names": [
315
- "eta_rho",
316
- "xi_u"
316
+ "s_rho"
317
317
  ],
318
318
  "zarr_format": 3,
319
319
  "node_type": "array",
320
320
  "storage_transformers": []
321
321
  },
322
- "mask_u": {
322
+ "f": {
323
323
  "shape": [
324
324
  3,
325
- 2
325
+ 3
326
326
  ],
327
- "data_type": "int32",
327
+ "data_type": "float64",
328
328
  "chunk_grid": {
329
329
  "name": "regular",
330
330
  "configuration": {
331
331
  "chunk_shape": [
332
332
  3,
333
- 2
333
+ 3
334
334
  ]
335
335
  }
336
336
  },
@@ -340,7 +340,7 @@
340
340
  "separator": "/"
341
341
  }
342
342
  },
343
- "fill_value": 0,
343
+ "fill_value": 0.0,
344
344
  "codecs": [
345
345
  {
346
346
  "name": "bytes",
@@ -357,30 +357,31 @@
357
357
  }
358
358
  ],
359
359
  "attributes": {
360
- "long_name": "Mask at u-points",
361
- "units": "land/water (0/1)",
362
- "coordinates": "lat_u lon_u"
360
+ "long_name": "Coriolis parameter at rho-points",
361
+ "units": "second-1",
362
+ "coordinates": "lat_rho lon_rho",
363
+ "_FillValue": "AAAAAAAA+H8="
363
364
  },
364
365
  "dimension_names": [
365
366
  "eta_rho",
366
- "xi_u"
367
+ "xi_rho"
367
368
  ],
368
369
  "zarr_format": 3,
369
370
  "node_type": "array",
370
371
  "storage_transformers": []
371
372
  },
372
- "lon_v": {
373
+ "lat_u": {
373
374
  "shape": [
374
- 2,
375
- 3
375
+ 3,
376
+ 2
376
377
  ],
377
378
  "data_type": "float64",
378
379
  "chunk_grid": {
379
380
  "name": "regular",
380
381
  "configuration": {
381
382
  "chunk_shape": [
382
- 2,
383
- 3
383
+ 3,
384
+ 2
384
385
  ]
385
386
  }
386
387
  },
@@ -407,29 +408,29 @@
407
408
  }
408
409
  ],
409
410
  "attributes": {
410
- "long_name": "longitude of v-points",
411
- "units": "degrees East",
411
+ "long_name": "latitude of u-points",
412
+ "units": "degrees North",
412
413
  "_FillValue": "AAAAAAAA+H8="
413
414
  },
414
415
  "dimension_names": [
415
- "eta_v",
416
- "xi_rho"
416
+ "eta_rho",
417
+ "xi_u"
417
418
  ],
418
419
  "zarr_format": 3,
419
420
  "node_type": "array",
420
421
  "storage_transformers": []
421
422
  },
422
- "lat_coarse": {
423
+ "mask_u": {
423
424
  "shape": [
424
- 2,
425
+ 3,
425
426
  2
426
427
  ],
427
- "data_type": "float64",
428
+ "data_type": "int32",
428
429
  "chunk_grid": {
429
430
  "name": "regular",
430
431
  "configuration": {
431
432
  "chunk_shape": [
432
- 2,
433
+ 3,
433
434
  2
434
435
  ]
435
436
  }
@@ -440,7 +441,7 @@
440
441
  "separator": "/"
441
442
  }
442
443
  },
443
- "fill_value": 0.0,
444
+ "fill_value": 0,
444
445
  "codecs": [
445
446
  {
446
447
  "name": "bytes",
@@ -457,30 +458,30 @@
457
458
  }
458
459
  ],
459
460
  "attributes": {
460
- "long_name": "latitude of rho-points on coarsened grid",
461
- "units": "degrees North",
462
- "_FillValue": "AAAAAAAA+H8="
461
+ "long_name": "Mask at u-points",
462
+ "units": "land/water (0/1)",
463
+ "coordinates": "lat_u lon_u"
463
464
  },
464
465
  "dimension_names": [
465
- "eta_coarse",
466
- "xi_coarse"
466
+ "eta_rho",
467
+ "xi_u"
467
468
  ],
468
469
  "zarr_format": 3,
469
470
  "node_type": "array",
470
471
  "storage_transformers": []
471
472
  },
472
- "angle": {
473
+ "lat_coarse": {
473
474
  "shape": [
474
- 3,
475
- 3
475
+ 2,
476
+ 2
476
477
  ],
477
478
  "data_type": "float64",
478
479
  "chunk_grid": {
479
480
  "name": "regular",
480
481
  "configuration": {
481
482
  "chunk_shape": [
482
- 3,
483
- 3
483
+ 2,
484
+ 2
484
485
  ]
485
486
  }
486
487
  },
@@ -507,31 +508,28 @@
507
508
  }
508
509
  ],
509
510
  "attributes": {
510
- "long_name": "Angle between xi axis and east",
511
- "units": "radians",
512
- "coordinates": "lat_rho lon_rho",
511
+ "long_name": "latitude of rho-points on coarsened grid",
512
+ "units": "degrees North",
513
513
  "_FillValue": "AAAAAAAA+H8="
514
514
  },
515
515
  "dimension_names": [
516
- "eta_rho",
517
- "xi_rho"
516
+ "eta_coarse",
517
+ "xi_coarse"
518
518
  ],
519
519
  "zarr_format": 3,
520
520
  "node_type": "array",
521
521
  "storage_transformers": []
522
522
  },
523
- "h": {
523
+ "Cs_w": {
524
524
  "shape": [
525
- 3,
526
- 3
525
+ 101
527
526
  ],
528
- "data_type": "float64",
527
+ "data_type": "float32",
529
528
  "chunk_grid": {
530
529
  "name": "regular",
531
530
  "configuration": {
532
531
  "chunk_shape": [
533
- 3,
534
- 3
532
+ 101
535
533
  ]
536
534
  }
537
535
  },
@@ -558,25 +556,23 @@
558
556
  }
559
557
  ],
560
558
  "attributes": {
561
- "long_name": "Bathymetry at rho-points",
562
- "units": "meter",
563
- "coordinates": "lat_rho lon_rho",
559
+ "long_name": "Vertical stretching function at w-points",
560
+ "units": "nondimensional",
564
561
  "_FillValue": "AAAAAAAA+H8="
565
562
  },
566
563
  "dimension_names": [
567
- "eta_rho",
568
- "xi_rho"
564
+ "s_w"
569
565
  ],
570
566
  "zarr_format": 3,
571
567
  "node_type": "array",
572
568
  "storage_transformers": []
573
569
  },
574
- "lon_coarse": {
570
+ "mask_coarse": {
575
571
  "shape": [
576
572
  2,
577
573
  2
578
574
  ],
579
- "data_type": "float64",
575
+ "data_type": "int32",
580
576
  "chunk_grid": {
581
577
  "name": "regular",
582
578
  "configuration": {
@@ -592,7 +588,7 @@
592
588
  "separator": "/"
593
589
  }
594
590
  },
595
- "fill_value": 0.0,
591
+ "fill_value": 0,
596
592
  "codecs": [
597
593
  {
598
594
  "name": "bytes",
@@ -609,9 +605,9 @@
609
605
  }
610
606
  ],
611
607
  "attributes": {
612
- "long_name": "longitude of rho-points on coarsened grid",
613
- "units": "degrees East",
614
- "_FillValue": "AAAAAAAA+H8="
608
+ "long_name": "Mask at rho-points on coarsened grid",
609
+ "units": "land/water (0/1)",
610
+ "coordinates": "lat_coarse lon_coarse"
615
611
  },
616
612
  "dimension_names": [
617
613
  "eta_coarse",
@@ -621,18 +617,18 @@
621
617
  "node_type": "array",
622
618
  "storage_transformers": []
623
619
  },
624
- "pn": {
620
+ "lon_coarse": {
625
621
  "shape": [
626
- 3,
627
- 3
622
+ 2,
623
+ 2
628
624
  ],
629
625
  "data_type": "float64",
630
626
  "chunk_grid": {
631
627
  "name": "regular",
632
628
  "configuration": {
633
629
  "chunk_shape": [
634
- 3,
635
- 3
630
+ 2,
631
+ 2
636
632
  ]
637
633
  }
638
634
  },
@@ -659,31 +655,31 @@
659
655
  }
660
656
  ],
661
657
  "attributes": {
662
- "long_name": "Curvilinear coordinate metric in eta-direction",
663
- "units": "meter-1",
664
- "coordinates": "lat_rho lon_rho",
658
+ "long_name": "longitude of rho-points on coarsened grid",
659
+ "units": "degrees East",
665
660
  "_FillValue": "AAAAAAAA+H8="
666
661
  },
667
662
  "dimension_names": [
668
- "eta_rho",
669
- "xi_rho"
663
+ "eta_coarse",
664
+ "xi_coarse"
670
665
  ],
671
666
  "zarr_format": 3,
672
667
  "node_type": "array",
673
668
  "storage_transformers": []
674
669
  },
675
- "spherical": {
676
- "shape": [],
677
- "data_type": {
678
- "name": "null_terminated_bytes",
679
- "configuration": {
680
- "length_bytes": 1
681
- }
682
- },
670
+ "pn": {
671
+ "shape": [
672
+ 3,
673
+ 3
674
+ ],
675
+ "data_type": "float64",
683
676
  "chunk_grid": {
684
677
  "name": "regular",
685
678
  "configuration": {
686
- "chunk_shape": []
679
+ "chunk_shape": [
680
+ 3,
681
+ 3
682
+ ]
687
683
  }
688
684
  },
689
685
  "chunk_key_encoding": {
@@ -692,10 +688,13 @@
692
688
  "separator": "/"
693
689
  }
694
690
  },
695
- "fill_value": "",
691
+ "fill_value": 0.0,
696
692
  "codecs": [
697
693
  {
698
- "name": "bytes"
694
+ "name": "bytes",
695
+ "configuration": {
696
+ "endian": "little"
697
+ }
699
698
  },
700
699
  {
701
700
  "name": "zstd",
@@ -706,23 +705,31 @@
706
705
  }
707
706
  ],
708
707
  "attributes": {
709
- "Long_name": "Grid type logical switch",
710
- "option_T": "spherical"
708
+ "long_name": "Curvilinear coordinate metric in eta-direction",
709
+ "units": "meter-1",
710
+ "coordinates": "lat_rho lon_rho",
711
+ "_FillValue": "AAAAAAAA+H8="
711
712
  },
713
+ "dimension_names": [
714
+ "eta_rho",
715
+ "xi_rho"
716
+ ],
712
717
  "zarr_format": 3,
713
718
  "node_type": "array",
714
719
  "storage_transformers": []
715
720
  },
716
- "Cs_w": {
721
+ "mask_v": {
717
722
  "shape": [
718
- 101
723
+ 2,
724
+ 3
719
725
  ],
720
- "data_type": "float32",
726
+ "data_type": "int32",
721
727
  "chunk_grid": {
722
728
  "name": "regular",
723
729
  "configuration": {
724
730
  "chunk_shape": [
725
- 101
731
+ 2,
732
+ 3
726
733
  ]
727
734
  }
728
735
  },
@@ -732,7 +739,7 @@
732
739
  "separator": "/"
733
740
  }
734
741
  },
735
- "fill_value": 0.0,
742
+ "fill_value": 0,
736
743
  "codecs": [
737
744
  {
738
745
  "name": "bytes",
@@ -749,30 +756,30 @@
749
756
  }
750
757
  ],
751
758
  "attributes": {
752
- "long_name": "Vertical stretching function at w-points",
753
- "units": "nondimensional",
754
- "_FillValue": "AAAAAAAA+H8="
759
+ "long_name": "Mask at v-points",
760
+ "units": "land/water (0/1)",
761
+ "coordinates": "lat_v lon_v"
755
762
  },
756
763
  "dimension_names": [
757
- "s_w"
764
+ "eta_v",
765
+ "xi_rho"
758
766
  ],
759
767
  "zarr_format": 3,
760
768
  "node_type": "array",
761
769
  "storage_transformers": []
762
770
  },
763
- "mask_coarse": {
764
- "shape": [
765
- 2,
766
- 2
767
- ],
768
- "data_type": "int32",
771
+ "spherical": {
772
+ "shape": [],
773
+ "data_type": {
774
+ "name": "null_terminated_bytes",
775
+ "configuration": {
776
+ "length_bytes": 1
777
+ }
778
+ },
769
779
  "chunk_grid": {
770
780
  "name": "regular",
771
781
  "configuration": {
772
- "chunk_shape": [
773
- 2,
774
- 2
775
- ]
782
+ "chunk_shape": []
776
783
  }
777
784
  },
778
785
  "chunk_key_encoding": {
@@ -781,13 +788,10 @@
781
788
  "separator": "/"
782
789
  }
783
790
  },
784
- "fill_value": 0,
791
+ "fill_value": "",
785
792
  "codecs": [
786
793
  {
787
- "name": "bytes",
788
- "configuration": {
789
- "endian": "little"
790
- }
794
+ "name": "bytes"
791
795
  },
792
796
  {
793
797
  "name": "zstd",
@@ -798,21 +802,16 @@
798
802
  }
799
803
  ],
800
804
  "attributes": {
801
- "long_name": "Mask at rho-points on coarsened grid",
802
- "units": "land/water (0/1)",
803
- "coordinates": "lat_coarse lon_coarse"
805
+ "Long_name": "Grid type logical switch",
806
+ "option_T": "spherical"
804
807
  },
805
- "dimension_names": [
806
- "eta_coarse",
807
- "xi_coarse"
808
- ],
809
808
  "zarr_format": 3,
810
809
  "node_type": "array",
811
810
  "storage_transformers": []
812
811
  },
813
- "lat_v": {
812
+ "h": {
814
813
  "shape": [
815
- 2,
814
+ 3,
816
815
  3
817
816
  ],
818
817
  "data_type": "float64",
@@ -820,7 +819,7 @@
820
819
  "name": "regular",
821
820
  "configuration": {
822
821
  "chunk_shape": [
823
- 2,
822
+ 3,
824
823
  3
825
824
  ]
826
825
  }
@@ -848,30 +847,29 @@
848
847
  }
849
848
  ],
850
849
  "attributes": {
851
- "long_name": "latitude of v-points",
852
- "units": "degrees North",
850
+ "long_name": "Bathymetry at rho-points",
851
+ "units": "meter",
852
+ "coordinates": "lat_rho lon_rho",
853
853
  "_FillValue": "AAAAAAAA+H8="
854
854
  },
855
855
  "dimension_names": [
856
- "eta_v",
856
+ "eta_rho",
857
857
  "xi_rho"
858
858
  ],
859
859
  "zarr_format": 3,
860
860
  "node_type": "array",
861
861
  "storage_transformers": []
862
862
  },
863
- "lat_rho": {
863
+ "sigma_w": {
864
864
  "shape": [
865
- 3,
866
- 3
865
+ 101
867
866
  ],
868
- "data_type": "float64",
867
+ "data_type": "float32",
869
868
  "chunk_grid": {
870
869
  "name": "regular",
871
870
  "configuration": {
872
871
  "chunk_shape": [
873
- 3,
874
- 3
872
+ 101
875
873
  ]
876
874
  }
877
875
  },
@@ -898,29 +896,28 @@
898
896
  }
899
897
  ],
900
898
  "attributes": {
901
- "long_name": "latitude of rho-points",
902
- "units": "degrees North",
899
+ "long_name": "Fractional vertical stretching coordinate at w-points",
900
+ "units": "nondimensional",
903
901
  "_FillValue": "AAAAAAAA+H8="
904
902
  },
905
903
  "dimension_names": [
906
- "eta_rho",
907
- "xi_rho"
904
+ "s_w"
908
905
  ],
909
906
  "zarr_format": 3,
910
907
  "node_type": "array",
911
908
  "storage_transformers": []
912
909
  },
913
- "mask_v": {
910
+ "lat_rho": {
914
911
  "shape": [
915
- 2,
912
+ 3,
916
913
  3
917
914
  ],
918
- "data_type": "int32",
915
+ "data_type": "float64",
919
916
  "chunk_grid": {
920
917
  "name": "regular",
921
918
  "configuration": {
922
919
  "chunk_shape": [
923
- 2,
920
+ 3,
924
921
  3
925
922
  ]
926
923
  }
@@ -931,7 +928,7 @@
931
928
  "separator": "/"
932
929
  }
933
930
  },
934
- "fill_value": 0,
931
+ "fill_value": 0.0,
935
932
  "codecs": [
936
933
  {
937
934
  "name": "bytes",
@@ -948,28 +945,30 @@
948
945
  }
949
946
  ],
950
947
  "attributes": {
951
- "long_name": "Mask at v-points",
952
- "units": "land/water (0/1)",
953
- "coordinates": "lat_v lon_v"
948
+ "long_name": "latitude of rho-points",
949
+ "units": "degrees North",
950
+ "_FillValue": "AAAAAAAA+H8="
954
951
  },
955
952
  "dimension_names": [
956
- "eta_v",
953
+ "eta_rho",
957
954
  "xi_rho"
958
955
  ],
959
956
  "zarr_format": 3,
960
957
  "node_type": "array",
961
958
  "storage_transformers": []
962
959
  },
963
- "Cs_r": {
960
+ "lon_u": {
964
961
  "shape": [
965
- 100
962
+ 3,
963
+ 2
966
964
  ],
967
- "data_type": "float32",
965
+ "data_type": "float64",
968
966
  "chunk_grid": {
969
967
  "name": "regular",
970
968
  "configuration": {
971
969
  "chunk_shape": [
972
- 100
970
+ 3,
971
+ 2
973
972
  ]
974
973
  }
975
974
  },
@@ -996,27 +995,28 @@
996
995
  }
997
996
  ],
998
997
  "attributes": {
999
- "long_name": "Vertical stretching function at rho-points",
1000
- "units": "nondimensional",
998
+ "long_name": "longitude of u-points",
999
+ "units": "degrees East",
1001
1000
  "_FillValue": "AAAAAAAA+H8="
1002
1001
  },
1003
1002
  "dimension_names": [
1004
- "s_rho"
1003
+ "eta_rho",
1004
+ "xi_u"
1005
1005
  ],
1006
1006
  "zarr_format": 3,
1007
1007
  "node_type": "array",
1008
1008
  "storage_transformers": []
1009
1009
  },
1010
- "sigma_w": {
1010
+ "Cs_r": {
1011
1011
  "shape": [
1012
- 101
1012
+ 100
1013
1013
  ],
1014
1014
  "data_type": "float32",
1015
1015
  "chunk_grid": {
1016
1016
  "name": "regular",
1017
1017
  "configuration": {
1018
1018
  "chunk_shape": [
1019
- 101
1019
+ 100
1020
1020
  ]
1021
1021
  }
1022
1022
  },
@@ -1043,21 +1043,21 @@
1043
1043
  }
1044
1044
  ],
1045
1045
  "attributes": {
1046
- "long_name": "Fractional vertical stretching coordinate at w-points",
1046
+ "long_name": "Vertical stretching function at rho-points",
1047
1047
  "units": "nondimensional",
1048
1048
  "_FillValue": "AAAAAAAA+H8="
1049
1049
  },
1050
1050
  "dimension_names": [
1051
- "s_w"
1051
+ "s_rho"
1052
1052
  ],
1053
1053
  "zarr_format": 3,
1054
1054
  "node_type": "array",
1055
1055
  "storage_transformers": []
1056
1056
  },
1057
- "lon_u": {
1057
+ "lon_rho": {
1058
1058
  "shape": [
1059
1059
  3,
1060
- 2
1060
+ 3
1061
1061
  ],
1062
1062
  "data_type": "float64",
1063
1063
  "chunk_grid": {
@@ -1065,7 +1065,7 @@
1065
1065
  "configuration": {
1066
1066
  "chunk_shape": [
1067
1067
  3,
1068
- 2
1068
+ 3
1069
1069
  ]
1070
1070
  }
1071
1071
  },
@@ -1092,21 +1092,21 @@
1092
1092
  }
1093
1093
  ],
1094
1094
  "attributes": {
1095
- "long_name": "longitude of u-points",
1095
+ "long_name": "longitude of rho-points",
1096
1096
  "units": "degrees East",
1097
1097
  "_FillValue": "AAAAAAAA+H8="
1098
1098
  },
1099
1099
  "dimension_names": [
1100
1100
  "eta_rho",
1101
- "xi_u"
1101
+ "xi_rho"
1102
1102
  ],
1103
1103
  "zarr_format": 3,
1104
1104
  "node_type": "array",
1105
1105
  "storage_transformers": []
1106
1106
  },
1107
- "lon_rho": {
1107
+ "lat_v": {
1108
1108
  "shape": [
1109
- 3,
1109
+ 2,
1110
1110
  3
1111
1111
  ],
1112
1112
  "data_type": "float64",
@@ -1114,7 +1114,7 @@
1114
1114
  "name": "regular",
1115
1115
  "configuration": {
1116
1116
  "chunk_shape": [
1117
- 3,
1117
+ 2,
1118
1118
  3
1119
1119
  ]
1120
1120
  }
@@ -1142,12 +1142,12 @@
1142
1142
  }
1143
1143
  ],
1144
1144
  "attributes": {
1145
- "long_name": "longitude of rho-points",
1146
- "units": "degrees East",
1145
+ "long_name": "latitude of v-points",
1146
+ "units": "degrees North",
1147
1147
  "_FillValue": "AAAAAAAA+H8="
1148
1148
  },
1149
1149
  "dimension_names": [
1150
- "eta_rho",
1150
+ "eta_v",
1151
1151
  "xi_rho"
1152
1152
  ],
1153
1153
  "zarr_format": 3,