forked from NOAA-EMC/CICE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update travis data download to zenodo, update conda macos Macros file…
… CFLAGS_HOST (CICE-Consortium#424) * update conda macos Macros file to address older versions of sdk in setting CFLAGS_HOST * update travis data download to zenodo
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 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 |
---|---|---|
|
@@ -20,12 +20,12 @@ addons: | |
|
||
install: | ||
# Fetch CICE grid files and initial conditions | ||
- "wget ftp://ftp.cgd.ucar.edu/archive/Model-Data/CICE/CICE_data_ic_grid.tar.gz && | ||
tar xvfz CICE_data_ic_grid.tar.gz -C ~" | ||
- "wget https://zenodo.org/record/3728358/files/CICE_data_gx3_grid_ic-20200320.tar.gz && | ||
tar xvfz CICE_data_gx3_grid_ic-20200320.tar.gz -C ~" | ||
|
||
# Fetch forcing data | ||
- "wget ftp://ftp.cgd.ucar.edu/archive/Model-Data/CICE/CICE_data_forcing_gx3_all.tar.gz && | ||
tar xvfz CICE_data_forcing_gx3_all.tar.gz -C ~" | ||
- "wget https://zenodo.org/record/3728362/files/CICE_data_gx3_forcing_NCAR_bulk-20200320.tar.gz && | ||
tar xvfz CICE_data_gx3_forcing_NCAR_bulk-20200320.tar.gz -C ~" | ||
|
||
# Mirror entire data folder | ||
#- "lftp ftp://anonymous:[email protected]@ftp.cgd.ucar.edu | ||
|
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
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