Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the MPAS model to the latest gsl/develop version v8.2.2-2.6 #265

Merged
merged 6 commits into from
Feb 14, 2025
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
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

ShunLiu-NOAA marked this conversation as resolved.
Show resolved Hide resolved
# 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