REGRID Tutorial : Where to Start?
First, go to your working directory (MM5V3) and download
the REGRID program tar file from NCAR's ftp
site. Once you have it on your machine, type the following
to unzip and untar it:
gunzip REGRID.TAR.gz
tar -xvf REGRID.TAR
After this, you should see a program directory REGRID/ created
in your working directory. cd to this directory:
cd REGRID
and you should see the following files and subdirectories listed:
ls -l
-rwxr-xr-x
1 mesouser users 9613 Jan
17 12:37 CHANGES
drwxr-xr-x 2 mesouser users
8192 Jan 17 13:59 Diff
-rwxr-xr-x 1 mesouser users
15142 Nov 29 15:01 Makefile
-rw-r--r-- 1 mesouser users
5028 Dec 4 12:28 README
-rwxr-xr-x 1 mesouser users
462 Jul 31 1999 configure.rules
-rwxr-xr-x 1 mesouser users
12723 Dec 4 12:30 cray-regrid.deck
-rw-r--r-- 1 mesouser users
25066 Dec 4 12:30 ibm-regrid.deck
-rw-r--r-- 1 mesouser users
390 Jan 17 14:17 macros_pregrid
-rw-r--r-- 1 mesouser users
336 Jan 17 14:17 macros_regridder
drwxr-xr-x 11 mesouser users
8192 Jan 17 14:19 pregrid
drwxr-xr-x 4 mesouser users
8192 Jan 17 14:23 regridder
Read the README
file in the directory.
|