Ignore:
Timestamp:
May 4, 2009, 5:24:19 PM (16 years ago)
Author:
lguez
Message:

-- 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".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/arch/arch-SX8_BRODIE.path

    r826 r1154  
    1 set NETCDF_LIBDIR=/SXlocal/pub/netCDF/netCDF-3.6.1/lib
    2 set NETCDF_INCDIR=/SXlocal/pub/netCDF/netCDF-3.6.1/include
     1set NETCDF_LIBDIR=/SXlocal/pub/netCDF/3.6.1-openmp/lib
     2set NETCDF_INCDIR=/SXlocal/pub/netCDF/3.6.1-openmp/include
    33set IOIPSL_INCDIR=$LMDGCM/../../lib
    44set IOIPSL_LIBDIR=$LMDGCM/../../lib
     
    99set INCA_LIBDIR=$LMDGCM/../INCA3/config/lib
    1010set INCA_INCDIR=$LMDGCM/../INCA3/config/lib
    11 
Note: See TracChangeset for help on using the changeset viewer.