htmie

Optical properties of water droplets
git clone git://git.meso-star.fr/htmie.git
Log | Files | Refs | README | LICENSE

commit f7c61dc7578587398bc3e3137f4dde55fd7ad355
parent e99a428466f1ae7a41f453486f2b8e6cefcbc3f2
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Oct 2023 09:45:56 +0200

Generate missing Mie_LUT_Cloud_g file

This file is required by test_htmie_load

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -121,6 +121,7 @@ TEST_DEP = $(TEST_SRC:.c=.d) TEST_MIE_LUT = Mie_LUT_Cloud TEST_MIE_LUT_FILE =$(TEST_MIE_LUT).nc TEST_MIE_LUT_VARS =\ + $(TEST_MIE_LUT)_g\ $(TEST_MIE_LUT)_lambda\ $(TEST_MIE_LUT)_macs\ $(TEST_MIE_LUT)_mscs\