Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [6.2.0] - 2026-02-10

### Changed

- Added ISSM module at NCCS and NAS
- This is for on-going testing and development of ISSM in GEOS. In the model, ISSM is an optional build, so for now we only support at our operational sites.

## [6.1.0] - 2026-01-02

### Changed
Expand Down
12 changes: 9 additions & 3 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ if ( $site == NCCS ) then
set mod5 = mpi/impi/2021.13
set mod6 = other/jemalloc/5.3.0

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 )
set mod7 = other/ISSM/2026-02-09/ifort_2021.13.0-intelmpi_2021.13.0

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 $mod7 )
set modinit = /usr/share/modules/init/csh

set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15
Expand All @@ -165,7 +167,9 @@ else if ( $site == NAS ) then
set mod4 = comp-intel/2024.2.0-ifort
set mod5 = mpi-hpe/mpt

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 )
set mod6 = other/ISSM/2026-02-10/ifort_2021.13.0-mpt_2.30

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 )
set modinit = /usr/share/modules/init/tcsh

set usemod1 = /u/scicon/tools/modulefiles
Expand All @@ -186,7 +190,9 @@ else if ( $site == NAS ) then
set mod5 = comp-intel/2024.2.0
set mod6 = mpi/mpich-ifort

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 )
set mod7 = other/ISSM/2026-02-10/ifort_2021.13.0-craympich_8.1.33

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 $mod7 )
set modinit = /opt/cray/pe/modules/3.2.11.7/init/csh

set switchmods = ( intel/2023.2.1:intel/2024.2.0 )
Expand Down
Loading