Closed andrewfagerheim closed 1 year ago
Maybe add .nc files to your .gitignore files (or save data in some other place, which does not sync with github). You don't want to be uploading datafiles to the github.
Jupyter Notebook in Gyre won't let you move large files over through the web interface, so here are the steps for going around that:
scp local_file_path amf2288@gyre.ldeo.columbia.edu:/home.ufs/amf2288/destination_path
The .nc file with MLD for all argo profiles is now in my argo-intern directory! Closing this issue since this is resolved.
After reading the Steinberg paper, I looked at this database of calculated mixed layer depths for every profile collected by Argo -- which at the very least would be interesting to look at, and may be very useful down the road. However, the netcdf file is very large (300+ MB) and file size limits for uploading files to Gyre and GitHub are much smaller (15MB and 25MB). I also tried cloning this repo to my laptop, adding the file, then pushing the changes back to my repo, but it said the file size limit is 100MB.