Workspace for modified code of University of Victoria Earth Model by Dr. Andreas Schmittner's physical oceanography group at the College of Environment, Ocean, and Atmospheric Science at Oregon State University.
The master branch is the 'original' code from the University of Victoria model. You'll need to check out the code and compile. Branches correspond modifications of code to align with different research goals.
Give examples
- First, update
mobi1.9.q
so that the contents reflect your current working directory. This is the file that you submit to the job scheduler.
#!/bin/csh
# BE SURE To UPDATE YOUR WORKING DIRECTORY BELOW
#$ -e /home/changeme/UVic2.9/MOBI1.9
#$ -o /home/changeme/UVic2.9/MOBI1.9
cd /home/changeme/UVic2.9/MOBI1.9
# the next line is only needed on the magellan linux cluster at CEOAS
source /share/apps/lf6481/csh_laheyfort_setup
time ./UVic_ESCM > pr
Assuming everything compiled correctly, you should be able to submit a job:
$ qsub mobi1.9.q
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- University of Victoria - Initial work - UVic
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc