You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

The Starting the build process section on the OpenIFS 48r1 Getting Started page shows how to build OpenIFS, using openifs-test.sh. In OpenIFS 48r1 (and beyond), the Single-Column Model (SCM) executable is built and tested by default as part of this build process, with the SCM directly derived from the same code used to build the 3D global OpenIFS. 

This page describes basic installation of the SCM and presents some example test cases. 

Installing OpenIFS and the SCM

To install the SCM at OpenIFS 48r1 (and beyond) it is first necessary to download and extract the tarball containing the model source package for OpenIFS.  Instructions about how to do this can be found OpenIFS 48r1 GettingStarted page, section Extract the OpenIFS package.

Download and extraction of the tarball is only required if a user has not previously done this for a general OpenIFS install.

If a user has already downloaded the OpenIFS package to install the 3D model, there is no need to extract the package again, since the SCM is packaged with OpenIFS. 

Building and testing the SCM

The SCM can be built by following the instructions described OpenIFS 48r1 GettingStarted - Build OpenIFS. As described, these instructions will build, by default, both the OpenIFS executables for a 3D global simulation and the SCM executables. This step will also run a standard test to check that the SCM will run on the chosen system

Running the SCM

Before the SCM can be run, it is necessary to obtain and extract the SCM test-case package. In a similar fashion to the OpenIFS package and the experiment data, the SCM test-case package can be download from https://sites.ecmwf.int/openifs/openifs-data/scm/48r1/scm_openifs_48r1.1.tar.gz. Please note that access to this web site is restricted to registered OpenIFS users, i.e. your personal ECMWF account must have been added to the OpenIFS user policy.

In the example below we assume that the SCM package shall be installed in the user's HOME directory, and that the wget utility is available for convenient download: 

cd $HOME
wget https://sites.ecmwf.int/openifs/openifs-data/scm/48r1/scm_openifs_48r1.1.tar.gz
tar -xvzf scm_openifs_48r1.tar.gz



  • No labels