Skip to content

Commit 086cda7

Browse files
author
“hscannell”
committed
get data and compute anoms
1 parent 284dcd2 commit 086cda7

File tree

4 files changed

+4374
-0
lines changed

4 files changed

+4374
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Downloads gunzipped netCDF files via FTP from the UCSD server (kakapo). Files can also be downloaded directly from http://sio-argo.ucsd.edu/RG_Climatology.html
2+
3+
cd /glade/scratch/scanh/RG-argo-climatology
4+
5+
wget ftp://kakapo.ucsd.edu/pub/gilson/argo_climatology/RG_ArgoClim_Salinity_2019.nc.gz
6+
wget ftp://kakapo.ucsd.edu/pub/gilson/argo_climatology/RG_ArgoClim_Temperature_2019.nc.gz
7+
wget ftp://kakapo.ucsd.edu/pub/gilson/argo_climatology/RG_ArgoClim_2019*
8+
wget ftp://kakapo.ucsd.edu/pub/gilson/argo_climatology/RG_ArgoClim_2020*
9+
10+
gzip -d *

0 commit comments

Comments
 (0)