Versions Compared

Key

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

...

Step 2:  Edit the file oifs_to_mv.sh and change the path variable:

  • in_dir:  this This needs to point to the output_YYYMMDD... folder where the postprocessed OpenIFS model experiment (from the previous section) is found (i.e. the folder output_YYYYMMD...). Note that absolute file paths are required for this variable!

Step 3:  Execute the script by running the command: 

Code Block
languagebash
themeMidnight
cd $PERM/mv
./oifs_to_mv.sh

...

  • This data

...

  • processing may take a couple of minutes to complete. 
  • Occasionally the message "ERROR:  input file does not exist!" may occur which can be safely ignored. 
  • At the end of the processes "Done." should appear on the terminal.
  • As a result of this processing regular gridded and compressed grib files are generated which can be visualised with by running the enclosed Jupyter Notebook  single.ipynb

Step 4:  Now proceed with the following steps to visualise the processed data:

...