Skip to content

Commit

Permalink
Merge pull request #17 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
change solar rad convertion
  • Loading branch information
santiago123x authored Jul 10, 2024
2 parents 5780639 + 4a4ed63 commit 9956096
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 9956096

Please sign in to comment.