Skip to content

Commit

Permalink
Merge branch 'fix_cires_ugwp_dimension_bug' of https://github.com/gra…
Browse files Browse the repository at this point in the history
…ntfirl/fv3atm into update_dtc_develop_from_emc_develop_and_collect_updates_20191205
  • Loading branch information
climbfuji committed Dec 6, 2019
2 parents b317eae + aa99bea commit 3780030
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gfsphysics/physics/ugwp_driver_v0.f
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ subroutine cires_ugwp_driver_v0(me, master,
&, rain

real(kind=kind_phys), intent(in), dimension(im,levs) :: ugrs
&, vgrs, tgrs, qgrs, prsi, prsl, prslk, phii, phil, del
&, vgrs, tgrs, qgrs, prsl, prslk, phil, del
real(kind=kind_phys), intent(in), dimension(im,levs+1) ::
& phii, prsi

! real(kind=kind_phys), intent(in) :: oro_stat(im,nmtvr)
real(kind=kind_phys), intent(in), dimension(im) :: hprime, oc
Expand Down

0 comments on commit 3780030

Please sign in to comment.