Skip to content

Commit 4520051

Browse files
authored
Merge pull request #487 from jedwards4b/fix/aoflux_merge_error
fix an error in the aoflux wind_gust fields
2 parents 10ffcc8 + fdb9e0e commit 4520051

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mediator/med_phases_aofluxes_mod.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,8 +1721,6 @@ subroutine set_aoflux_out_pointers(fldbun, lsize, aoflux_out, xgrid, rc)
17211721
call fldbun_getfldptr(fldbun, 'So_duu10n', aoflux_out%duu10n, xgrid=xgrid, rc=rc)
17221722
if (chkerr(rc,__LINE__,u_FILE_u)) return
17231723

1724-
call fldbun_getfldptr(fldbun, 'So_ugustOut', aoflux_out%ugust_out, xgrid=xgrid, rc=rc)
1725-
if (chkerr(rc,__LINE__,u_FILE_u)) return
17261724
call fldbun_getfldptr(fldbun, 'So_u10withGust', aoflux_out%u10_withGust, xgrid=xgrid, rc=rc)
17271725
if (chkerr(rc,__LINE__,u_FILE_u)) return
17281726
call fldbun_getfldptr(fldbun, 'So_u10res', aoflux_out%u10res, xgrid=xgrid, rc=rc)
@@ -1752,7 +1750,6 @@ subroutine set_aoflux_out_pointers(fldbun, lsize, aoflux_out, xgrid, rc)
17521750
allocate(aoflux_out%evap_18O(lsize)); aoflux_out%evap_18O(:) = 0._R8
17531751
allocate(aoflux_out%evap_HDO(lsize)); aoflux_out%evap_HDO(:) = 0._R8
17541752
end if
1755-
17561753
if (add_gusts) then
17571754
call fldbun_getfldptr(fldbun, 'So_ugustOut', aoflux_out%ugust_out, xgrid=xgrid, rc=rc)
17581755
if (chkerr(rc,__LINE__,u_FILE_u)) return

0 commit comments

Comments
 (0)