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 | |
---|
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 .) |
---|
9 | |
---|
10 | setenv FC pgf90.exe |
---|
11 | setenv F77 pgf90.exe |
---|
12 | setenv CC pgcc.exe |
---|
13 | |
---|
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" |
---|
17 | |
---|
18 | if ( ! -d $SCRATCHDIR ) then |
---|
19 | mkdir -p $SCRATCHDIR |
---|
20 | endif |
---|
21 | |
---|
22 | ( cd "$NETCDFMASTER/.." ; tar cf - ./netcdf | ( cd "$SCRATCHDIR" ; tar xvf - ; cp netcdf/lib/libnetcdf.a netcdf/lib/libnetcdf.lib ) ) |
---|
23 | |
---|
24 | exit |
---|
25 | |
---|
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 " " |
---|
34 | |
---|
Note: See
TracBrowser
for help on using the repository browser.