Skip to content

Commit

Permalink
attempt to fix compute_lwa_and_layerwise_fluxes.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
csyhuang committed Dec 16, 2024
1 parent 792bb70 commit e01897d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/falwa/f90_modules/compute_lwa_and_layerwise_fluxes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ SUBROUTINE compute_lwa_and_layerwise_fluxes(nlon, nlat, kmax, jd, &
! Comment from Clare on 2023/10/10:
! ncforce is an optional argument in QGField interface. If not required, simply put in zero array.
real, intent(in) :: a, om, dz, h, r, cp, prefactor
real, intent(out) :: astar1(nlon,jd,kmax), astar2(nlon,jd,kmax), ncforce3d(nlon,jd,kmax), ua1(nlon,jd,kmax), ua2(nlon,jd,kmax), &
ep1(nlon,jd,kmax), ep2(nlon,jd,kmax), ep3(nlon,jd,kmax), ep4(nlon,jd)
real, intent(out) :: astar1(nlon,jd,kmax), astar2(nlon,jd,kmax), ncforce3d(nlon,jd,kmax), &
ua1(nlon,jd,kmax), ua2(nlon,jd,kmax), ep1(nlon,jd,kmax), ep2(nlon,jd,kmax), ep3(nlon,jd,kmax), ep4(nlon,jd)
! === dummy variables ===
integer :: i, j, jj, k
real :: qe(nlon,nlat),ue(nlon,nlat)
Expand Down

0 comments on commit e01897d

Please sign in to comment.