Set-up, Initial Conditions, Forcing, etc. Files

The collection of domain-specific set-up, initial conditions, open boundary conditions, forcing, etc. files used to run NEMO for the Salish Sea are maintained in 4 repositories:

They can be found in the SalishSeaCast organization collection of repos on GitHub.

If you have set up SSH key authentication on GitHub and Bitbucket, you can clone the grid, rivers-climatology, tides, and tracers repos with:

git clone git@github.com:SalishSeaCast/grid.git
git clone git@github.com:SalishSeaCast/rivers-climatology.git
git clone git@github.com:SalishSeaCast/tides.git
git clone git@github.com:SalishSeaCast/tracers.git

For password authentication use:

git clone https://github.com/SalishSeaCast/grid.git
git clone https://github.com/SalishSeaCast/rivers-climatology.git
git clone https://github.com/SalishSeaCast/tides.git
git clone https://github.com/SalishSeaCast/tracers.git

where <you> is your Bitbucket user id.