source: lmdz_wrf/WRFV3/arch/SOURCEME_WINCCS_WRF @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 1.2 KB
Line 
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
3
4setenv TMPDIR /tmp
5setenv PGI "c:\Program Files\PGI"
6setenv INCLUDE "c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\crt;c:\Program Files\Microsoft Platform SDK\Include"
7setenv LIB "c:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib\AMD64"
8set 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 .)
9
10setenv FC pgf90.exe
11setenv F77 pgf90.exe
12setenv CC pgcc.exe
13
14setenv NETCDFMASTER '/dev/fs/C/Documents and Settings/michalak/netcdf'
15setenv SCRATCHDIR "/dev/fs/C/scratch/$USER"
16setenv NETCDF "c:/scratch/$USER/netcdf"
17
18if ( ! -d $SCRATCHDIR ) then
19   mkdir -p $SCRATCHDIR
20endif
21
22( cd "$NETCDFMASTER/.." ; tar cf - ./netcdf | ( cd "$SCRATCHDIR" ; tar xvf - ; cp netcdf/lib/libnetcdf.a netcdf/lib/libnetcdf.lib ) )
23
24exit
25
26echo "   "
27echo " SOURCEME_WINCCS_WRF"
28echo "   "
29echo " To build NetCDF on WinCCS x86-64..."
30echo "   Untar WINCCS_WRF.tar in this directory."
31echo "   ./candlink.csh"
32echo "   "
33echo "   "
34
Note: See TracBrowser for help on using the repository browser.