Skip to content

Commit

Permalink
Update to GEOSpyD Min24.4.0-0_py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 3, 2024
1 parent 60a2fc1 commit f2ad639
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [5.1.0] - 2024-06-03

### Changed

- Moved to use GEOSpyD Min24.4.0 Python 3.12 stack
- NOTE: This requires using at least ESMA_cmake v3.45.1 due to f2py issues with Python 3.12. However, ESMA_env v5 should be used
with ESMA_cmake v4.0.0 due to changes in the CMake build system to support FMS in Baselibs

## [5.0.0] - 2024-05-20

### Changed
Expand Down
8 changes: 4 additions & 4 deletions g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if ( $site == NCCS ) then
set mod2 = comp/gcc/11.2.0
set mod3 = comp/intel/2021.6.0
set mod4 = mpi/impi/2021.6.0
set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11_AND_Min4.8.3_py2.7
set mod5 = python/GEOSpyD/Min24.4.0-0_py3.12_AND_Min4.8.3_py2.7
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.0.2/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.6.0-SLES12
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES12

Expand All @@ -140,7 +140,7 @@ if ( $site == NCCS ) then
set mod2 = comp/gcc/11.4.0
set mod3 = comp/intel/2021.6.0
set mod4 = mpi/impi/2021.12
set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11
set mod5 = python/GEOSpyD/Min24.4.0-0_py3.12
set basedir = /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-8.0.2/x86_64-pc-linux-gnu/ifort_2021.6.0-intelmpi_2021.12-SLES15
set usemod1 = /discover/swdev/gmao_SIteam/modulefiles-SLES15

Expand All @@ -166,7 +166,7 @@ else if ( $site == NAS ) then
set mod3 = comp-intel/2022.1.0
set mod4 = mpi-hpe/mpt

set mod5 = python/GEOSpyD/Min23.5.2-0_py3.11_AND_Min4.8.3_py2.7
set mod5 = python/GEOSpyD/Min24.4.0-0_py3.12_AND_Min4.8.3_py2.7

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 )
set modinit = /usr/share/modules/init/tcsh
Expand All @@ -191,7 +191,7 @@ else if ( $site == GMAO.desktop ) then
set mod2 = comp/gcc/11.2.0
set mod3 = comp/intel/2022.1.0
set mod4 = mpi/impi/2022.1.0
set mod5 = other/python/GEOSpyD/Min23.5.2-0_py3.11_AND_Min4.8.3_py2.7
set mod5 = other/python/GEOSpyD/Min24.4.0-0_py3.12_AND_Min4.8.3_py2.7

set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 )
set modinit = /usr/share/Modules/init/tcsh
Expand Down

0 comments on commit f2ad639

Please sign in to comment.