Skip to content

Add a warning if SUMMA performs a relative humidity correction? #507

Open
@wknoben

Description

@wknoben

Feature Requests

! compute relative humidity (-)
relhum = SPHM2RELHM(spechum, airpres, airtemp)
! if relative humidity exceeds saturation, then set relative and specific humidity to saturation
if(relhum > 1._rkind)then
relhum = 1._rkind
spechum = RELHM2SPHM(relhum, airpres, airtemp)
end if

Might be helpful to users if this correction also prints a warning, so that it becomes easier to track what happens to the provided forcing data

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementusabilitychanges designed to improve the usability of SUMMA (ie ease of running for different applications)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions