Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
742d013
feature/stack
GeorgeGayno-NOAA Jan 27, 2021
94f3562
feature stack:
GeorgeGayno-NOAA Jan 28, 2021
5e63222
feature/stack
GeorgeGayno-NOAA Jan 28, 2021
1773d86
feature/stack
GeorgeGayno-NOAA Jan 28, 2021
e977f89
feature/stack
GeorgeGayno-NOAA Jan 28, 2021
fc1395e
feature/stack
GeorgeGayno-NOAA Feb 1, 2021
7a13c30
feature/stack
GeorgeGayno-NOAA Feb 1, 2021
c0ac7d6
feature/stack
GeorgeGayno-NOAA Feb 1, 2021
f45a249
feature/stack
GeorgeGayno-NOAA Feb 1, 2021
448e24a
feature/stack
GeorgeGayno-NOAA Feb 1, 2021
dfc85d7
feature/stack
GeorgeGayno-NOAA Feb 24, 2021
6da547e
feature/stack
GeorgeGayno-NOAA Mar 2, 2021
c2c6efb
feature/stack
GeorgeGayno-NOAA Mar 8, 2021
8b12aba
feature/stack
GeorgeGayno-NOAA Mar 22, 2021
0c05c88
feature/stack
GeorgeGayno-NOAA Mar 24, 2021
35eb1ab
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 1, 2021
03b4f74
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 5, 2021
d8868d7
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 12, 2021
5bc8dcb
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 14, 2021
6533b99
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 16, 2021
b387387
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 20, 2021
ec9d71a
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 21, 2021
72b9dd0
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 22, 2021
3dd5a1b
Add minimum version for each package find except
GeorgeGayno-NOAA Apr 22, 2021
ba3e00d
Update to work with gnu on hera.
GeorgeGayno-NOAA Apr 22, 2021
9708143
Change required version number for Cray compile.
GeorgeGayno-NOAA Apr 22, 2021
d955141
Remove unused libraries for Dell build.
GeorgeGayno-NOAA Apr 23, 2021
3565370
Remove unused libraries from WCOSS-Cray build.
GeorgeGayno-NOAA Apr 23, 2021
a5ecb29
Remove unused libraries from Hera build.
GeorgeGayno-NOAA Apr 23, 2021
282f1e4
Remove unused libraries from Orion build.
GeorgeGayno-NOAA Apr 23, 2021
538af17
Remove unused libraries from Jet build.
GeorgeGayno-NOAA Apr 23, 2021
f484a52
Remove unused libraries from README.md
GeorgeGayno-NOAA Apr 23, 2021
1e87666
Remove unused libraries from remaining build modules.
GeorgeGayno-NOAA Apr 23, 2021
d0acc62
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 26, 2021
d1dcec5
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 27, 2021
0f6a865
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 28, 2021
de7d13b
Update CMakeLists.txt
GeorgeGayno-NOAA Apr 28, 2021
fcdaf0d
Merge branch 'develop' into feature/stack
GeorgeGayno-NOAA Apr 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ if(OPENMP)
endif()

find_package(sfcio 1.4.0 REQUIRED)
find_package(w3nco 2.3.0 REQUIRED)
find_package(w3nco 2.4.0 REQUIRED)
find_package(bacio 2.4.0 REQUIRED)
find_package(nemsio 2.4.0 REQUIRED)
find_package(sigio 2.2.0 REQUIRED)
find_package(nemsio 2.5.0 REQUIRED)
find_package(sigio 2.3.0 REQUIRED)
find_package(sp 2.3.3 REQUIRED)
find_package(ip 3.2.0 REQUIRED)
find_package(g2 3.3.0 REQUIRED)
find_package(ip 3.3.3 REQUIRED)
find_package(g2 3.4.0 REQUIRED)
find_package(wgrib2 2.0.8 REQUIRED)

# EMC requires executables in ./exec
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ UFS_UTILS Code managers: George Gayno, Kyle Gerheiser
## Prerequisites

