Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 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
2 changes: 1 addition & 1 deletion src/core_atmosphere/Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local_path = ./physics_mmm
protocol = git
repo_url = https://github.com/NCAR/MMM-physics.git
tag = 20240626-MPASv8.2
tag = 20250616-MPASv8.3
required = True

[GSL_UGWP]
Expand Down
2 changes: 1 addition & 1 deletion src/core_atmosphere/physics/physics_noaa/GFL
2 changes: 1 addition & 1 deletion src/core_atmosphere/physics/physics_noaa/TEMPO
2 changes: 0 additions & 2 deletions src/core_init_atmosphere/mpas_init_atm_cases.F
Original file line number Diff line number Diff line change
Expand Up @@ -8361,7 +8361,6 @@ subroutine init_atm_case_lbc(timestamp, block, mesh, nCells, nEdges, nVertLevels
target_z = 0.5 * (zgrid(k,iCell) + zgrid(k+1,iCell))
relhum(k,iCell) = vertical_interp(target_z, nfglevels_actual-1, &
sorted_arr(:,1:nfglevels_actual-1), order=1, extrap=0)
if (target_z < z_fg(1,iCell) .and. k < nVertLevels) relhum(k,iCell) = relhum(k+1,iCell)
end do


Expand All @@ -8379,7 +8378,6 @@ subroutine init_atm_case_lbc(timestamp, block, mesh, nCells, nEdges, nVertLevels
target_z = 0.5 * (zgrid(k,iCell) + zgrid(k+1,iCell))
spechum(k,iCell) = vertical_interp(target_z, nfglevels_actual-1, &
sorted_arr(:,1:nfglevels_actual-1), order=1, extrap=0)
if (target_z < z_fg(1,iCell) .and. k < nVertLevels) spechum(k,iCell) = spechum(k+1,iCell)
end do

! vertical interpolation of hydrometeors
Expand Down
2 changes: 1 addition & 1 deletion src/core_landice/Registry.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<registry model="mpas" core="landice" core_abbrev="li" version="8.3.0">
<registry model="mpas" core="landice" core_abbrev="li" version="8.3.1">


<!-- ======================================================================= -->
Expand Down
2 changes: 1 addition & 1 deletion src/core_ocean/Registry.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<registry model="mpas" core="ocean" core_abbrev="ocn" version="8.3.0">
<registry model="mpas" core="ocean" core_abbrev="ocn" version="8.3.1">

<dims>
<dim name="nCells" units="unitless"
Expand Down
2 changes: 1 addition & 1 deletion src/core_seaice/Registry.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<registry model="mpas" core="seaice" core_abbrev="seaice" version="8.3.0">
<registry model="mpas" core="seaice" core_abbrev="seaice" version="8.3.1">

<dims>
<dim name="nCells"
Expand Down
2 changes: 1 addition & 1 deletion src/core_sw/Registry.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<registry model="mpas" core="sw" core_abbrev="sw" version="8.3.0">
<registry model="mpas" core="sw" core_abbrev="sw" version="8.3.1">
<dims>
<dim name="nCells"/>
<dim name="nEdges"/>
Expand Down
2 changes: 1 addition & 1 deletion src/core_test/Registry.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<registry model="mpas" core="test" core_abbrev="test" version="8.3.0">
<registry model="mpas" core="test" core_abbrev="test" version="8.3.1">
<dims>
<dim name="nCells"/>
<dim name="nEdges"/>
Expand Down
Loading