From feda43c5c4199a1b2981980502a23f7ee489fefa Mon Sep 17 00:00:00 2001 From: Keith Oleson Date: Thu, 2 May 2024 11:57:16 -0600 Subject: [PATCH] Fix long name for AZSUN --- src/biogeophys/SurfaceAlbedoType.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biogeophys/SurfaceAlbedoType.F90 b/src/biogeophys/SurfaceAlbedoType.F90 index ddb57d88f7..e90caeecbb 100644 --- a/src/biogeophys/SurfaceAlbedoType.F90 +++ b/src/biogeophys/SurfaceAlbedoType.F90 @@ -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