prints
[wrffire.git] / doc / README_mac.txt
blobee0d657dca1dc7bf3d0a08e404a2046521863136
1 From Jon:
3 The command to get wrf is
5 git clone math.cudenver.edu:/home/grads/jbeezley/wrf-fire.git
7 This of coarse requires git and an account on math.cudenver.edu.
8 There are mac binaries available.
10 The main directory contains README.txt, which contains relevant
11 information for compiling and running.  The only thing in there that
12 is not relevant is sourcing the env.sh or env.csh file.  This will not
13 work on your computer, so you will have to do the following:
15 You will have to compile and install netcdf on your computer.  I don't
16 recall having any problems with this.
18 F90=g95 FC=g95 F77=g95 ./configure --prefix=<prefix> && make && make install
20 should do the trick.  Then just set the environment variable: NETCDF
21 to the prefix where you installed netcdf.
23 setenv NETCDF <prefix>
25 for cshell or
27 export NETCDF=<prefix>
29 for bash.