Skip to content

Commit

Permalink
remove frac_h2osfc_act from output
Browse files Browse the repository at this point in the history
  • Loading branch information
donghuix committed Nov 8, 2023
1 parent f85ea21 commit 0b7cdf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/elm/src/data_types/ColumnDataType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1521,9 +1521,6 @@ subroutine col_ws_init(this, begc, endc, h2osno_input, snow_depth_input, watsat_
ptr_col=this%frac_h2osfc)

this%frac_h2osfc_act(begc:endc) = spval
call hist_addfld1d (fname='FH2OSFCact', units='unitless', &
avgflag='A', long_name='actual fraction of ground covered by surface water', &
ptr_col=this%frac_h2osfc_act)

if (use_cn) then
this%wf(begc:endc) = spval
Expand Down

0 comments on commit 0b7cdf4

Please sign in to comment.