Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
cp /perm/openifs/oifs_data/48r1/example/i4xc.tgz $PERM
cd $PERM
tar -xvzf i4xc.tgz
cd ./i4xc/2016092500
cp $OIFS_HOME/bin/oifs-run .
cp $OIFS_HOME/bin/config.h .

...

Info

This requires the use of Jupyter Notebooks using a conda environment with Metview and Metview-Python libraries. 

On the ECMWF hpc2020 the Jupyter server can be started using the command   ecinteractive -j 

Copy the Metview processing code to your $PERM location:

Code Block
languagebash
themeMidnight
cp /perm/openifs/oifs_data/48r1/example/mv.tgz $PERM
cd $PERM
tar -xvzf mv.tgz
cd mv

In a first step we process the OpenIFS model output into a dateset format that can be easily interpreted by Metview using a simplified plotting procedure. For this purpose the oifs_mv.tgz package should be extracted on the file system.

...