ufs-community / UFS_UTILS

Utilities for the NCEP models.
Other
21 stars 104 forks source link

Update for new NCEPLIBS location on Jet #34

Closed GeorgeGayno-NOAA closed 4 years ago

GeorgeGayno-NOAA commented 4 years ago

NCEPLIBS was recompiled and moved to a new location on Jet in mid-November, and ufs_utils no longer compiles.

GeorgeGayno-NOAA commented 4 years ago

The build modules were updated so that all programs under ufs_utils can now compile on Jet. Will test all components next.

GeorgeGayno-NOAA commented 4 years ago

The branch at 4fd0853 was successfully compiled on Cray, Dell and Hera. All executables were identical to those from develop at f7f04fc, which was expected.

GeorgeGayno-NOAA commented 4 years ago

The _chgrescube regression tests were run on Jet using the branch at 4fd08535. All tests failed, but the differences were of the 'floating point' variety. I suspect these differences were due to the switch to Intel Fortran v18 (previously v15 was used on Jet), which was required to use the updated NCEPLIBS.

GeorgeGayno-NOAA commented 4 years ago

A C96 uniform global grid was created on Jet using the branch at 4fd0853. All output 'grid', 'orography' and surface fixed files were examined using the ncview utility and looked correct.

GeorgeGayno-NOAA commented 4 years ago

Tests of the remaining programs under ufs_utils were tested on Jet using the branch at 4fd0853. Output from all tests was examined and was determined to be correct.

GeorgeGayno-NOAA commented 4 years ago

Testing complete. Will merge branch to 'develop'.

GeorgeGayno-NOAA commented 4 years ago

Work complete. Will remove the _feature/jetnceplibs branch and close ticket.