ocean-transport / argo-intern

Andrew's project
1 stars 1 forks source link

ISSUE: Adding large files to gyre/github repo #11

Closed andrewfagerheim closed 1 year ago

andrewfagerheim commented 1 year ago

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.

dhruvbalwada commented 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.

andrewfagerheim commented 1 year ago

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:

The .nc file with MLD for all argo profiles is now in my argo-intern directory! Closing this issue since this is resolved.