w3nco

export COMP=aix
cd ${ROOT_DIR}/nwprod/lib/w3nco/v2.0.6/src
rm ../aix/libw3nco_*.a
chmod +x makelibw3_nco.sh
./makelibw3_nco.sh

注解

Because many applications in obsproc_dump and obsprod_prep use ERREXIT to return error code to scripts. on IBM, the CALL exit(JRET) in errexit.f of w3nco does not produce the desired results, so it has to be changed to use:

CALL exit_(JRET)

instead of using:

CALL exit(JRET)