Last change
on this file since 1160 was
1154,
checked in by lguez, 16 years ago
|
-- Added "NetCDF95" interface in "bibio".
-- NetCDF95 uses the module "typesizes", which is part of NetCDF, so we
exclude dependency on "typesizes" in "bld.cfg".
-- Added "assert_eq" and "assert" procedures, which are in the public
part of Numerical Recipes.
-- Added some interpolation and regridding utilities in "bibio".
-- Added the ability to read an ozone climatology from a NetCDF file.
-- Commented out unused variables and code in "etat0_netcdf".
-- Updated calls to NetCDF in "etat0_netcdf": from Fortran 77
interface to Fortran 90 interface.
-- Removed useless "deallocate" at the end of "etat0_netcdf".
-- Corrected some declarations not conforming to Fortran standard, such
as "integer*4", or obsolescent such as "character*4".
-- Replaced some calls to not-standard function "float" by calls to
"real".
-- On Brodie at IDRIS, the NetCDF library compiled with OpenMP should
be used. Changed path in "arch-SX8_BRODIE.path".
-- Added warning for incompatibility of debugging options and OpenMP
parallelization in "makelmdz_fcm".
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
451 bytes
|
Line | |
---|
1 | set NETCDF_LIBDIR=/SXlocal/pub/netCDF/3.6.1-openmp/lib |
---|
2 | set NETCDF_INCDIR=/SXlocal/pub/netCDF/3.6.1-openmp/include |
---|
3 | set IOIPSL_INCDIR=$LMDGCM/../../lib |
---|
4 | set IOIPSL_LIBDIR=$LMDGCM/../../lib |
---|
5 | set ORCH_INCDIR=$LMDGCM/../../lib |
---|
6 | set ORCH_LIBDIR=$LMDGCM/../../lib |
---|
7 | set OASIS_INCDIR=$LMDGCM/../../prism/SX/build/lib/psmile.$couple |
---|
8 | set OASIS_LIBDIR=$LMDGCM/../../prism/SX/lib |
---|
9 | set INCA_LIBDIR=$LMDGCM/../INCA3/config/lib |
---|
10 | set INCA_INCDIR=$LMDGCM/../INCA3/config/lib |
---|
Note: See
TracBrowser
for help on using the repository browser.