forked from meom-group/CDFTOOLS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in heatc and improved error handling in cdfio
- Loading branch information
Showing
23 changed files
with
2,063 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
*~ | ||
*.mod | ||
*.o | ||
<<<<<<< HEAD | ||
======= | ||
CMakeCache.txt | ||
CMakeFiles | ||
.metadata/ | ||
cmake_install.cmake | ||
lib | ||
bin | ||
>>>>>>> develop-cmake | ||
*.so | ||
*.pyf | ||
*.log | ||
*.aux | ||
*.idx | ||
*.toc | ||
<<<<<<< HEAD | ||
CMakeCache.txt | ||
CMakeFiles | ||
.metadata/ | ||
cmake_install.cmake | ||
lib | ||
bin | ||
======= | ||
>>>>>>> develop-cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ The following licence information concerns ONLY the CDFTOOLS package | |
|
||
Copyright IGE-MEOM ([email protected] ) | ||
Contributors (alphabetic order ) : | ||
C.Q. Akuetevi, M. Balmaseda, E. Behrens, F. Castruccio, P. Colombo, | ||
J. Deshayes, N. Djath, N. Ducousso, C. Dufour, R. Dussin, N. Ferry, | ||
F. Hernandez, M. Juza, A. Lecointre, S. Leroux, G. Mainsant, P. Mathiot, | ||
A. Melet, X. Meunier, G. Moreau, W. Rath, J. Regidor, M. Scheinert, | ||
A.M. Treguier | ||
C.Q. Akuetevi, M. Balmaseda, E. Behrens, F. Castruccio, M. Chekki, | ||
P. Colombo, J. Deshayes, N. Djath, N. Ducousso, C. Dufour, R. Dussin, | ||
N. Ferry, F. Hernandez, M. Juza, A. Lecointre, S. Leroux, G. Mainsant, | ||
P. Mathiot, A. Melet, X. Meunier, G. Moreau, N. Merino, W. Rath, | ||
J. Regidor, M. Scheinert, A.M. Treguier | ||
|
||
This software is a computer program for analysis of NEMO model output | ||
produced in the frame of the DRAKKAR project. It is designed for the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# macro.jade for jade at CINES | ||
# $Rev: 539 $ | ||
# $Date: 2011-07-11 12:33:35 +0200 (Mon, 11 Jul 2011) $ | ||
# $Id: macro.jade 539 2011-07-11 10:33:35Z molines $ | ||
# ------------------------------------------------------------- | ||
|
||
NCDF = -I$(NETCDF_INCDIR) -I$(NETCDFF_INCDIR) $(NETCDF_LDFLAGS) $(NETCDFF_LDFLAGS) | ||
|
||
#NC4= | ||
NC4=-Dkey_netcdf4 | ||
|
||
F90=ifort | ||
MPF90=mpif90 | ||
# flag static is used to allow the use of CDFTOOLS in parallel with mpi_metamon | ||
#FFLAGS= -static -O $(NCDF) -assume byterecl -convert big_endian | ||
|
||
FFLAGS= -O $(NCDF) $(NC4) -fp-model precise | ||
#FFLAGS= -O $(NCDF) $(NC4) -assume byterecl -convert big_endian -CB -fpe0 -ftrapuv -traceback -g | ||
|
||
LMPI=-lmpich | ||
|
||
INSTALL=$(WORKDIR)/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.