From 2a4e22c1fd806dda7fc9d19d8d97ce8ed59bf194 Mon Sep 17 00:00:00 2001 From: Hilbrand Bouwkamp Date: Thu, 25 Sep 2025 08:56:45 +0200 Subject: [PATCH] AER-3991 spread max is 5000 included. Also updated the emission height to match the OPS implementation and set it here to 5000. --- .../nl/overheid/aerius/shared/domain/ops/OPSLimits.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/imaer-shared/src/main/java/nl/overheid/aerius/shared/domain/ops/OPSLimits.java b/source/imaer-shared/src/main/java/nl/overheid/aerius/shared/domain/ops/OPSLimits.java index d9017550..2cc49486 100644 --- a/source/imaer-shared/src/main/java/nl/overheid/aerius/shared/domain/ops/OPSLimits.java +++ b/source/imaer-shared/src/main/java/nl/overheid/aerius/shared/domain/ops/OPSLimits.java @@ -128,9 +128,9 @@ public final class OPSLimits implements BuildingLimits { public static final int SOURCE_EMISSION_HEIGHT_MINIMUM = 0; /** - * source height(h): fortran notation: F6.1 -> 9999.9 max. + * source height(h): fortran notation: F6.1 -> 5000 m max. */ - public static final int SOURCE_EMISSION_HEIGHT_MAXIMUM = 4999; + public static final int SOURCE_EMISSION_HEIGHT_MAXIMUM = 5000; /** * Minimum value for scope of ops for outflow height. @@ -181,7 +181,7 @@ public final class OPSLimits implements BuildingLimits { * source spread or source height distribution(s): fortran notation: F6.1. * OPS v5.3.1.0 enforces a maximum of 5000.0 m. */ - public static final int SOURCE_SPREAD_MAXIMUM = 4999; + public static final int SOURCE_SPREAD_MAXIMUM = 5000; /** * The number of digits after the decimal point for spread.