Skip to content
barronh edited this page Nov 16, 2012 · 6 revisions

The test case assumes that you have KPP installed with kpp in your PATH and the KPP_HOME environment variable set. (if not see [KPP Configuration](KPP Configuration)) These instructions will build the DSMACC model, and run it with example inputs. It will then compare your results with a set of archived results.

  1. Click here to download code
  2. Open a terminal and navigate to folder where the code was downloaded
  3. type unzip DSMACC-master.zip
  4. type cd DSMACC-master
  5. type make check

This may take some time, but will give you a list of pass/fails for a diurnal constrained steady state run.

back to Instructions