From 4a4ed638c57f0dd6489bede97178539f14e64e42 Mon Sep 17 00:00:00 2001 From: santiagoC Date: Wed, 10 Jul 2024 16:07:14 -0500 Subject: [PATCH] change solar rad convertion --- src/postprocessing/extract_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postprocessing/extract_data.py b/src/postprocessing/extract_data.py index c49fdac..231f2f2 100644 --- a/src/postprocessing/extract_data.py +++ b/src/postprocessing/extract_data.py @@ -272,7 +272,7 @@ def calcET0(T2, RH, WS2m, SWDOWN, inputs_path): mytas = t2[i,j] myrh = rh[i,j] myws = ws2m[i,j] - mysr = swdown[i,j]#*0.0864 W/m2 to MJ/m2/d + mysr = swdown[i,j]*0.0864 #W/m2 to MJ/m2/d # PRESION DE VAPOR A SATURACION Y ACTUAL es = 0.6108 * math.exp(17.27 * mytas / (mytas + 237.3))