Skip to content

Commit

Permalink
Fix long name for AZSUN
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed May 2, 2024
1 parent 3900cc4 commit feda43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeophys/SurfaceAlbedoType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ subroutine InitHistory(this, bounds)

this%azsun_grc(begg:endg) = spval
call hist_addfld1d (fname='AZSUN', units='radians', &
avgflag='A', long_name='cosine of solar zenith angle', &
avgflag='A', long_name='azimuth angle of the sun', &
ptr_lnd=this%azsun_grc, default='inactive')

this%coszen_grc(begg:endg) = spval
Expand Down

0 comments on commit feda43c

Please sign in to comment.