Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
oksanaguba committed Jan 15, 2021
1 parent c9cd927 commit 65fe92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eam/src/dynamics/se/stepon.F90
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ subroutine stepon_init(dyn_in, dyn_out )
call addfld('DYN_V' ,(/ 'lev' /), 'A', 'm/s', 'Meridional Velocity', gridname='GLL')
call addfld('DYN_OMEGA',(/ 'lev' /), 'A', 'Pa/s', 'Vertical Velocity', gridname='GLL' )
call addfld('DYN_PS' ,horiz_only, 'A', 'Pa', 'Surface pressure', gridname='GLL')
call addfld('DYN_PNH' ,(/ 'lev' /), 'A', 'Pa', 'Nonhydro pressure', gridname='GLL')
call addfld('DYN_PNH' ,(/ 'lev' /), 'A', 'Pa', 'Nonhydrostatic pressure', gridname='GLL')

end subroutine stepon_init

Expand Down

0 comments on commit 65fe92a

Please sign in to comment.