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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"correct_radiation": "False",
|
|
4
4
|
"end_time": "2020-02-01 00:00:00",
|
|
5
5
|
"model_reference_date": "2000-01-01 00:00:00",
|
|
6
|
-
"roms_tools_version": "0.1.
|
|
6
|
+
"roms_tools_version": "0.1.dev169+dirty",
|
|
7
7
|
"source": "CESM_REGRIDDED",
|
|
8
8
|
"start_time": "2020-02-01 00:00:00",
|
|
9
9
|
"title": "ROMS surface forcing file created by ROMS-Tools",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"correct_radiation": "False",
|
|
6
6
|
"end_time": "2020-02-01 00:00:00",
|
|
7
7
|
"model_reference_date": "2000-01-01 00:00:00",
|
|
8
|
-
"roms_tools_version": "0.1.
|
|
8
|
+
"roms_tools_version": "0.1.dev169+dirty",
|
|
9
9
|
"source": "CESM_REGRIDDED",
|
|
10
10
|
"start_time": "2020-02-01 00:00:00",
|
|
11
11
|
"title": "ROMS surface forcing file created by ROMS-Tools",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"time"
|
|
41
41
|
],
|
|
42
42
|
"calendar": "proleptic_gregorian",
|
|
43
|
+
"long_name": "absolute time",
|
|
43
44
|
"units": "days since 2000-01-16 00:00:00"
|
|
44
45
|
},
|
|
45
46
|
"dust/.zarray": {
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"eta_rho",
|
|
73
74
|
"xi_rho"
|
|
74
75
|
],
|
|
75
|
-
"coordinates": "abs_time dust_time iron_time nhy_time nox_time pco2_time",
|
|
76
|
+
"coordinates": "abs_time dust_time iron_time month nhy_time nox_time pco2_time",
|
|
76
77
|
"long_name": "dust decomposition",
|
|
77
78
|
"units": "kg/m^2/s"
|
|
78
79
|
},
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"time"
|
|
102
103
|
],
|
|
103
104
|
"cycle_length": 365.25,
|
|
104
|
-
"long_name": "days since 2000-01-01 00:00:00",
|
|
105
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
105
106
|
"units": "days"
|
|
106
107
|
},
|
|
107
108
|
"iron/.zarray": {
|
|
@@ -134,7 +135,7 @@
|
|
|
134
135
|
"eta_rho",
|
|
135
136
|
"xi_rho"
|
|
136
137
|
],
|
|
137
|
-
"coordinates": "abs_time dust_time iron_time nhy_time nox_time pco2_time",
|
|
138
|
+
"coordinates": "abs_time dust_time iron_time month nhy_time nox_time pco2_time",
|
|
138
139
|
"long_name": "iron decomposition",
|
|
139
140
|
"units": "nmol/cm^2/s"
|
|
140
141
|
},
|
|
@@ -163,9 +164,35 @@
|
|
|
163
164
|
"time"
|
|
164
165
|
],
|
|
165
166
|
"cycle_length": 365.25,
|
|
166
|
-
"long_name": "days since 2000-01-01 00:00:00",
|
|
167
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
167
168
|
"units": "days"
|
|
168
169
|
},
|
|
170
|
+
"month/.zarray": {
|
|
171
|
+
"chunks": [
|
|
172
|
+
12
|
|
173
|
+
],
|
|
174
|
+
"compressor": {
|
|
175
|
+
"blocksize": 0,
|
|
176
|
+
"clevel": 5,
|
|
177
|
+
"cname": "lz4",
|
|
178
|
+
"id": "blosc",
|
|
179
|
+
"shuffle": 1
|
|
180
|
+
},
|
|
181
|
+
"dtype": "<i8",
|
|
182
|
+
"fill_value": null,
|
|
183
|
+
"filters": null,
|
|
184
|
+
"order": "C",
|
|
185
|
+
"shape": [
|
|
186
|
+
12
|
|
187
|
+
],
|
|
188
|
+
"zarr_format": 2
|
|
189
|
+
},
|
|
190
|
+
"month/.zattrs": {
|
|
191
|
+
"_ARRAY_DIMENSIONS": [
|
|
192
|
+
"time"
|
|
193
|
+
],
|
|
194
|
+
"long_name": "Month index (1-12)"
|
|
195
|
+
},
|
|
169
196
|
"nhy/.zarray": {
|
|
170
197
|
"chunks": [
|
|
171
198
|
12,
|
|
@@ -196,7 +223,7 @@
|
|
|
196
223
|
"eta_rho",
|
|
197
224
|
"xi_rho"
|
|
198
225
|
],
|
|
199
|
-
"coordinates": "abs_time dust_time iron_time nhy_time nox_time pco2_time",
|
|
226
|
+
"coordinates": "abs_time dust_time iron_time month nhy_time nox_time pco2_time",
|
|
200
227
|
"long_name": "NHy decomposition",
|
|
201
228
|
"units": "kg/m^2/s"
|
|
202
229
|
},
|
|
@@ -225,7 +252,7 @@
|
|
|
225
252
|
"time"
|
|
226
253
|
],
|
|
227
254
|
"cycle_length": 365.25,
|
|
228
|
-
"long_name": "days since 2000-01-01 00:00:00",
|
|
255
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
229
256
|
"units": "days"
|
|
230
257
|
},
|
|
231
258
|
"nox/.zarray": {
|
|
@@ -258,7 +285,7 @@
|
|
|
258
285
|
"eta_rho",
|
|
259
286
|
"xi_rho"
|
|
260
287
|
],
|
|
261
|
-
"coordinates": "abs_time dust_time iron_time nhy_time nox_time pco2_time",
|
|
288
|
+
"coordinates": "abs_time dust_time iron_time month nhy_time nox_time pco2_time",
|
|
262
289
|
"long_name": "NOx decomposition",
|
|
263
290
|
"units": "kg/m^2/s"
|
|
264
291
|
},
|
|
@@ -287,7 +314,7 @@
|
|
|
287
314
|
"time"
|
|
288
315
|
],
|
|
289
316
|
"cycle_length": 365.25,
|
|
290
|
-
"long_name": "days since 2000-01-01 00:00:00",
|
|
317
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
291
318
|
"units": "days"
|
|
292
319
|
},
|
|
293
320
|
"pco2_air/.zarray": {
|
|
@@ -320,7 +347,7 @@
|
|
|
320
347
|
"eta_rho",
|
|
321
348
|
"xi_rho"
|
|
322
349
|
],
|
|
323
|
-
"coordinates": "abs_time dust_time iron_time nhy_time nox_time pco2_time",
|
|
350
|
+
"coordinates": "abs_time dust_time iron_time month nhy_time nox_time pco2_time",
|
|
324
351
|
"long_name": "atmospheric pCO2",
|
|
325
352
|
"units": "ppmv"
|
|
326
353
|
},
|
|
@@ -354,7 +381,7 @@
|
|
|
354
381
|
"eta_rho",
|
|
355
382
|
"xi_rho"
|
|
356
383
|
],
|
|
357
|
-
"coordinates": "abs_time dust_time iron_time nhy_time nox_time pco2_time",
|
|
384
|
+
"coordinates": "abs_time dust_time iron_time month nhy_time nox_time pco2_time",
|
|
358
385
|
"long_name": "atmospheric pCO2, alternative CO2",
|
|
359
386
|
"units": "ppmv"
|
|
360
387
|
},
|
|
@@ -383,7 +410,7 @@
|
|
|
383
410
|
"time"
|
|
384
411
|
],
|
|
385
412
|
"cycle_length": 365.25,
|
|
386
|
-
"long_name": "days since 2000-01-01 00:00:00",
|
|
413
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
387
414
|
"units": "days"
|
|
388
415
|
}
|
|
389
416
|
},
|
|
@@ -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,214 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
".zattrs": {
|
|
4
|
+
"climatology": "True"
|
|
5
|
+
},
|
|
6
|
+
".zgroup": {
|
|
7
|
+
"zarr_format": 2
|
|
8
|
+
},
|
|
9
|
+
"abs_time/.zarray": {
|
|
10
|
+
"chunks": [
|
|
11
|
+
12
|
|
12
|
+
],
|
|
13
|
+
"compressor": {
|
|
14
|
+
"blocksize": 0,
|
|
15
|
+
"clevel": 5,
|
|
16
|
+
"cname": "lz4",
|
|
17
|
+
"id": "blosc",
|
|
18
|
+
"shuffle": 1
|
|
19
|
+
},
|
|
20
|
+
"dtype": "<i8",
|
|
21
|
+
"fill_value": null,
|
|
22
|
+
"filters": null,
|
|
23
|
+
"order": "C",
|
|
24
|
+
"shape": [
|
|
25
|
+
12
|
|
26
|
+
],
|
|
27
|
+
"zarr_format": 2
|
|
28
|
+
},
|
|
29
|
+
"abs_time/.zattrs": {
|
|
30
|
+
"_ARRAY_DIMENSIONS": [
|
|
31
|
+
"river_time"
|
|
32
|
+
],
|
|
33
|
+
"calendar": "proleptic_gregorian",
|
|
34
|
+
"long_name": "absolute time",
|
|
35
|
+
"units": "days since 2000-01-16 00:00:00"
|
|
36
|
+
},
|
|
37
|
+
"month/.zarray": {
|
|
38
|
+
"chunks": [
|
|
39
|
+
12
|
|
40
|
+
],
|
|
41
|
+
"compressor": {
|
|
42
|
+
"blocksize": 0,
|
|
43
|
+
"clevel": 5,
|
|
44
|
+
"cname": "lz4",
|
|
45
|
+
"id": "blosc",
|
|
46
|
+
"shuffle": 1
|
|
47
|
+
},
|
|
48
|
+
"dtype": "<i8",
|
|
49
|
+
"fill_value": null,
|
|
50
|
+
"filters": null,
|
|
51
|
+
"order": "C",
|
|
52
|
+
"shape": [
|
|
53
|
+
12
|
|
54
|
+
],
|
|
55
|
+
"zarr_format": 2
|
|
56
|
+
},
|
|
57
|
+
"month/.zattrs": {
|
|
58
|
+
"_ARRAY_DIMENSIONS": [
|
|
59
|
+
"river_time"
|
|
60
|
+
],
|
|
61
|
+
"long_name": "Month index (1-12)"
|
|
62
|
+
},
|
|
63
|
+
"river_name/.zarray": {
|
|
64
|
+
"chunks": [
|
|
65
|
+
6
|
|
66
|
+
],
|
|
67
|
+
"compressor": {
|
|
68
|
+
"blocksize": 0,
|
|
69
|
+
"clevel": 5,
|
|
70
|
+
"cname": "lz4",
|
|
71
|
+
"id": "blosc",
|
|
72
|
+
"shuffle": 1
|
|
73
|
+
},
|
|
74
|
+
"dtype": "|O",
|
|
75
|
+
"fill_value": null,
|
|
76
|
+
"filters": [
|
|
77
|
+
{
|
|
78
|
+
"id": "vlen-utf8"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"order": "C",
|
|
82
|
+
"shape": [
|
|
83
|
+
6
|
|
84
|
+
],
|
|
85
|
+
"zarr_format": 2
|
|
86
|
+
},
|
|
87
|
+
"river_name/.zattrs": {
|
|
88
|
+
"_ARRAY_DIMENSIONS": [
|
|
89
|
+
"nriver"
|
|
90
|
+
],
|
|
91
|
+
"long_name": "River name"
|
|
92
|
+
},
|
|
93
|
+
"river_time/.zarray": {
|
|
94
|
+
"chunks": [
|
|
95
|
+
12
|
|
96
|
+
],
|
|
97
|
+
"compressor": {
|
|
98
|
+
"blocksize": 0,
|
|
99
|
+
"clevel": 5,
|
|
100
|
+
"cname": "lz4",
|
|
101
|
+
"id": "blosc",
|
|
102
|
+
"shuffle": 1
|
|
103
|
+
},
|
|
104
|
+
"dtype": "<f8",
|
|
105
|
+
"fill_value": "NaN",
|
|
106
|
+
"filters": null,
|
|
107
|
+
"order": "C",
|
|
108
|
+
"shape": [
|
|
109
|
+
12
|
|
110
|
+
],
|
|
111
|
+
"zarr_format": 2
|
|
112
|
+
},
|
|
113
|
+
"river_time/.zattrs": {
|
|
114
|
+
"_ARRAY_DIMENSIONS": [
|
|
115
|
+
"river_time"
|
|
116
|
+
],
|
|
117
|
+
"cycle_length": 365.25,
|
|
118
|
+
"long_name": "relative time: days since 2000-01-01 00:00:00",
|
|
119
|
+
"units": "days"
|
|
120
|
+
},
|
|
121
|
+
"river_tracer/.zarray": {
|
|
122
|
+
"chunks": [
|
|
123
|
+
12,
|
|
124
|
+
2,
|
|
125
|
+
6
|
|
126
|
+
],
|
|
127
|
+
"compressor": {
|
|
128
|
+
"blocksize": 0,
|
|
129
|
+
"clevel": 5,
|
|
130
|
+
"cname": "lz4",
|
|
131
|
+
"id": "blosc",
|
|
132
|
+
"shuffle": 1
|
|
133
|
+
},
|
|
134
|
+
"dtype": "<f4",
|
|
135
|
+
"fill_value": "NaN",
|
|
136
|
+
"filters": null,
|
|
137
|
+
"order": "C",
|
|
138
|
+
"shape": [
|
|
139
|
+
12,
|
|
140
|
+
2,
|
|
141
|
+
6
|
|
142
|
+
],
|
|
143
|
+
"zarr_format": 2
|
|
144
|
+
},
|
|
145
|
+
"river_tracer/.zattrs": {
|
|
146
|
+
"_ARRAY_DIMENSIONS": [
|
|
147
|
+
"river_time",
|
|
148
|
+
"ntracers",
|
|
149
|
+
"nriver"
|
|
150
|
+
],
|
|
151
|
+
"coordinates": "abs_time month river_name tracer_name",
|
|
152
|
+
"long_name": "River tracer data",
|
|
153
|
+
"units": "degrees C [temperature]; psu [salinity]"
|
|
154
|
+
},
|
|
155
|
+
"river_volume/.zarray": {
|
|
156
|
+
"chunks": [
|
|
157
|
+
12,
|
|
158
|
+
6
|
|
159
|
+
],
|
|
160
|
+
"compressor": {
|
|
161
|
+
"blocksize": 0,
|
|
162
|
+
"clevel": 5,
|
|
163
|
+
"cname": "lz4",
|
|
164
|
+
"id": "blosc",
|
|
165
|
+
"shuffle": 1
|
|
166
|
+
},
|
|
167
|
+
"dtype": "<f4",
|
|
168
|
+
"fill_value": "NaN",
|
|
169
|
+
"filters": null,
|
|
170
|
+
"order": "C",
|
|
171
|
+
"shape": [
|
|
172
|
+
12,
|
|
173
|
+
6
|
|
174
|
+
],
|
|
175
|
+
"zarr_format": 2
|
|
176
|
+
},
|
|
177
|
+
"river_volume/.zattrs": {
|
|
178
|
+
"_ARRAY_DIMENSIONS": [
|
|
179
|
+
"river_time",
|
|
180
|
+
"nriver"
|
|
181
|
+
],
|
|
182
|
+
"coordinates": "abs_time month river_name",
|
|
183
|
+
"long_name": "River volume flux",
|
|
184
|
+
"units": "m^3/s"
|
|
185
|
+
},
|
|
186
|
+
"tracer_name/.zarray": {
|
|
187
|
+
"chunks": [
|
|
188
|
+
2
|
|
189
|
+
],
|
|
190
|
+
"compressor": {
|
|
191
|
+
"blocksize": 0,
|
|
192
|
+
"clevel": 5,
|
|
193
|
+
"cname": "lz4",
|
|
194
|
+
"id": "blosc",
|
|
195
|
+
"shuffle": 1
|
|
196
|
+
},
|
|
197
|
+
"dtype": "<U11",
|
|
198
|
+
"fill_value": null,
|
|
199
|
+
"filters": null,
|
|
200
|
+
"order": "C",
|
|
201
|
+
"shape": [
|
|
202
|
+
2
|
|
203
|
+
],
|
|
204
|
+
"zarr_format": 2
|
|
205
|
+
},
|
|
206
|
+
"tracer_name/.zattrs": {
|
|
207
|
+
"_ARRAY_DIMENSIONS": [
|
|
208
|
+
"ntracers"
|
|
209
|
+
],
|
|
210
|
+
"long_name": "Tracer name"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"zarr_consolidated_format": 1
|
|
214
|
+
}
|
|
@@ -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
|