-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
61 lines (44 loc) · 1.66 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
The LATS library
Bob Drach
PCMDI/Lawrence Livermore National Laboratory
Introduction
------------
This directory contains the binary library, include files, and
documentation for the LATS I/O library, which is used to format data
for the PCMDI AMIP II experiment.
Documentation
-------------
The man page lats.3 documents the LATS application programming
interface. The man page lats.5 documents the parameter file syntax.
Platforms
---------
This release has been compiled under SunOS 4.1.3, SUN Solaris 5.4,
SGI/Irix 5.3, HP/HPUX 9.0, Cray/Unicos 8.0. DEC Alpha/Digital Unix V3.2,
and IBM RS6000/AIX V3.2.
Installing LATS
---------------
To install the LATS library:
(1) Choose a root installation directory, <LATS>. The default is
/usr/local. Type "make prefix=<LATS> install". This installs:
liblats.a in <LATS>/lib
lats.h and lats.inc in <LATS>/include
amip2.parms in <LATS>/lib/lats
lats.3 in <LATS>/man/man3
lats.5 in <LATS>/man/man5
Notes
-----
Cray
----
netCDF versions 2.4.X and greater contain optimizations for the Cray
which can greatly enhance I/O performance, when using the
LATS_PCMDI or LATS_COARDS convention.
DEC Alpha/OSF
-------------
It is recommended that LATS be linked with netCDF version 2.4.X or
greater under Alpha/OSF, when using the LATS_PCMDI or LATS_COARDS
option. Prior to version 2.4, the typedef `nclong' was equated to
`long'; subsequently it is equated to `int' on 64-bit
platforms. Consequently, when linking with netCDF V2.4.X, LATS
integer data should be ints, but with earlier versions, integer data
should be longs.