Skip to content

Commit

Permalink
(fixup later) Fix typo in call hist_addfld1d
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Apr 15, 2024
1 parent 9781da5 commit 2c7f95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/elm/src/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cmake.configureOnOpen": false
}
2 changes: 1 addition & 1 deletion components/elm/src/data_types/ColumnDataType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ subroutine col_ws_init(this, begc, endc, h2osno_input, snow_depth_input, watsat_
this%excess_ice(begc:endc) = spval
call hist_addfld1d (fname='EXCESS_ICE', units = 'kg/m2', &
avgflag='A', long_name='Excess ground ice', &
ptr_col=this$excess_ice, l2g_scale_type='veg') ! <- RPF: should this be natveg?
ptr_col=this%excess_ice, l2g_scale_type='veg') ! <- RPF: should this be natveg?

this%frac_sno(begc:endc) = spval
call hist_addfld1d (fname='FSNO', units='1', &
Expand Down

0 comments on commit 2c7f95c

Please sign in to comment.