roms-tools 1.6.2__py3-none-any.whl → 1.7.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.
- ci/environment.yml +1 -1
- roms_tools/__init__.py +1 -0
- roms_tools/_version.py +1 -1
- roms_tools/setup/boundary_forcing.py +13 -112
- roms_tools/setup/datasets.py +778 -191
- roms_tools/setup/download.py +30 -0
- roms_tools/setup/initial_conditions.py +14 -76
- roms_tools/setup/plot.py +77 -15
- roms_tools/setup/river_forcing.py +589 -0
- roms_tools/setup/surface_forcing.py +10 -112
- roms_tools/setup/tides.py +6 -67
- roms_tools/setup/utils.py +259 -1
- roms_tools/tests/test_setup/test_boundary_forcing.py +0 -2
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/.zmetadata +157 -130
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_ALT_CO2_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/ALK_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_ALT_CO2_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DIC_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOC_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOCr_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DON_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DONr_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOP_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/DOPr_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Fe_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/Lig_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NH4_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/NO3_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/O2_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/PO4_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/SiO3_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/abs_time/.zattrs +1 -0
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/bry_time/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatC_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatChl_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatFe_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatP_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diatSi_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazC_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazChl_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazFe_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/diazP_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/month/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/month/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/month/0 +0 -0
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spC_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spCaCO3_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spChl_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spFe_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/spP_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_east/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_north/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_south/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_boundary_forcing_from_climatology.zarr/zooC_west/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/.zmetadata +39 -12
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/abs_time/.zattrs +1 -0
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/dust/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/dust_time/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/iron/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/iron_time/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/month/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/month/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/month/0 +0 -0
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/nhy/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/nhy_time/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/nox/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/nox_time/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/pco2_air/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/pco2_air_alt/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/bgc_surface_forcing_from_climatology.zarr/pco2_time/.zattrs +1 -1
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/.zattrs +3 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/.zgroup +3 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/.zmetadata +214 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/abs_time/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/abs_time/.zattrs +8 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/abs_time/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/month/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/month/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/month/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_name/.zarray +24 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_name/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_name/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_time/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_time/.zattrs +8 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_time/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_tracer/.zarray +24 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_tracer/.zattrs +10 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_tracer/0.0.0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_volume/.zarray +22 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_volume/.zattrs +9 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/river_volume/0.0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/tracer_name/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/tracer_name/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/river_forcing.zarr/tracer_name/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/.zattrs +1 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/.zgroup +3 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/.zmetadata +185 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/abs_time/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/abs_time/.zattrs +8 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/abs_time/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_name/.zarray +24 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_name/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_name/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_time/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_time/.zattrs +7 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_time/0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_tracer/.zarray +24 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_tracer/.zattrs +10 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_tracer/0.0.0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_volume/.zarray +22 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_volume/.zattrs +9 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/river_volume/0.0 +0 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/tracer_name/.zarray +20 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/tracer_name/.zattrs +6 -0
- roms_tools/tests/test_setup/test_data/river_forcing_no_climatology.zarr/tracer_name/0 +0 -0
- roms_tools/tests/test_setup/test_initial_conditions.py +0 -2
- roms_tools/tests/test_setup/test_river_forcing.py +366 -0
- roms_tools/tests/test_setup/test_surface_forcing.py +0 -2
- roms_tools/tests/test_setup/test_tides.py +0 -2
- roms_tools/tests/test_setup/test_validation.py +4 -0
- roms_tools/utils.py +12 -10
- {roms_tools-1.6.2.dist-info → roms_tools-1.7.0.dist-info}/METADATA +5 -5
- {roms_tools-1.6.2.dist-info → roms_tools-1.7.0.dist-info}/RECORD +221 -168
- {roms_tools-1.6.2.dist-info → roms_tools-1.7.0.dist-info}/WHEEL +1 -1
- {roms_tools-1.6.2.dist-info → roms_tools-1.7.0.dist-info}/LICENSE +0 -0
- {roms_tools-1.6.2.dist-info → roms_tools-1.7.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
12
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "<i8",
|
|
13
|
+
"fill_value": null,
|
|
14
|
+
"filters": null,
|
|
15
|
+
"order": "C",
|
|
16
|
+
"shape": [
|
|
17
|
+
12
|
|
18
|
+
],
|
|
19
|
+
"zarr_format": 2
|
|
20
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
6
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "|O",
|
|
13
|
+
"fill_value": null,
|
|
14
|
+
"filters": [
|
|
15
|
+
{
|
|
16
|
+
"id": "vlen-utf8"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"order": "C",
|
|
20
|
+
"shape": [
|
|
21
|
+
6
|
|
22
|
+
],
|
|
23
|
+
"zarr_format": 2
|
|
24
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
12
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "<f8",
|
|
13
|
+
"fill_value": "NaN",
|
|
14
|
+
"filters": null,
|
|
15
|
+
"order": "C",
|
|
16
|
+
"shape": [
|
|
17
|
+
12
|
|
18
|
+
],
|
|
19
|
+
"zarr_format": 2
|
|
20
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
12,
|
|
4
|
+
2,
|
|
5
|
+
6
|
|
6
|
+
],
|
|
7
|
+
"compressor": {
|
|
8
|
+
"blocksize": 0,
|
|
9
|
+
"clevel": 5,
|
|
10
|
+
"cname": "lz4",
|
|
11
|
+
"id": "blosc",
|
|
12
|
+
"shuffle": 1
|
|
13
|
+
},
|
|
14
|
+
"dtype": "<f4",
|
|
15
|
+
"fill_value": "NaN",
|
|
16
|
+
"filters": null,
|
|
17
|
+
"order": "C",
|
|
18
|
+
"shape": [
|
|
19
|
+
12,
|
|
20
|
+
2,
|
|
21
|
+
6
|
|
22
|
+
],
|
|
23
|
+
"zarr_format": 2
|
|
24
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
12,
|
|
4
|
+
6
|
|
5
|
+
],
|
|
6
|
+
"compressor": {
|
|
7
|
+
"blocksize": 0,
|
|
8
|
+
"clevel": 5,
|
|
9
|
+
"cname": "lz4",
|
|
10
|
+
"id": "blosc",
|
|
11
|
+
"shuffle": 1
|
|
12
|
+
},
|
|
13
|
+
"dtype": "<f4",
|
|
14
|
+
"fill_value": "NaN",
|
|
15
|
+
"filters": null,
|
|
16
|
+
"order": "C",
|
|
17
|
+
"shape": [
|
|
18
|
+
12,
|
|
19
|
+
6
|
|
20
|
+
],
|
|
21
|
+
"zarr_format": 2
|
|
22
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
2
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "<U11",
|
|
13
|
+
"fill_value": null,
|
|
14
|
+
"filters": null,
|
|
15
|
+
"order": "C",
|
|
16
|
+
"shape": [
|
|
17
|
+
2
|
|
18
|
+
],
|
|
19
|
+
"zarr_format": 2
|
|
20
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
".zattrs": {},
|
|
4
|
+
".zgroup": {
|
|
5
|
+
"zarr_format": 2
|
|
6
|
+
},
|
|
7
|
+
"abs_time/.zarray": {
|
|
8
|
+
"chunks": [
|
|
9
|
+
4
|
|
10
|
+
],
|
|
11
|
+
"compressor": {
|
|
12
|
+
"blocksize": 0,
|
|
13
|
+
"clevel": 5,
|
|
14
|
+
"cname": "lz4",
|
|
15
|
+
"id": "blosc",
|
|
16
|
+
"shuffle": 1
|
|
17
|
+
},
|
|
18
|
+
"dtype": "<i8",
|
|
19
|
+
"fill_value": null,
|
|
20
|
+
"filters": null,
|
|
21
|
+
"order": "C",
|
|
22
|
+
"shape": [
|
|
23
|
+
4
|
|
24
|
+
],
|
|
25
|
+
"zarr_format": 2
|
|
26
|
+
},
|
|
27
|
+
"abs_time/.zattrs": {
|
|
28
|
+
"_ARRAY_DIMENSIONS": [
|
|
29
|
+
"river_time"
|
|
30
|
+
],
|
|
31
|
+
"calendar": "proleptic_gregorian",
|
|
32
|
+
"long_name": "absolute time",
|
|
33
|
+
"units": "days since 1997-12-15 00:00:00"
|
|
34
|
+
},
|
|
35
|
+
"river_name/.zarray": {
|
|
36
|
+
"chunks": [
|
|
37
|
+
6
|
|
38
|
+
],
|
|
39
|
+
"compressor": {
|
|
40
|
+
"blocksize": 0,
|
|
41
|
+
"clevel": 5,
|
|
42
|
+
"cname": "lz4",
|
|
43
|
+
"id": "blosc",
|
|
44
|
+
"shuffle": 1
|
|
45
|
+
},
|
|
46
|
+
"dtype": "|O",
|
|
47
|
+
"fill_value": null,
|
|
48
|
+
"filters": [
|
|
49
|
+
{
|
|
50
|
+
"id": "vlen-utf8"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"order": "C",
|
|
54
|
+
"shape": [
|
|
55
|
+
6
|
|
56
|
+
],
|
|
57
|
+
"zarr_format": 2
|
|
58
|
+
},
|
|
59
|
+
"river_name/.zattrs": {
|
|
60
|
+
"_ARRAY_DIMENSIONS": [
|
|
61
|
+
"nriver"
|
|
62
|
+
],
|
|
63
|
+
"long_name": "River name"
|
|
64
|
+
},
|
|
65
|
+
"river_time/.zarray": {
|
|
66
|
+
"chunks": [
|
|
67
|
+
4
|
|
68
|
+
],
|
|
69
|
+
"compressor": {
|
|
70
|
+
"blocksize": 0,
|
|
71
|
+
"clevel": 5,
|
|
72
|
+
"cname": "lz4",
|
|
73
|
+
"id": "blosc",
|
|
74
|
+
"shuffle": 1
|
|
75
|
+
},
|
|
76
|
+
"dtype": "<f8",
|
|
77
|
+
"fill_value": "NaN",
|
|
78
|
+
"filters": null,
|
|
79
|
+
"order": "C",
|
|
80
|
+
"shape": [
|
|
81
|
+
4
|
|
82
|
+
],
|
|
83
|
+
"zarr_format": 2
|
|
84
|
+
},
|
|
85
|
+
"river_time/.zattrs": {
|
|
86
|
+
"_ARRAY_DIMENSIONS": [
|
|
87
|
+
"river_time"
|
|
88
|
+
],
|
|
89
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
90
|
+
"units": "days"
|
|
91
|
+
},
|
|
92
|
+
"river_tracer/.zarray": {
|
|
93
|
+
"chunks": [
|
|
94
|
+
4,
|
|
95
|
+
2,
|
|
96
|
+
6
|
|
97
|
+
],
|
|
98
|
+
"compressor": {
|
|
99
|
+
"blocksize": 0,
|
|
100
|
+
"clevel": 5,
|
|
101
|
+
"cname": "lz4",
|
|
102
|
+
"id": "blosc",
|
|
103
|
+
"shuffle": 1
|
|
104
|
+
},
|
|
105
|
+
"dtype": "<f4",
|
|
106
|
+
"fill_value": "NaN",
|
|
107
|
+
"filters": null,
|
|
108
|
+
"order": "C",
|
|
109
|
+
"shape": [
|
|
110
|
+
4,
|
|
111
|
+
2,
|
|
112
|
+
6
|
|
113
|
+
],
|
|
114
|
+
"zarr_format": 2
|
|
115
|
+
},
|
|
116
|
+
"river_tracer/.zattrs": {
|
|
117
|
+
"_ARRAY_DIMENSIONS": [
|
|
118
|
+
"river_time",
|
|
119
|
+
"ntracers",
|
|
120
|
+
"nriver"
|
|
121
|
+
],
|
|
122
|
+
"coordinates": "abs_time river_name tracer_name",
|
|
123
|
+
"long_name": "River tracer data",
|
|
124
|
+
"units": "degrees C [temperature]; psu [salinity]"
|
|
125
|
+
},
|
|
126
|
+
"river_volume/.zarray": {
|
|
127
|
+
"chunks": [
|
|
128
|
+
4,
|
|
129
|
+
6
|
|
130
|
+
],
|
|
131
|
+
"compressor": {
|
|
132
|
+
"blocksize": 0,
|
|
133
|
+
"clevel": 5,
|
|
134
|
+
"cname": "lz4",
|
|
135
|
+
"id": "blosc",
|
|
136
|
+
"shuffle": 1
|
|
137
|
+
},
|
|
138
|
+
"dtype": "<f4",
|
|
139
|
+
"fill_value": "NaN",
|
|
140
|
+
"filters": null,
|
|
141
|
+
"order": "C",
|
|
142
|
+
"shape": [
|
|
143
|
+
4,
|
|
144
|
+
6
|
|
145
|
+
],
|
|
146
|
+
"zarr_format": 2
|
|
147
|
+
},
|
|
148
|
+
"river_volume/.zattrs": {
|
|
149
|
+
"_ARRAY_DIMENSIONS": [
|
|
150
|
+
"river_time",
|
|
151
|
+
"nriver"
|
|
152
|
+
],
|
|
153
|
+
"coordinates": "abs_time river_name",
|
|
154
|
+
"long_name": "River volume flux",
|
|
155
|
+
"units": "m^3/s"
|
|
156
|
+
},
|
|
157
|
+
"tracer_name/.zarray": {
|
|
158
|
+
"chunks": [
|
|
159
|
+
2
|
|
160
|
+
],
|
|
161
|
+
"compressor": {
|
|
162
|
+
"blocksize": 0,
|
|
163
|
+
"clevel": 5,
|
|
164
|
+
"cname": "lz4",
|
|
165
|
+
"id": "blosc",
|
|
166
|
+
"shuffle": 1
|
|
167
|
+
},
|
|
168
|
+
"dtype": "<U11",
|
|
169
|
+
"fill_value": null,
|
|
170
|
+
"filters": null,
|
|
171
|
+
"order": "C",
|
|
172
|
+
"shape": [
|
|
173
|
+
2
|
|
174
|
+
],
|
|
175
|
+
"zarr_format": 2
|
|
176
|
+
},
|
|
177
|
+
"tracer_name/.zattrs": {
|
|
178
|
+
"_ARRAY_DIMENSIONS": [
|
|
179
|
+
"ntracers"
|
|
180
|
+
],
|
|
181
|
+
"long_name": "Tracer name"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"zarr_consolidated_format": 1
|
|
185
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
4
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "<i8",
|
|
13
|
+
"fill_value": null,
|
|
14
|
+
"filters": null,
|
|
15
|
+
"order": "C",
|
|
16
|
+
"shape": [
|
|
17
|
+
4
|
|
18
|
+
],
|
|
19
|
+
"zarr_format": 2
|
|
20
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
6
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "|O",
|
|
13
|
+
"fill_value": null,
|
|
14
|
+
"filters": [
|
|
15
|
+
{
|
|
16
|
+
"id": "vlen-utf8"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"order": "C",
|
|
20
|
+
"shape": [
|
|
21
|
+
6
|
|
22
|
+
],
|
|
23
|
+
"zarr_format": 2
|
|
24
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
4
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "<f8",
|
|
13
|
+
"fill_value": "NaN",
|
|
14
|
+
"filters": null,
|
|
15
|
+
"order": "C",
|
|
16
|
+
"shape": [
|
|
17
|
+
4
|
|
18
|
+
],
|
|
19
|
+
"zarr_format": 2
|
|
20
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
4,
|
|
4
|
+
2,
|
|
5
|
+
6
|
|
6
|
+
],
|
|
7
|
+
"compressor": {
|
|
8
|
+
"blocksize": 0,
|
|
9
|
+
"clevel": 5,
|
|
10
|
+
"cname": "lz4",
|
|
11
|
+
"id": "blosc",
|
|
12
|
+
"shuffle": 1
|
|
13
|
+
},
|
|
14
|
+
"dtype": "<f4",
|
|
15
|
+
"fill_value": "NaN",
|
|
16
|
+
"filters": null,
|
|
17
|
+
"order": "C",
|
|
18
|
+
"shape": [
|
|
19
|
+
4,
|
|
20
|
+
2,
|
|
21
|
+
6
|
|
22
|
+
],
|
|
23
|
+
"zarr_format": 2
|
|
24
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
4,
|
|
4
|
+
6
|
|
5
|
+
],
|
|
6
|
+
"compressor": {
|
|
7
|
+
"blocksize": 0,
|
|
8
|
+
"clevel": 5,
|
|
9
|
+
"cname": "lz4",
|
|
10
|
+
"id": "blosc",
|
|
11
|
+
"shuffle": 1
|
|
12
|
+
},
|
|
13
|
+
"dtype": "<f4",
|
|
14
|
+
"fill_value": "NaN",
|
|
15
|
+
"filters": null,
|
|
16
|
+
"order": "C",
|
|
17
|
+
"shape": [
|
|
18
|
+
4,
|
|
19
|
+
6
|
|
20
|
+
],
|
|
21
|
+
"zarr_format": 2
|
|
22
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chunks": [
|
|
3
|
+
2
|
|
4
|
+
],
|
|
5
|
+
"compressor": {
|
|
6
|
+
"blocksize": 0,
|
|
7
|
+
"clevel": 5,
|
|
8
|
+
"cname": "lz4",
|
|
9
|
+
"id": "blosc",
|
|
10
|
+
"shuffle": 1
|
|
11
|
+
},
|
|
12
|
+
"dtype": "<U11",
|
|
13
|
+
"fill_value": null,
|
|
14
|
+
"filters": null,
|
|
15
|
+
"order": "C",
|
|
16
|
+
"shape": [
|
|
17
|
+
2
|
|
18
|
+
],
|
|
19
|
+
"zarr_format": 2
|
|
20
|
+
}
|
|
Binary file
|