Skip to content
raphael dussin edited this page Jun 20, 2016 · 15 revisions

Introduction

This is a public version of the run manager (RMANAGER) I wrote for the Earth System Modeling Group at Rutgers University. The idea is not new and largely inspired by Jean-Marc Molines' Drakkar Config Manager for NEMO configurations. This tool aims at helping the ocean modeler at :

  • running a long simulation, divided in N jobs, by auto-filling the namelist from a template
  • keeping tracks of input files (modified source code, namelist, forcing files,...) used for his/her simulation
  • storing output files in an organized way

Installation

The install is not very pythonic and does not use a setup.py script. Simply clone the repository and run the install script with ./install

It will add several environment variables to your .bashrc or .cshrc to point to the python libraries,... You may want to change the value of SCRATCH (by default set to $HOME) to make it point to the scratch of your system. It will also add your login under RMANAGER/user, this is your user space to put namelists (.in), code (.h,*.F90),... for your simulations.

Clone this wiki locally