Skip to content

Commit

Permalink
fix a line-wrap error in fvGFS/atmosphere.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonr committed Mar 15, 2021
1 parent 090a1d3 commit 253228b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion driver/fvGFS/atmosphere.F90
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,8 @@ subroutine atmosphere_dynamics ( Time )
n_split_loc, Atm(n)%flagstruct%q_split, &
! Atm(n)%flagstruct%n_split, Atm(n)%flagstruct%q_split, &
Atm(n)%u, Atm(n)%v, Atm(n)%w, Atm(n)%delz, &
Atm(n)%flagstruct%hydrostatic, & Atm(n)%pt , Atm(n)%delp, Atm(n)%q, Atm(n)%ps, &
Atm(n)%flagstruct%hydrostatic, &
Atm(n)%pt , Atm(n)%delp, Atm(n)%q, Atm(n)%ps, &
Atm(n)%pe, Atm(n)%pk, Atm(n)%peln, &
Atm(n)%pkz, Atm(n)%phis, Atm(n)%q_con, &
Atm(n)%omga, Atm(n)%ua, Atm(n)%va, Atm(n)%uc, &
Expand Down

0 comments on commit 253228b

Please sign in to comment.