-
Notifications
You must be signed in to change notification settings - Fork 5
/
Release_Notes.landsfcutil.v2.1.0.txt
44 lines (36 loc) · 1.72 KB
/
Release_Notes.landsfcutil.v2.1.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=landsfcutil_v2.1.1
-------------
Release Notes
-------------
Library: landsfcutil
Version: 2.1.0
Purpose: Utility routines useful for initializing land-surface states
in NCEP models.
Developed by: NCEP/EMC
Contact info: [email protected] or
Change History
--------------
v2.0.0 - Initial WCOSS-Phase 1 version
v2.1.0 - Removal of obsolete routines : interp_utils_nesdis,
ll2xy_gaussian_1d, ll2xy_gaussian, write_sfc_file,
write_sfc_fileice, read_sfccycle_fmt, read_sfccycle_fmtice.
- Library build using Gnu autotools.
- Mods required for WCOSS-Cray.
Implementation Instructions on WCOSS-Phase 1/2
----------------------------------------------
- cd to appropriate build directory
- checkout subversion tag: https://svnemc.ncep.noaa.gov/projects/nceplibs/landsfcutil/tags/version_2.1.0
- type "make_landsfcutil_lib.sh ifort.setup" to build library with the Intel compiler.
- the librares and include modules will be placed under ./landsfcutil/v2.1.0.
- see README for more details.
Implementation Instructions on WCOSS-Cray
-----------------------------------------
- cd to appropriate build directory
- checkout subversion tag: https://svnemc.ncep.noaa.gov/projects/nceplibs/landsfcutil/tags/version_2.1.0
- type "make_landsfcutil_lib_wcoss-cray.sh ifort.setup" to build library with the Intel compiler.
- the librares and include modules will be placed under ./landsfcutil/v2.1.0/intel
- type "make_landsfcutil_lib_wcoss-cray.sh crayftn.setup" to build library with the Cray compiler.
- the librares and include modules will be placed under ./landsfcutil/v2.1.0/cray
- see README for more details.