Skip to content

Commit

Permalink
Correct name of pointer for QSNOEVAP in history, this fixes ESCOMP#624
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Jan 23, 2019
1 parent 02f0af2 commit bb1bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeophys/WaterfluxType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ subroutine InitHistory(this, bounds)
this%qflx_ev_snow_patch(begp:endp) = spval
call hist_addfld1d (fname='QSNOEVAP', units='mm/s', &
avgflag='A', long_name='evaporation from snow', &
ptr_patch=this%qflx_tran_veg_patch, set_lake=0._r8, c2l_scale_type='urbanf')
ptr_patch=this%qflx_ev_snow_patch, set_lake=0._r8, c2l_scale_type='urbanf')

this%qflx_snowindunload_patch(begp:endp) = spval
call hist_addfld1d (fname='QSNO_WINDUNLOAD', units='mm/s', &
Expand Down

0 comments on commit bb1bd0b

Please sign in to comment.