Skip to content

Missing variable in mpas_atmphys_constants.F #1470

Description

@louiswicker

The RUC LSM needs a variable called

p1000mb

defined - in the GSL code base, this value is defined in mpas_atmphys_constants.F.

In the NCAR code base, the value is not defined. Its possible that the RUC LSM code had this aliased at the top at some point in the last year in the use mpas_atmphys_constant module, but was removed, breaking the NCAR code base

the line:

REAL(kind=RKIND), PARAMETER :: p1000mb = 100000. ! pressure at 1000 hPa (pa)

needs to be added to mpas_atmphys_constants.F, in the GSL code, its after line 90.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions