Skip to content

Commit 72c5cce

Browse files
committed
Revert the init_atm_case_mtn_wave routine to v8.3.1
This commit reverts all changes to the init_atm_case_mtn_wave routine since the v8.3.1 tag. These changes are not strictly necessary to the initial LES capability, and they can be re-introduced separately in future.
1 parent f64858f commit 72c5cce

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/core_init_atmosphere/mpas_init_atm_cases.F

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,6 @@ subroutine init_atm_case_mtn_wave(dminfo, mesh, nCells, nVertLevels, state, diag
20342034
integer, dimension(:), pointer :: nEdgesOnEdge, nEdgesOnCell
20352035
integer, dimension(:,:), pointer :: edgesOnEdge, cellsOnEdge, cellsOnCell
20362036
real (kind=RKIND), dimension(:,:), pointer :: weightsOnEdge
2037-
real (kind=RKIND), pointer :: x_period, y_period
20382037

20392038
integer :: iCell, iCell1, iCell2 , iEdge, ivtx, i, k, nz, itr, cell1, cell2, nz1
20402039
integer, pointer :: nEdges, maxEdges, nCellsSolve, nVertices
@@ -2093,8 +2092,6 @@ subroutine init_atm_case_mtn_wave(dminfo, mesh, nCells, nVertLevels, state, diag
20932092
call mpas_pool_get_array(mesh, 'kiteAreasOnVertex', kiteAreasOnVertex)
20942093
call mpas_pool_get_array(mesh, 'nominalMinDc', nominalMinDc)
20952094

2096-
call mpas_pool_get_config(mesh, 'x_period', x_period)
2097-
call mpas_pool_get_config(mesh, 'y_period', y_period)
20982095
call mpas_pool_get_config(mesh, 'on_a_sphere', on_a_sphere)
20992096
call mpas_pool_get_config(mesh, 'sphere_radius', sphere_radius)
21002097

@@ -2136,8 +2133,6 @@ subroutine init_atm_case_mtn_wave(dminfo, mesh, nCells, nVertLevels, state, diag
21362133
areaTriangle(:) = areaTriangle(:) * a_scale**2.0
21372134
kiteAreasOnVertex(:,:) = kiteAreasOnVertex(:,:) * a_scale**2.0
21382135
nominalMinDc = nominalMinDc * a_scale
2139-
x_period = x_period * a_scale
2140-
y_period = y_period * a_scale
21412136

21422137

21432138
call mpas_pool_get_dimension(mesh, 'nEdges', nEdges)

0 commit comments

Comments
 (0)