Skip to content

Commit

Permalink
CESM3_SLH update CAM dynamics
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPedroFernandez committed Sep 20, 2024
1 parent 042fc45 commit d7917e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dynamics/fv/dyn_grid.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1113,13 +1113,15 @@ subroutine define_cam_grids()
ind = ind + 1
grid_map(1, ind) = 1
grid_map(2, ind) = i
!rpf_CESM3_SLH: make sure it is updated following Jim's Edward e-mail for CESM2_SLH
if (beglonxy == 1) then
grid_map(3, ind) = 1
grid_map(4, ind) = i
else
grid_map(3, ind) = 0
grid_map(4, ind) = 0
end if
!rpf_CESM3_SLH: make sure it is updated following Jim's Edward e-mail for CESM2_SLH
end do
! We need a special, size-one "longigude" coordinate
! NB: This is never a distributed coordinate so calc even on inactive PEs
Expand Down

0 comments on commit d7917e3

Please sign in to comment.