Skip to content

Commit

Permalink
Fix issue ESCOMP#2793
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Oct 2, 2024
1 parent 16cf4ac commit 5112088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeophys/EnergyFluxType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ subroutine InitHistory(this, bounds, is_simple_buildtemp, is_prog_buildtemp)
avgflag='A', long_name='urban heating flux', &
ptr_col=this%eflx_urban_heat_col, set_nourb=0._r8, c2l_scale_type='urbanf')
else
this%eflx_urban_ac_lun(begl:endl) = spval
this%eflx_building_lun(begl:endl) = spval
call hist_addfld1d (fname='EFLXBUILD', units='W/m^2', &
avgflag='A', long_name='building heat flux from change in interior building air temperature', &
ptr_lunit=this%eflx_building_lun, set_nourb=0._r8, l2g_scale_type='unity')
Expand Down

0 comments on commit 5112088

Please sign in to comment.