OSU-CEOAS-Schmittner / UVic2.9-local

Local UVic2.9 environment that you can modify and run from your home directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UVic2.9-Local

Source code to the UVic Earth model will exist in system directory somewhere on the cluster. This repo gives you all the code and tools needed to make local changes to the model and run them in your own environment.

Getting Started

Once this repo is checked out in your home directory on the master node of the cluster, exec the config script:

$ ./config_UVic_env.sh

This will generate the required myrun.q file for you to run your model. Your model will fail to run if you don't run this script first.

Prerequisites

Currently none.

Installing

  1. Clone this repo somewhere.
  2. Exec config_UVic_env.sh
  3. For quick tests: modify in code\ and compile: mk e
  4. For larger changes you plan to keep copy the original .F file (the path is in the fist line of the corresponding file in the code/) into updates/ and compile: mk e
  5. Submit a job to run qsub myrun.q

There's also a handy script to clean up your working directory as the model litters a lot of output and log files that you may not want. cleanup.sh.

Running the tests

TBD

Break down into end to end tests

TBD

And coding style tests

TBD

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Local UVic2.9 environment that you can modify and run from your home directory


Languages

Language:Shell 100.0%