Skip to content

Commit

Permalink
Merge pull request ESCOMP#2806 from olyson/eflxbuild
Browse files Browse the repository at this point in the history
Set eflx_building_lun to spval properly
  • Loading branch information
olyson authored Oct 8, 2024
2 parents cbea138 + 146dba4 commit 86fbf18
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 86fbf18

Please sign in to comment.