Skip to content

Commit

Permalink
change solar rad convertion
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagoC committed Jul 10, 2024
1 parent 4c9442e commit 4a4ed63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postprocessing/extract_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 4a4ed63

Please sign in to comment.