This package requires the following NCEPLIBS packages:
- [NCEPLIBS-gfsio](https://github.com/NOAA-EMC/NCEPLIBS-gfsio)
- [NCEPLIBS-sfcio](https://github.com/NOAA-EMC/NCEPLIBS-sfcio)
- [NCEPLIBS-w3nco](https://github.com/NOAA-EMC/NCEPLIBS-w3nco)
- [NCEPLIBS-bacio](https://github.com/NOAA-EMC/NCEPLIBS-bacio)
- [NCEPLIBS-nemsio](https://github.com/NOAA-EMC/NCEPLIBS-nemsio)
- [NCEPLIBS-sigio](https://github.com/NOAA-EMC/NCEPLIBS-sigio)
- [NCEPLIBS-sp](https://github.com/NOAA-EMC/NCEPLIBS-sp)
- [NCEPLIBS-ip](https://github.com/NOAA-EMC/NCEPLIBS-ip)
- [NCEPLIBS-w3emc](https://github.com/NOAA-EMC/NCEPLIBS-w3emc)
- [NCEPLIBS-g2](https://github.com/NOAA-EMC/NCEPLIBS-g2)
- [NCEPLIBS-wgrib2](https://github.com/NOAA-EMC/NCEPLIBS-wgrib2)

Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.cheyenne.intel
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ module load g2/3.4.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load sigio/2.3.2

module load sfcio/1.4.1
module load gfsio/1.4.1
module load wgrib2/2.0.8
module load netcdf/4.7.4

Expand Down
8 changes: 3 additions & 5 deletions modulefiles/build.hera.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
module load hpss
module load cmake/3.16.1

module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/modulefiles/stack
module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack

module load hpc/1.0.0-beta1
module load hpc/1.1.0
module load hpc-gnu/9.2.0
module load hpc-mpich/3.3.2

Expand All @@ -18,13 +18,11 @@ module load g2/3.4.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load wgrib2/2.0.8
module load nccmp/1.8.7.0
module load png/1.6.35
module load zlib/1.2.11
module load jasper/2.0.15
module load jasper/2.0.22
8 changes: 3 additions & 5 deletions modulefiles/build.hera.intel
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
module load hpss
module load cmake/3.16.1

module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/v1.0.0-beta1/modulefiles/stack
module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack

module load hpc/1.0.0-beta1
module load hpc/1.1.0
module load hpc-intel/18.0.5.274
module load hpc-impi/2018.0.4

Expand All @@ -16,14 +16,12 @@ module load g2/3.4.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load wgrib2/2.0.8

module load jasper/2.0.15
module load jasper/2.0.22
module load zlib/1.2.11
module load png/1.6.35

Expand Down
10 changes: 4 additions & 6 deletions modulefiles/build.jet.intel
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@
#############################################################
module load cmake/3.16.1

module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/v1.0.0-beta1/modulefiles/stack
module load hpc/1.0.0-beta1
module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack
module load hpc/1.1.0
module load hpc-intel/18.0.5.274
module load hpc-impi/2018.4.274

module load hdf5/1.10.6
module load netcdf/4.7.4
module load nccmp/1.8.7.0
module load esmf/8_1_0_beta_snapshot_21
module load jasper/2.0.15
module load esmf/8_1_0_beta_snapshot_27
module load jasper/2.0.22

module load w3nco/2.4.1
module load w3emc/2.7.3
module load sp/2.3.3
module load ip/3.3.3
module load bacio/2.4.1
module load sigio/2.3.2
module load sfcio/1.4.1
module load nemsio/2.5.2
module load gfsio/1.4.1
module load g2/3.4.1
module load wgrib2/2.0.8
2 changes: 0 additions & 2 deletions modulefiles/build.odin.intel
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ setenv NETCDF /opt/cray/pe/netcdf-hdf5parallel/4.6.3.2/INTEL/19.0
#module use /oldscratch/ywang/external/NCEPLIBS_SRW/modules
module use /oldscratch/ywang/external/NCEPLIBS_SRWv2.0/modules
module load w3nco
module load w3emc
module load sp
module load ip
module load bacio
module load sigio
module load sfcio
module load nemsio
module load gfsio
module load g2
module load wgrib2

Expand Down
8 changes: 3 additions & 5 deletions modulefiles/build.orion.intel
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

module load cmake/3.17.3

module use /apps/contrib/NCEP/libs/hpc-stack/v1.0.0-beta1/modulefiles/stack
module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack

module load hpc/1.0.0-beta1
module load hpc/1.1.0
module load hpc-intel/2018.4
module load hpc-impi/2018.4

Expand All @@ -15,14 +15,12 @@ module load g2/3.4.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load wgrib2/2.0.8

module load jasper/2.0.15
module load jasper/2.0.22
module load zlib/1.2.11
module load png/1.6.35

Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.stampede.intel
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ module use /work/00315/tg455890/stampede2/regional_fv3/NCEPLIBS_SRWv2.0/modules
module load esmf/8.0.0

module load w3nco
module load w3emc
module load sp
module load ip
module load bacio
module load sigio
module load sfcio
module load nemsio
module load gfsio
module load g2
module load wgrib2

Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.wcoss_cray.intel
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ module load g2/3.4.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load wgrib2/2.0.8
Expand Down
6 changes: 2 additions & 4 deletions modulefiles/build.wcoss_dell_p3.intel
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module load lsf/10.1
module load HPSS/5.0.2.5
module load cmake/3.16.2

module use /usrx/local/nceplibs/dev/hpc-stack/test/hpc-stack/modulefiles/stack
module use /usrx/local/nceplibs/dev/hpc-stack/libs/hpc-stack/modulefiles/stack

module load hpc/1.0.0-beta1
module load hpc/1.1.0
module load hpc-ips/18.0.1.163
module load hpc-impi/18.0.1

Expand All @@ -26,9 +26,7 @@ module load g2/3.4.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load wgrib2/2.0.8
Expand Down