Skip to content

Commit 29bb9e1

Browse files
committed
Merge branch 'noaa/develop' into mynnedmf_20260427
2 parents 0aa1122 + d5a15b3 commit 29bb9e1

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/bld_mpas_images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ run-name: CI Image Build for MPAS-A
44
on:
55
push:
66
branches:
7-
# Only build containers when pushing to gsl/develop
8-
- "gsl/develop"
7+
# Only build containers when pushing to noaa/develop
8+
- "noaa/develop"
99

1010
jobs:
1111
docker:

.github/workflows/run_mpas.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ on: [push, pull_request, workflow_dispatch]
2929
# 1/7) MPAS-Dev:v8.3.0 mesoscale_reference Release/Debug
3030
# 2/8) MPAS-Dev:v8.3.0 convection_permitting Release/Debug
3131
# 3/9) MPAS-Dev:v8.3.0 mesoscale_reference_noahmp Release/Debug
32-
# 4/10) ufs-community:gsl/develop mesoscale_reference Release/Debug
33-
# 5/11) ufs-community:gsl/develop convection_permitting Release/Debug
34-
# 6/12) ufs-community:gsl/develop mesoscale_reference_noahmp Release/Debug
32+
# 4/10) ufs-community:noaa/develop mesoscale_reference Release/Debug
33+
# 5/11) ufs-community:noaa/develop convection_permitting Release/Debug
34+
# 6/12) ufs-community:noaa/develop mesoscale_reference_noahmp Release/Debug
3535
#
3636
#############################################################################################
3737
jobs:
@@ -43,11 +43,11 @@ jobs:
4343
f-compiler: [gfortran]#,ifx]
4444
physics: [mesoscale_reference, convection_permitting, mesoscale_reference_noahmp]
4545
repo: [ufs-community, MPAS-Dev]
46-
branch: [gsl/develop, v8.3.0]
46+
branch: [noaa/develop, v8.3.0]
4747
build-type: [Debug, Release]
4848
exclude:
4949
- repo: MPAS-Dev
50-
branch: gsl/develop
50+
branch: noaa/develop
5151
- repo: ufs-community
5252
branch: v8.3.0
5353
include:

.github/workflows/run_mpas_hrrr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ on: [push, pull_request, workflow_dispatch]
2222
#
2323
# Tests:
2424
# Baseline Codebase Repository:Branch Physics IC source season build-type
25-
# 1/4) ufs-community:gsl/develop hrrrv5 gfs winter Release/Debug
26-
# 2/5) ufs-community:gsl/develop hrrrv5 rap summer Release/Debug
27-
# 3/6) ufs-community:gsl/develop hrrrv5 rap winter Release/Debug
25+
# 1/4) ufs-community:noaa/develop hrrrv5 gfs winter Release/Debug
26+
# 2/5) ufs-community:noaa/develop hrrrv5 rap summer Release/Debug
27+
# 3/6) ufs-community:noaa/develop hrrrv5 rap winter Release/Debug
2828
#
2929
#############################################################################################
3030
jobs:
@@ -90,15 +90,15 @@ jobs:
9090
if: contains(matrix.build-type, 'Debug')
9191
run: |
9292
cd ${runner_ROOT}
93-
git clone --recursive --branch gsl/develop https://github.com/ufs-community/MPAS-Model.git MPAS-Model-BL
93+
git clone --recursive --branch noaa/develop https://github.com/ufs-community/MPAS-Model.git MPAS-Model-BL
9494
cd ${mpas_bl_ROOT}
9595
make ${{matrix.bld_target}} CORE=atmosphere DEBUG=true
9696
9797
- name: Checkout and build MPAS standalone for baseline generation (Release)
9898
if: contains(matrix.build-type, 'Release')
9999
run: |
100100
cd ${runner_ROOT}
101-
git clone --recursive --branch gsl/develop https://github.com/ufs-community/MPAS-Model.git MPAS-Model-BL
101+
git clone --recursive --branch noaa/develop https://github.com/ufs-community/MPAS-Model.git MPAS-Model-BL
102102
cd ${mpas_bl_ROOT}
103103
make ${{matrix.bld_target}} CORE=atmosphere
104104

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MPAS-v8.3.1-2.26
1+
MPAS-v8.3.1-2.27
22
====
33

44
The Model for Prediction Across Scales (MPAS) is a collaborative project for

0 commit comments

Comments
 (0)