@@ -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