Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/core_atmosphere/dynamics/mpas_atm_time_integration.F
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@ subroutine atm_advance_scalars_mono_work(field_name, block, state, nCells, nEdge
integer, intent(in) :: cellSolveStart, cellSolveEnd
procedure (halo_exchange_routine) :: exchange_halo_group
logical, intent(in), optional :: advance_density
real (kind=RKIND), dimension(nVertLevels,nCells+1), intent(inout), optional :: rho_zz_int
real (kind=RKIND), dimension(:,:), intent(inout), optional :: rho_zz_int

integer :: ii,jj
integer, dimension(10) :: ica
Expand Down