Difference between revisions of "UPP"

(Created page with "Unified Post Processor https://dtcenter.org/community-code/unified-post-processor-upp === Install instructions === <syntaxhighlight> export INSTALL=/scratch/$PROJECT/$USER/u...")
 
Line 3: Line 3:
 
=== Install instructions ===
 
=== Install instructions ===
  
<syntaxhighlight>
+
<syntaxhighlight lang="bash">
 
export INSTALL=/scratch/$PROJECT/$USER/upp-install
 
export INSTALL=/scratch/$PROJECT/$USER/upp-install
  
Line 24: Line 24:
 
export NETCDF_LIB=$NETCDF_ROOT/lib
 
export NETCDF_LIB=$NETCDF_ROOT/lib
  
./make_ncep_libs.sh -s linux -c intel -d $INSTALL/NCEPlibs -o 0 -a ucp
+
./make_ncep_libs.sh -s linux -c intel -d $INSTALL/NCEPlibs -o 0 -a upp
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 18:04, 17 November 2020

Unified Post Processor https://dtcenter.org/community-code/unified-post-processor-upp

Install instructions

export INSTALL=/scratch/$PROJECT/$USER/upp-install

## Load modules
module load intel-compiler
module load openmpi
module load jasper
module load netcdf

## Download source
git clone -b dtc_post_v4.1.0 --recurse-submodules https://github.com/NOAA-EMC/EMC_post UPPV4.1
git clone https://github.com/NCAR/NCEPlibs

## Install NCEPlibs
cd NCEPlibs

export PNG_INC=/usr/include
export JASPER_INC=$JASPER_ROOT/include
export NETCDF_INC=$NETCDF_ROOT/include
export NETCDF_LIB=$NETCDF_ROOT/lib

./make_ncep_libs.sh -s linux -c intel -d $INSTALL/NCEPlibs -o 0 -a upp