Skip to content

Commit

Permalink
update the MPAS model to the latest gsl/develop version v8.2.2-2.6 (#265
Browse files Browse the repository at this point in the history
)

The rrfs-workflow needs the latest GSL MPAS version to run JEDIVAR
correctly.
  • Loading branch information
guoqing-noaa authored Feb 14, 2025
1 parent 66a2f82 commit 8ac3211
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
ignore = all
[submodule "sorc/mpas"]
path = sorc/mpas
url = https://github.com/MPAS-Dev/MPAS-Model
branch = release-stable
url = https://github.com/NOAA-GSL/MPAS-Model
branch = gsl/develop
ignore = all
[submodule "sorc/mpas-jedi"]
path = sorc/mpas-jedi
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ case ${BUILD_TARGET} in
;;
esac

# tweak sorc/mpas/src/core_init_atmosphere/mpas_init_atm_cases.F to make building work
sed -i -e "5549 s/.*/call mpas_log_write('Interpolating SOILM000')/" sorc/mpas/src/core_init_atmosphere/mpas_init_atm_cases.F

# Set default number of build jobs based on machine
if [[ $BUILD_TARGET == 'orion' ]]; then # lower due to memory limit on login nodes
BUILD_JOBS=${BUILD_JOBS:-4}
Expand Down
2 changes: 1 addition & 1 deletion sorc/mpas
Submodule mpas updated 103 files

0 comments on commit 8ac3211

Please sign in to comment.