commit 4ce3c4bf22672b945376b05c6ebe60027226552d
parent a45589a28cbd3d45263cda6700b8ec3d9d1df99c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 16 Apr 2020 15:52:25 +0200
Update the boundaries of the short wave interval
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/htgop.c b/src/htgop.c
@@ -33,8 +33,8 @@
#define LW_WAVENUMBER_MAX WLEN_TO_WNUM(LW_WAVELENGTH_MIN) /* In cm^-1 */
/* Boundaries of theshort wave spectral data */
-#define SW_WAVELENGTH_MIN 380.0 /* In nanometer */
-#define SW_WAVELENGTH_MAX 780.0 /* In nanometer */
+#define SW_WAVELENGTH_MIN 100.0 /* In nanometer */
+#define SW_WAVELENGTH_MAX 1200.0 /* In nanometer */
#define SW_WAVENUMBER_MIN WLEN_TO_WNUM(SW_WAVELENGTH_MAX) /* In cm^-1 */
#define SW_WAVENUMBER_MAX WLEN_TO_WNUM(SW_WAVELENGTH_MIN) /* In cm^-1 */