merge standard release WRF/WPS V3.0.1.1 into wrffire
[wrffire.git] / wrfv2_fire / arch / SOURCEME_WINCCS_WRF
blob9077a7ac3a68c91584c78701799d08cf310e3b99
1 #setenv PGI "/dev/fs/C/Program Files/PGI"
2 #setenv INCLUDE "/dev/fs/C/Program Files/Microsoft Platform SDK for Windows Server 2003 R2/Include/crt;/dev
4 setenv TMPDIR /tmp
5 setenv PGI "c:\Program Files\PGI"
6 setenv INCLUDE "c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\crt;c:\Program Files\Microsoft Platform SDK\Include"
7 setenv LIB "c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib\AMD64"
8 set path=(/dev/fs/C/Program\ Files/PGI/win64/7.0-5/bin /dev/fs/C/Program\ Files/Microsoft\ Platform\ SDK\ for\ Windows\ Server\ 2003\ R2/Bin/win64/x86/AMD64 /dev/fs/C/Program\ Files/PGI/Microsoft\ Open\ Tools\ 8/bin/amd64 $path .)
10 setenv FC pgf90.exe
11 setenv F77 pgf90.exe
12 setenv CC pgcc.exe
14 setenv NETCDFMASTER '/dev/fs/C/Documents and Settings/michalak/netcdf'
15 setenv SCRATCHDIR "/dev/fs/C/scratch/$USER"
16 setenv NETCDF "c:/scratch/$USER/netcdf"
18 if ( ! -d $SCRATCHDIR ) then
19    mkdir -p $SCRATCHDIR
20 endif
22 ( cd "$NETCDFMASTER/.." ; tar cf - ./netcdf | ( cd "$SCRATCHDIR" ; tar xvf - ; cp netcdf/lib/libnetcdf.a netcdf/lib/libnetcdf.lib ) )
24 exit
26 echo "   "
27 echo " SOURCEME_WINCCS_WRF"
28 echo "   "
29 echo " To build NetCDF on WinCCS x86-64..."
30 echo "   Untar WINCCS_WRF.tar in this directory."
31 echo "   ./candlink.csh"
32 echo "   "
33 echo "   "