forked from MITgcm/MITgcm
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downloading test data is no longer necessary
- Loading branch information
Showing
1 changed file
with
0 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,37 +81,6 @@ jobs: | |
run: | | ||
sudo apt-get update | ||
sudo apt-get -qq install netcdf-bin | ||
- name: Create download directories | ||
run: mkdir -p baseline_images data/llc90 data/aste data/eccov3 data/global_ocean.90x40x15 data/global_ocean.cs32x15 | ||
working-directory: utils/python/MITgcmutils/tests | ||
- name: Download baseline images | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/baseline_images/{cs_pcol,cs_pcol_sphere,cs_pcol_sphere_pre330,llc_contour,llc_contourf,llc_pcol,llc_pcol_basemap,llc_pcol_stere,llc_pcol_xg}.png -o utils/python/MITgcmutils/tests/baseline_images/#1.png | ||
- name: Download mds test data | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/data/llc90/{Eta.0000000008,hFacC,XC,XG,YC,YG}.{data,meta} -o utils/python/MITgcmutils/tests/data/llc90/#1.#2 | ||
- name: Download aste test data | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/data/aste/grid.t0{01,02,04,05,07,08,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,36,37,38,39,41,42,43,44,45}.nc -o utils/python/MITgcmutils/tests/data/aste/grid.t0#1.nc | ||
- name: Download eccov3 test data | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/data/eccov3/dic_tave.0000025920.t[001-032].nc -o utils/python/MITgcmutils/tests/data/eccov3/dic_tave.0000025920.t#1.nc | ||
- name: Download pickup test data | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/data/global_ocean.90x40x15/pickup.ckptA.00{1,2,3,4,5,6,7,8,9}.00{1,2,3,4}.{data,meta} -o utils/python/MITgcmutils/tests/data/global_ocean.90x40x15/pickup.ckptA.00#1.00#2.#3 | ||
- name: Download mnc test data | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/data/global_ocean.cs32x15/{oceDiag,state,phiHyd,phiHydLow}.0000072000.t0{01,02,03,04,05,06,07,08,09,10,11,12}.nc -o utils/python/MITgcmutils/tests/data/global_ocean.cs32x15/#1.0000072000.t0#2.nc | ||
- name: Download mnc grid data | ||
uses: wei/[email protected] | ||
with: | ||
args: https://engaging-web.mit.edu/~jahn/MITgcmutils/data/global_ocean.cs32x15/grid.t0{01,02,03,04,05,06,07,08,09,10,11,12}.nc -o utils/python/MITgcmutils/tests/data/global_ocean.cs32x15/grid.t0#1.nc | ||
- name: Run Tox | ||
run: tox -e ${{ matrix.env }} | ||
working-directory: utils/python/MITgcmutils | ||
|