Skip to content

Commit

Permalink
added model constituents from TPXO9-atlas-v3 (#30)
Browse files Browse the repository at this point in the history
update documentation for new atlas model

update jupyter notebooks for new models

update workflow for new ICESat-2 toolkit dependencies

version to 1.0.2.14
  • Loading branch information
tsutterley committed Nov 3, 2020
1 parent 0c756b7 commit eb28370
Show file tree
Hide file tree
Showing 24 changed files with 690 additions and 63 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install from source
run: |
pip install zarr
pip install pandas
pip install --no-deps .
pip install --no-deps git+https://github.com/tsutterley/read-ICESat-2.git
pip install --no-deps git+https://github.com/tsutterley/read-ATM1b-QFIT-binary.git
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install from source
run: |
pip install zarr
pip install pandas
pip install --no-deps .
pip install --no-deps git+https://github.com/tsutterley/read-ICESat-2.git
pip install --no-deps git+https://github.com/tsutterley/read-ATM1b-QFIT-binary.git
Expand Down
1 change: 1 addition & 0 deletions doc/source/getting_started/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This structure was chosen based on the different formats of each tide model.
- TOPEX/POSEIDON global tide models
* [TPXO9-atlas](https://www.tpxo.net/tpxo-products-and-registration): `<path_to_tide_models>/TPXO9_atlas/`
* [TPXO9-atlas-v2](https://www.tpxo.net/tpxo-products-and-registration): `<path_to_tide_models>/TPXO9_atlas_v2/`
* [TPXO9-atlas-v3](https://www.tpxo.net/tpxo-products-and-registration): `<path_to_tide_models>/TPXO9_atlas_v3/`
* [TPXO9.1](https://www.tpxo.net/tpxo-products-and-registration): `<path_to_tide_models>/TPXO9.1/DATA/`
* [TPXO8-atlas](https://www.tpxo.net/tpxo-products-and-registration): `<path_to_tide_models>/tpxo8_atlas/`
* TPXO7.2: `<path_to_tide_models>/TPXO7.2_tmd/`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/compute_tidal_elevations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ python compute_tidal_elevations.py --directory <path_to_directory> --tide <model
* `'CATS2008'`
* `'CATS2008_load'`
* `'TPXO9-atlas'`
* `'TPXO9-atlas-v2'`
* `'TPXO9-atlas-v3'`
* `'TPXO9.1'`
* `'TPXO8-atlas'`
* `'TPXO7.2'`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/compute_tides_ICESat2_ATL03.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python compute_tides_ICESat2_ATL03.py --directory <path_to_directory> --tide <mo
* `'CATS2008'`
* `'CATS2008_load'`
* `'TPXO9-atlas'`
* `'TPXO9-atlas-v2'`
* `'TPXO9-atlas-v3'`
* `'TPXO9.1'`
* `'TPXO8-atlas'`
* `'TPXO7.2'`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/compute_tides_ICESat2_ATL06.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python compute_tides_ICESat2_ATL06.py --directory <path_to_directory> --tide <mo
* `'CATS2008'`
* `'CATS2008_load'`
* `'TPXO9-atlas'`
* `'TPXO9-atlas-v2'`
* `'TPXO9-atlas-v3'`
* `'TPXO9.1'`
* `'TPXO8-atlas'`
* `'TPXO7.2'`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/compute_tides_ICESat2_ATL07.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python compute_tides_ICESat2_ATL07.py --directory <path_to_directory> --tide <mo
* `'CATS2008'`
* `'CATS2008_load'`
* `'TPXO9-atlas'`
* `'TPXO9-atlas-v2'`
* `'TPXO9-atlas-v3'`
* `'TPXO9.1'`
* `'TPXO8-atlas'`
* `'TPXO7.2'`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/compute_tides_ICESat2_ATL12.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python compute_tides_ICESat2_ATL12.py --directory <path_to_directory> --tide <mo
* `'CATS2008'`
* `'CATS2008_load'`
* `'TPXO9-atlas'`
* `'TPXO9-atlas-v2'`
* `'TPXO9-atlas-v3'`
* `'TPXO9.1'`
* `'TPXO8-atlas'`
* `'TPXO7.2'`
Expand Down
2 changes: 2 additions & 0 deletions doc/source/user_guide/compute_tides_icebridge_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ python compute_tides_icebridge_data.py --directory <path_to_directory> --tide <m
* `'CATS2008'`
* `'CATS2008_load'`
* `'TPXO9-atlas'`
* `'TPXO9-atlas-v2'`
* `'TPXO9-atlas-v3'`
* `'TPXO9.1'`
* `'TPXO8-atlas'`
* `'TPXO7.2'`
Expand Down
4 changes: 2 additions & 2 deletions notebooks/Plot Antarctic Tidal Currents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
")\n",
"\n",
"#-- dropdown menu for setting tide model\n",
"model_list = ['CATS0201','CATS2008','TPXO9-atlas','TPX09-atlas-v2','TPXO9.1',\n",
"model_list = ['CATS0201','CATS2008','TPXO9-atlas','TPXO9-atlas-v2','TPXO9.1',\n",
" 'TPXO8-atlas','TPXO7.2','FES2014']\n",
"modelDropdown = widgets.Dropdown(\n",
" options=model_list,\n",
Expand Down Expand Up @@ -428,7 +428,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
7 changes: 4 additions & 3 deletions notebooks/Plot Antarctic Tide Range.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@
")\n",
"\n",
"#-- dropdown menu for setting tide model\n",
"model_list = ['CATS0201','CATS2008','TPXO9-atlas','TPX09-atlas-v2','TPXO9.1',\n",
" 'TPXO8-atlas','TPXO7.2','GOT4.7','GOT4.8','GOT4.10','FES2014']\n",
"model_list = ['CATS0201','CATS2008','TPXO9-atlas','TPXO9-atlas-v2',\n",
" 'TPXO9-atlas-v3','TPXO9.1','TPXO8-atlas','TPXO7.2',\n",
" 'GOT4.7','GOT4.8','GOT4.10','FES2014']\n",
"modelDropdown = widgets.Dropdown(\n",
" options=model_list,\n",
" value='CATS2008',\n",
Expand Down Expand Up @@ -442,7 +443,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.2"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit eb28370

Please sign in to comment.