dringeis / SIM

McGill sea ice model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

McGill sea ice model (SIM) code.

connect to dumbo or other machine via zephyr
cd where you want to go
git clone git@github.com:McGill-sea-ice/SIM.git
cd SIM
git branch -a (list branches)
git checkout choose your branch
. setup_script (to compile and create link for forcing)
export HDF5_DISABLE_VERSION_CHECK=2
./zoupa < input_file > outputfile &
output files for fields are in the output directory

******* PULL REQUESTS *******

mkdir TESTS
cd TESTS
git clone git@github.com:McGill-sea-ice/SIM.git REF
cd REF
. testing_script
cd ..
git clone git@github.com:McGill-sea-ice/SIM.git NEW
cd NEW
git checkout choose your branch
. testing_script
./test_results
copy result of tests (should get 5 PASS).
Click on pull request on github.
Enter text to describe code modifications and paste result of tests.
Assign someone for reviewing the code.
Assign JFLemieux73 for approving the pull request.

About

McGill sea ice model


Languages

Language:Fortran 95.0%Language:C 2.6%Language:C++ 0.8%Language:Python 0.8%Language:Shell 0.4%Language:Makefile 0.2%Language:Objective-C 0.2%