Skip to content
Open
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: 2 additions & 0 deletions src/core_atmosphere/physics/mpas_atmphys_todynamics.F
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ subroutine physics_get_tend( block, mesh, state, diag, tend, tend_physics, confi
tend_rtheta_physics(:,:) = 0._RKIND
tend_rho_physics(:,:) = 0._RKIND ! NB: rho tendency is not currently supplied by physics, but this
! field may be later filled with IAU or other tendencies

tend_u_phys(:,:) = 0._RKIND

!
! In case some variables are not allocated due to their associated packages,
Expand Down