# METplus v4.0.0 Tutorial Setup Script for csh # IMPORTANT: Change each instance of "/path/to" to the appropriate location # Directory to store tutorial files - configurations, output, notes, etc. set tmpvar =($_) set rootdir = `dirname $tmpvar[2]` setenv METPLUS_TUTORIAL_DIR `cd $rootdir && pwd` # Path to the METplus installation location setenv METPLUS_BUILD_BASE /path/to/METplus-4.0.0 # Path to the MET installation location setenv MET_BUILD_BASE /path/to/met-10.0.0 # Path to input data required for running use cases setenv METPLUS_DATA /path/to/METplus_Data # Add METplus ush directory and MET bin directory to the path # This allows you to run MET/METplus without specifying the full path set path = (${METPLUS_BUILD_BASE}/ush ${MET_BUILD_BASE}/bin ${path})