Wiki

Clone wiki

codes / Home

Overview

This repo forms one part of the tools to setup and configure simulations with the WRF-LIS-CABLE model. The main documentation to use these tools is here

The WRF-LIS-CABLE suite includes 3 repositories:

  • codes - consists of the python scripts to create all the decks for running WRF-LIS-CABLE
  • templates - consists of the templates for specific configurations of the domain and model settings that are required for the codes
  • nuwrf - the WRF-LIS-CABLE model source code

To use this repository:

You need to clone the three repositories listed above to your preferred working area on a HPC: - the codes repository:

$ git clone git@bitbucket.org:ahirsch/codes.git
- the nuwrf repository:
git clone git@bitbucket.org:ccarouge/nuwrf.git
- the templates repository:
git clone git@bitbucket.org:ahirsch/templates.git
You are free to choose your preferred directory structure to organise those repositories together or separated. Notes, the software under the codes/ repository will eventually be installed centrally at NCI.

Contents List of the Full Documentation

Updated