Instructions for compiling: 1. Untar the codes: tar zxf new_brams2arl_codes.tar.gz 2. Compile the libhysplit library (adapted from the NWP/arl-format codes distributed as part of AER's WRF-STILT distribution): cd libhysplit/ set compcmd="ifort" set cflags1="-free -w -I. -assume byterecl" make FC="$compcmd" CFLAGS="$cflags1" 3. Compile the brams2arl codes (using the defaults in the Makefile, assumes an ifort compiler) cd ../new_RAMS2ARL/ make