You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ProcessLocalImage.ipynb
+8-28
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,13 @@
41
41
{
42
42
"cell_type": "markdown",
43
43
"metadata": {
44
-
"collapsed": false,
45
-
"scrolled": true
44
+
"collapsed": true
46
45
},
47
46
"source": [
48
47
"# Run TSEB\n",
49
-
"Once TSEB is configured we will parse all the information in the widgets and run the selected model. A progress bar will show up and once the processing is done two GeoTiff files will be saved:\n",
48
+
"Once TSEB is configured we parse all the information in the widgets and run the selected model. \n",
49
+
"\n",
50
+
"Once the processing is done two GeoTiff files will be saved:\n",
50
51
"\n",
51
52
"- < Main Output File > whose name is specified in the cell *Output File* will contain the bulk estimated fluxes:\n",
52
53
" 1. Sensible heat flux (W m-2)\n",
@@ -64,29 +65,8 @@
64
65
" 6. Net shortwave radiation (W m-2)\n",
65
66
" 7. Net longwave radiation (W m-2)\n",
66
67
" 8. Friction velocity (m s-1)\n",
67
-
" 9. Monin-Obukhov lenght (m)"
68
-
]
69
-
},
70
-
{
71
-
"cell_type": "code",
72
-
"execution_count": null,
73
-
"metadata": {
74
-
"collapsed": false
75
-
},
76
-
"outputs": [],
77
-
"source": [
78
-
"# Get the data from the widgets\n",
79
-
"setup.GetDataTSEBWidgets(isImage = True)\n",
80
-
"# Run TSEB\n",
81
-
"setup.RunTSEBLocalImage()"
82
-
]
83
-
},
84
-
{
85
-
"cell_type": "markdown",
86
-
"metadata": {
87
-
"collapsed": true
88
-
},
89
-
"source": [
68
+
" 9. Monin-Obukhov lenght (m)\n",
69
+
"\n",
90
70
"# Display results\n",
91
71
"Now we can open the image and display the TSEB outputs:"
Copy file name to clipboardexpand all lines: ProcessPointTimeSeries.ipynb
+16-26
Original file line number
Diff line number
Diff line change
@@ -42,35 +42,16 @@
42
42
},
43
43
{
44
44
"cell_type": "markdown",
45
-
"metadata": {
46
-
"collapsed": false
47
-
},
45
+
"metadata": {},
48
46
"source": [
49
47
"# Run TSEB\n",
50
-
"Once TSEB is configured we will parse all the information in the widgets and run the selected model. A progress bar will show up and once the processing is done an ASCII table with the following variables will be written in the output txt file:\n",
48
+
"Once TSEB is configured we parsed all the information in the widgets and run the selected model. \n",
49
+
"\n",
50
+
"Once the processing is done an ASCII table with the following variables will be written in the output txt file:\n",
"where variables with the same name as input variables have the same meaning, and for the others: *skyl* is the ratio of diffuse radiation, *Rn_model* is net radiation (W m-2; *sw* and *lw* subscripts stand for shortwave and longwave, *veg* and *soil* for canopy and soil), *Tc*, *Ts* and *Tac* are canopy, soil and inter-canopy-air temperatures (K), *LE_model* is latent heat flux and *H_model* is sensible heat flux (W m-2; subscripts *c* and *s* stand for canopy and soil respectively), *flag* is a quality flag (255==BAD), *zo* and *d* are roughness length and zero-plane displacement height (m), *R_s*, *R_x* and *R_a* are resistances to heat and momentum transport (s m-1), *u_friction* is friction velocity (m s-1), *L* is the Monin-Obukhov length (m) and *n_iterations* is the number of iterations of TSEB needed to achieve model convergence."
54
-
]
55
-
},
56
-
{
57
-
"cell_type": "code",
58
-
"execution_count": null,
59
-
"metadata": {
60
-
"collapsed": false
61
-
},
62
-
"outputs": [],
63
-
"source": [
64
-
"# Get the data from the widgets\n",
65
-
"setup.GetDataTSEBWidgets(isImage = False)\n",
66
-
"#run TSEB\n",
67
-
"setup.RunTSEBPointSeriesArray()"
68
-
]
69
-
},
70
-
{
71
-
"cell_type": "markdown",
72
-
"metadata": {},
73
-
"source": [
53
+
"where variables with the same name as input variables have the same meaning, and for the others: *skyl* is the ratio of diffuse radiation, *Rn_model* is net radiation (W m-2; *sw* and *lw* subscripts stand for shortwave and longwave, *veg* and *soil* for canopy and soil), *Tc*, *Ts* and *Tac* are canopy, soil and inter-canopy-air temperatures (K), *LE_model* is latent heat flux and *H_model* is sensible heat flux (W m-2; subscripts *c* and *s* stand for canopy and soil respectively), *flag* is a quality flag (255==BAD), *zo* and *d* are roughness length and zero-plane displacement height (m), *R_s*, *R_x* and *R_a* are resistances to heat and momentum transport (s m-1), *u_friction* is friction velocity (m s-1), *L* is the Monin-Obukhov length (m) and *n_iterations* is the number of iterations of TSEB needed to achieve model convergence.\n",
54
+
"\n",
74
55
"# Display results\n",
75
56
"Now we can open the output and plot the TSEB outputs:"
0 commit comments