Skip to content

Commit

Permalink
Fix RH2M_R long_name
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed May 2, 2024
1 parent 40b6a3c commit 3900cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeophys/WaterDiagnosticBulkType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ subroutine InitBulkHistory(this, bounds)
fname=this%info%fname('RH2M_R'), &
units='%', &
avgflag='A', &
long_name=this%info%lname('Rural 2m specific humidity'), &
long_name=this%info%lname('Rural 2m relative humidity'), &
ptr_patch=this%rh_ref2m_r_patch, set_spec=spval, default='inactive')

this%rh_ref2m_u_patch(begp:endp) = spval
Expand Down

0 comments on commit 3900cc4

Please sign in to comment.