forked from NOAA-EMC/NCEPLIBS-ip2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Release_Notes.ip2lib.v1.0.0.txt
44 lines (36 loc) · 1.49 KB
/
Release_Notes.ip2lib.v1.0.0.txt
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
Code manager: George Gayno
libver=ip2_v1.0.0
-------------
Release Notes
-------------
Library: ip2lib (ipolates2)
Version: 1.0.0
Purpose: Performs interpolation between nearly all NCEP grids.
Developed by: NCEP/EMC
Contact info: [email protected] or
Change History
--------------
v1.0.0 - Initial version based on grib 1 version of library - iplib
Implementation Instructions on WCOSS-Phase 1/2 and Dell
-------------------------------------------------------
- cd to appropriate build directory
- Checkout from git repository:
$ git clone --recursive gerrit:NCEPLIBS-ip2
$ cd NCEPLIBS-ip2
$ git checkout tags/v1.0.0
- Type "make_ip2_lib.sh ifort.setup" to build library with the Intel compiler.
- The librares and include modules will be placed under ./ip2/v1.0.0.
- See README.build for more details.
Implementation Instructions on WCOSS-Cray
-----------------------------------------
- cd to appropriate build directory
- Checkout from git repository:
$ git clone --recursive gerrit:NCEPLIBS-ip2
$ cd NCEPLIBS-ip2
$ git checkout tags/v1.0.0
- Type "make_ip2_lib_wcoss-cray.sh ifort.setup" to build library with the Intel compiler.
- The librares and include modules will be placed under ./ip2/v1.0.0/intel
- Type "make_ip2_lib_wcoss-cray.sh crayftn.setup" to build library with the Cray compiler.
- The librares and include modules will be placed under ./ip2/v1.0.0/cray
- See README.build for more details.