@@ -1721,8 +1721,6 @@ subroutine set_aoflux_out_pointers(fldbun, lsize, aoflux_out, xgrid, rc)
1721
1721
call fldbun_getfldptr(fldbun, ' So_duu10n' , aoflux_out% duu10n, xgrid= xgrid, rc= rc)
1722
1722
if (chkerr(rc,__LINE__,u_FILE_u)) return
1723
1723
1724
- call fldbun_getfldptr(fldbun, ' So_ugustOut' , aoflux_out% ugust_out, xgrid= xgrid, rc= rc)
1725
- if (chkerr(rc,__LINE__,u_FILE_u)) return
1726
1724
call fldbun_getfldptr(fldbun, ' So_u10withGust' , aoflux_out% u10_withGust, xgrid= xgrid, rc= rc)
1727
1725
if (chkerr(rc,__LINE__,u_FILE_u)) return
1728
1726
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)
1752
1750
allocate (aoflux_out% evap_18O(lsize)); aoflux_out% evap_18O(:) = 0._R8
1753
1751
allocate (aoflux_out% evap_HDO(lsize)); aoflux_out% evap_HDO(:) = 0._R8
1754
1752
end if
1755
-
1756
1753
if (add_gusts) then
1757
1754
call fldbun_getfldptr(fldbun, ' So_ugustOut' , aoflux_out% ugust_out, xgrid= xgrid, rc= rc)
1758
1755
if (chkerr(rc,__LINE__,u_FILE_u)) return
0 commit comments