WRF-NMM Users Page

Unified Post Processor Software Package

The Unified Post Processor Version 2.0 was released on November 1, 2012.

UPP Version 2.0

Reading binary output (posted 11/1/12)

Problem: Neither binary or binarympiio str supported on little-endian machines.

Solution: Use NetCDF on littl-endian machines.

Environment variables when running in parallel mode
(posted 4/6/12)

Problem: When running dmpar on some platforms the output name from envvars is not accepted.

Solution: A fix for this will be posted as soon as one becomes available.

Running on MacOS (posted 4/6/12)

Specify the correect CPP=cpp (not /lib/cpp) in the arch/configure.defaults you use.

Remove "LDFLAGS=" value only (-noinhibit-exec) in the arch/configure.defaults you use.

Modify configure script line 148 from os=`uname` to os=uname

Watch for non case sensitivity - this will cause errors with preprocessor (.F -> .f).