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.
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.