|
| 1 | +#!/usr/bin/env bash |
| 2 | + |
| 3 | +source lisf.env |
| 4 | +cd LISF |
| 5 | + |
| 6 | +# |
| 7 | +# Revision |
| 8 | +# |
| 9 | + |
| 10 | +git log -n 1 --oneline --decorate >revision.log |
| 11 | + |
| 12 | +# |
| 13 | +# LDT |
| 14 | +# |
| 15 | + |
| 16 | +# Parallelism (0-serial, 1-dmpar, default=0): 0 |
| 17 | +# Optimization level (-3=strict checks with warnings, -2=strict checks, -1=debug, 0,1,2,3, default=2): 2 |
| 18 | +# Assume little/big_endian data format (1-little, 2-big, default=2): 2 |
| 19 | +# Use GRIBAPI/ECCODES? (0-neither, 1-gribapi, 2-eccodes, default=2): 2 |
| 20 | +# NETCDF version (3 or 4, default=4)?: 4 |
| 21 | +# NETCDF use shuffle filter? (1-yes, 0-no, default = 1): 1 |
| 22 | +# NETCDF use deflate filter? (1-yes, 0-no, default = 1): 1 |
| 23 | +# NETCDF use deflate level? (1 to 9-yes, 0-no, default = 9): 1 |
| 24 | +# Use HDF4? (1-yes, 0-no, default=1): 1 |
| 25 | +# Use HDF5? (1-yes, 0-no, default=1): 1 |
| 26 | +# Use HDFEOS? (1-yes, 0-no, default=1): 1 |
| 27 | +# Enable GeoTIFF support? (1-yes, 0-no, default=1): 1 |
| 28 | +# Enable LIBGEOTIFF support? (1-yes, 0-no, default=1): 1 |
| 29 | +# Include date/time stamp history? (1-yes, 0-no, default=1): 1 |
| 30 | + |
| 31 | +cd ldt |
| 32 | +printf '%s\n' "0" "2" "2" "2" "4" "1" "1" "1" "1" "1" "1" "1" "1" "1" | ./configure |
| 33 | +./compile -j 2 |
| 34 | + |
| 35 | +# |
| 36 | +# LIS |
| 37 | +# |
| 38 | + |
| 39 | +# Parallelism (0-serial, 1-dmpar, default=1): 1 |
| 40 | +# Optimization level (-3=strict checks with warnings, -2=strict checks, -1=debug, 0,1,2,3, default=2): 2 |
| 41 | +# Assume little/big_endian data format (1-little, 2-big, default=2): 2 |
| 42 | +# Use GRIBAPI/ECCODES? (0-neither, 1-gribapi, 2-eccodes, default=2): 2 |
| 43 | +# Enable AFWA-specific grib configuration settings? (1-yes, 0-no, default=0): 0 |
| 44 | +# Use NETCDF? (1-yes, 0-no, default=1): 1 |
| 45 | +# NETCDF version (3 or 4, default=4): 4 |
| 46 | +# NETCDF use shuffle filter? (1-yes, 0-no, default = 1): 1 |
| 47 | +# NETCDF use deflate filter? (1-yes, 0-no, default = 1): 1 |
| 48 | +# NETCDF use deflate level? (1 to 9-yes, 0-no, default = 9): 1 |
| 49 | +# Use HDF4? (1-yes, 0-no, default=1): 1 |
| 50 | +# Use HDF5? (1-yes, 0-no, default=1): 1 |
| 51 | +# Use HDFEOS? (1-yes, 0-no, default=1): 1 |
| 52 | +# Use MINPACK? (1-yes, 0-no, default=0): 0 |
| 53 | +# Use LIS-CRTM? (1-yes, 0-no, default=0): 0 |
| 54 | +# Use LIS-CMEM? (1-yes, 0-no, default=0): 0 |
| 55 | +# Use LIS-LAPACK? (1-yes, 0-no, default=0): 0 |
| 56 | +# Use LIS-MKL-LAPACK? (1-yes, 0-no, default=0): 0 |
| 57 | + |
| 58 | +cd ../lis |
| 59 | +printf '%s\n' "1" "2" "2" "2" "0" "1" "4" "1" "1" "1" "1" "1" "1" "0" "0" "0" "0" "0" | ./configure |
| 60 | +./compile -j 2 |
| 61 | + |
| 62 | +# |
| 63 | +# LVT |
| 64 | +# |
| 65 | + |
| 66 | +# Optimization level (-3=strict checks with warnings, -2=strict checks, -1=debug, 0,1,2,3, default=2): 2 |
| 67 | +# Assume little/big_endian data format (1-little, 2-big, default=2): 2 |
| 68 | +# Use GRIBAPI/ECCODES? (1-gribapi, 2-eccodes, default=2): 2 |
| 69 | +# Use NETCDF? (1-yes, 0-no, default=1): 1 |
| 70 | +# NETCDF version (3 or 4, default=4): 4 |
| 71 | +# NETCDF use shuffle filter? (1-yes, 0-no, default = 1): 1 |
| 72 | +# NETCDF use deflate filter? (1-yes, 0-no, default = 1): 1 |
| 73 | +# NETCDF use deflate level? (1 to 9-yes, 0-no, default = 9): 1 |
| 74 | +# Use HDF4? (1-yes, 0-no, default=1): 1 |
| 75 | +# Use HDF5? (1-yes, 0-no, default=1): 1 |
| 76 | +# Use HDFEOS? (1-yes, 0-no, default=1): 1 |
| 77 | +# Enable AFWA-specific grib configuration settings? (1-yes, 0-no, default=0): 0 |
| 78 | +# Enable GeoTIFF support? (1-yes, 0-no, default=1): 1 |
| 79 | +# Use MATLAB support? (1-yes, 0-no, default=0): 0 |
| 80 | + |
| 81 | +cd ../lvt |
| 82 | +printf '%s\n' "2" "2" "2" "1" "4" "1" "1" "1" "1" "1" "1" "0" "1" "0" | ./configure |
| 83 | +./compile -j 2 |
0 commit comments