Skip to content

Example 2: Replaying ModelE Output via DESM

Bob Fischer edited this page Aug 5, 2014 · 5 revisions

Table of Contents

Special Build Instructions

PISM

  1. Check out a version of PISM that has been tested with these examples:
 git clone -b new_bc git@github.com:pism/pism.git
  1. Follow instructions on installing PISM: http://www.pism-docs.org/wiki/doku.php?id=installation

Glint2

  1. Check out a version of Glint2 that has been tested with these examples:
 git clone https://github.com/citibob/glint2.git
 git checkout examples
  1. Create an appropriate configuration file in configme/ directory for your system. Make sure that '--with-pism' IS used, as well as '--with-galahad'. Other than that, follow standard build instructions.

Example Files

Files store in the examples branch of the GitHub repository are required to run desm.

 git clone -b attachments https://github.com/citibob/glint2.git glint2-attachments

Running

After compiling and installing Glint2 as usual, run desm:

  desm glint2-attachments/example2

This should run Glint2, replaying ModelE output into PISM. PISM and Glint2 should produce a number of output files, which will be found in either glint2-attachemnts/example2, or in the current woring directory.

Clone this wiki locally