From 63673a7140bf37f2d505937e0c58415a45fdc1e7 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 13 Jun 2022 18:45:02 -0500 Subject: [PATCH] snapshot... --- modules/icing/util.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/icing/util.py b/modules/icing/util.py index 2797be11..4bdcfc8c 100644 --- a/modules/icing/util.py +++ b/modules/icing/util.py @@ -12,6 +12,20 @@ from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B, CLAVRx_H08 import h5py import datetime +# real(kind=real4), parameter:: Rho_Water = 1.0 !g / m ^ 3 +# real(kind=real4), parameter:: Rho_Ice = 0.917 !g / m ^ 3 +# +# !--- compute +# cloud +# water +# path +# if (Iphase == 0) then +# Cwp_Dcomp(Elem_Idx, Line_Idx) = 0.55 * Tau * Reff * Rho_Water +# Lwp_Dcomp(Elem_Idx, Line_Idx) = 0.55 * Tau * Reff * Rho_Water +# else +# Cwp_Dcomp(Elem_Idx, Line_Idx) = 0.667 * Tau * Reff * Rho_Ice +# Iwp_Dcomp(Elem_Idx, Line_Idx) = 0.667 * Tau * Reff * Rho_Ice +# endif def get_training_parameters(day_night='DAY', l1b_andor_l2='both'): if day_night == 'DAY': -- GitLab