source: LMDZ4/branches/LMDZ4-dev/arch/arch-SX8_BRODIE.path @ 1155

Last change on this file since 1155 was 1154, checked in by lguez, 15 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 
1set NETCDF_LIBDIR=/SXlocal/pub/netCDF/3.6.1-openmp/lib
2set NETCDF_INCDIR=/SXlocal/pub/netCDF/3.6.1-openmp/include
3set IOIPSL_INCDIR=$LMDGCM/../../lib
4set IOIPSL_LIBDIR=$LMDGCM/../../lib
5set ORCH_INCDIR=$LMDGCM/../../lib
6set ORCH_LIBDIR=$LMDGCM/../../lib
7set OASIS_INCDIR=$LMDGCM/../../prism/SX/build/lib/psmile.$couple
8set OASIS_LIBDIR=$LMDGCM/../../prism/SX/lib
9set INCA_LIBDIR=$LMDGCM/../INCA3/config/lib
10set INCA_INCDIR=$LMDGCM/../INCA3/config/lib
Note: See TracBrowser for help on using the repository browser.