Skip to content

Commit

Permalink
mods to QICE long name
Browse files Browse the repository at this point in the history
  • Loading branch information
chloewhicker committed Nov 25, 2024
1 parent 55f2a36 commit d98b099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/elm/src/data_types/ColumnDataType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5852,17 +5852,17 @@ subroutine col_wf_init(this, begc, endc)
if (create_glacier_mec_landunit) then
this%qflx_glcice(begc:endc) = spval
call hist_addfld1d (fname='QICE', units='mm/s', &
avgflag='A', long_name='ice growth/melt', &
avgflag='A', long_name='ice growth/melt (with active GLC/MECs)', &
ptr_col=this%qflx_glcice, l2g_scale_type='ice')

this%qflx_glcice_frz(begc:endc) = spval
call hist_addfld1d (fname='QICE_FRZ', units='mm/s', &
avgflag='A', long_name='ice growth', &
avgflag='A', long_name='ice growth (with active GLC/MECs)', &
ptr_col=this%qflx_glcice_frz, l2g_scale_type='ice')

this%qflx_glcice_melt(begc:endc) = spval
call hist_addfld1d (fname='QICE_MELT', units='mm/s', &
avgflag='A', long_name='ice melt', &
avgflag='A', long_name='ice melt (with active GLC/MECs)', &
ptr_col=this%qflx_glcice_melt, l2g_scale_type='ice')
else
this%qflx_glcice_diag(begc:endc) = spval
Expand Down

0 comments on commit d98b099

Please sign in to comment.