Skip to content

Commit

Permalink
Make ALBGRD and ALBGRI active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Nov 7, 2024
1 parent 33607a0 commit a4d23b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biogeophys/SurfaceAlbedoType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,12 @@ subroutine InitHistory(this, bounds)
this%albgrd_col(begc:endc,:) = spval
call hist_addfld2d (fname='ALBGRD', units='proportion', type2d='numrad', &
avgflag='A', long_name='ground albedo (direct)', &
ptr_col=this%albgrd_col, default='inactive')
ptr_col=this%albgrd_col, default='active')

this%albgri_col(begc:endc,:) = spval
call hist_addfld2d (fname='ALBGRI', units='proportion', type2d='numrad', &
avgflag='A', long_name='ground albedo (indirect)', &
ptr_col=this%albgri_col, default='inactive')
ptr_col=this%albgri_col, default='active')

if (use_SSRE) then
this%albdSF_patch(begp:endp,:) = spval
Expand Down

0 comments on commit a4d23b5

Please sign in to comment.