Skip to content

Commit 3ca23dc

Browse files
author
Andrea Rosendahl
committed
small fix in energy diagnostics
1 parent bb43034 commit 3ca23dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/cam/cam_diagnostics.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ subroutine diag_phys_writeout_moist(state, pbuf, p_surf_t)
12591259
real(r8) :: ftem1(pcols,pver) ! another temporary workspace
12601260
real(r8) :: ftem2(pcols,pver) ! another temporary workspace
12611261
real(r8) :: ftem3(pcols) ! another temporary workspace
1262-
real(r8) :: z3(pcols,pver) ! geo-potential height !andrear
1262+
real(r8) :: z3(pcols,pver) ! geo-potential height including surface geopotential
12631263
real(r8) :: p_surf(pcols) ! data interpolated to a pressure surface
12641264
real(r8) :: p_surf_q1(pcols) ! data interpolated to a pressure surface
12651265
real(r8) :: p_surf_q2(pcols) ! data interpolated to a pressure surface

0 commit comments

Comments
 (0)