Description:
---------------
This package contains several patch files to enable ARWpost to output files in netCDF format in addition to .ctl and .dat files for GrADS.

Last updated on 05/22/2012.

Author:
---------------
Ho-Jeong Shin (hojeong.shin@gmail.com)
http://www.ksc.re.kr
Korea Supercomputing Center (KSC)
Korea Institute of Science and Technology Information (KISTI)

How to install:
---------------
% tar xvzf ARWpost_ncpatch.tar.gz -C ARWpost/src
% cd ARWpost/src
% ./copy_patch_files
% cd ..
(% ./configure # only if you are installing ARWpost for the first time in the same environment)
% ./compile

Usage:
---------------
Insert the following line or replace output_type = 'grads' with it in namelist.ARWpost:

&io
output_type = 'netcdf'
/

