Last change
on this file since 554 was
551,
checked in by lmdzadmin, 20 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
646 bytes
|
Rev | Line | |
---|
[551] | 1 | F90=f90 -n32 |
---|
| 2 | LIB_CMOR=/home/rech/ces/rces011/CMOR |
---|
| 3 | LIBIOIPSL=/home/rech/ces/rces011/ioipsl |
---|
| 4 | #LIBNETCDF=-L/usr/local/pub/netcdf-3.5/lib -lnetcdf |
---|
| 5 | LIBNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/lib |
---|
| 6 | INCNETCDF=/home/rech/ces/rces011/netcdf-3.5.1/include |
---|
| 7 | LIBUDUNITS=-L/home/rech/ces/rces011/udunits-1.11.7/src/lib/ -ludunits |
---|
| 8 | LIBCDMS=-L/home_b/rech/ces/rces599/PYTHON/CDAT/lib -lcdms |
---|
| 9 | |
---|
| 10 | ts2IPCC: ts2IPCC.F90 |
---|
| 11 | $(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS) $(LIBCDMS) |
---|
| 12 | # $(F90) -o ts2IPCC ts2IPCC.F90 -I$(LIB_CMOR) -L$(LIB_CMOR) -lcmor -I$(INCNETCDF) -L$(LIBNETCDF) -lnetcdf $(LIBUDUNITS) |
---|
Note: See
TracBrowser
for help on using the repository browser.