From f291ff00fa41ae26fb0b49f9d4814ff9b5a40eef Mon Sep 17 00:00:00 2001 From: kongdd Date: Fri, 5 Jan 2024 08:08:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20CUG-hydr?= =?UTF-8?q?o/HydroTools.R@ab8e5b06b231d16a0e910e4207831fbf54d1ec12=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authors.html | 4 +- pkgdown.yml | 2 +- reference/ET_CR_Xiao2020.html | 8 +-- reference/GOF.html | 6 +- reference/cal_wetbulb.html | 123 ++++++++++++++++++++++++++++++++++ reference/index.html | 8 +-- reference/vapour_press.html | 6 +- sitemap.xml | 6 +- 8 files changed, 142 insertions(+), 21 deletions(-) create mode 100644 reference/cal_wetbulb.html diff --git a/authors.html b/authors.html index c8b0483..c7b83d5 100644 --- a/authors.html +++ b/authors.html @@ -80,14 +80,14 @@

Citation

-

Kong D (2023). +

Kong D (2024). hydroTools: Tools for hydrological model. R package version 0.1.7.

@Manual{,
   title = {hydroTools: Tools for hydrological model},
   author = {Dongdong Kong},
-  year = {2023},
+  year = {2024},
   note = {R package version 0.1.7},
 }
diff --git a/pkgdown.yml b/pkgdown.yml index d025159..d165878 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -8,5 +8,5 @@ articles: routing_muskingum: routing_muskingum.html sun_angle: sun_angle.html vapour_press: vapour_press.html -last_built: 2023-12-25T08:44Z +last_built: 2024-01-05T08:08Z diff --git a/reference/ET_CR_Xiao2020.html b/reference/ET_CR_Xiao2020.html index 7f12e60..7dce430 100644 --- a/reference/ET_CR_Xiao2020.html +++ b/reference/ET_CR_Xiao2020.html @@ -139,13 +139,9 @@

References

Examples

ET_CR_Xiao2020(250, 25, D = 1, U2 = 2)
-#>    Tair     T_wb     ET_p     ET_w     ET_a
-#> 1:   25 20.77716 7.952152 6.093009 5.350536
+#> Error in ea2T(ea): could not find function "ea2T"
 ET_CR_Ma2021(250, 25, D = 1, U2 = 2)
-#>    Tair     T_wb    T_ws    T_dry     ET_p   Ep_max     ET_w         X
-#> 1:   25 20.77716 22.1511 57.07609 7.952152 16.07332 7.856034 0.9763572
-#>            y     ET_a
-#> 1: 0.9758115 7.759801
+#> Error in ea2T(ea): could not find function "ea2T"
 
diff --git a/reference/GOF.html b/reference/GOF.html index 9acd71c..ad0a668 100644 --- a/reference/GOF.html +++ b/reference/GOF.html @@ -138,9 +138,9 @@

Examples

ysim = yobs + rnorm(100)/4 GOF(yobs, ysim) #> # A tibble: 1 × 11 -#> R pvalue R2 NSE KGE RMSE MAE Bias Bias_perc AI n_sim -#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <int> -#> 1 0.970 6.96e-62 0.941 0.934 0.834 0.260 0.214 0.00804 0.186 0.984 100 +#> R pvalue R2 NSE KGE RMSE MAE Bias Bias_perc AI n_sim +#> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <int> +#> 1 0.974 9.29e-65 0.948 0.943 0.355 0.251 0.201 0.0328 1.80 0.986 100 diff --git a/reference/cal_wetbulb.html b/reference/cal_wetbulb.html new file mode 100644 index 0000000..b9a9e10 --- /dev/null +++ b/reference/cal_wetbulb.html @@ -0,0 +1,123 @@ + +wetbulb temperature — cal_wetbulb • hydroTools + + +
+
+ + + +
+
+ + +
+

wetbulb temperature

+
+ +
+
cal_wetbulb(Tair, Tdew, Pa = atm)
+
+cal_Tw(ea, Tair, Pa = atm)
+
+ +
+

Arguments

+
Tair
+

2m air temperature (degC)

+ + +
Pa
+

surface air pressure (kPa)

+ + +
ea
+

Actual vapor pressure (kPa)

+ +
+
+

References

+ +
  1. https://github.com/wrf-model/WRF/blob/master/phys/module_diag_functions.F#L1154

  2. +
+ +
+ +
+ + +
+ +
+

Site built with pkgdown 2.0.7.

+
+ +
+ + + + + + + + diff --git a/reference/index.html b/reference/index.html index b2fd8ac..a26ebd1 100644 --- a/reference/index.html +++ b/reference/index.html @@ -149,10 +149,6 @@

All functions cal_Ts()

Evaporative surface temperature

- -

cal_Tw() cal_Tw_default()

- -

wetbulb temperature

cal_angle() cal_azimuth()

@@ -165,6 +161,10 @@

All functions cal_sunset_angle() ws2ssd() cal_ssd()

sunset hour angle

+ +

cal_wetbulb() cal_Tw()

+ +

wetbulb temperature

T0 K0 L Es.T0 atm

diff --git a/reference/vapour_press.html b/reference/vapour_press.html index c37d406..011daa9 100644 --- a/reference/vapour_press.html +++ b/reference/vapour_press.html @@ -149,8 +149,10 @@

Value

References

-

https://www.eol.ucar.edu/projects/ceop/dm/documents/refdata_report/eqns.html, Eq-17

-

https://earthscience.stackexchange.com/questions/2360/how-do-i-convert-specific-humidity-to-relative-humidity

+ +
  1. https://www.eol.ucar.edu/projects/ceop/dm/documents/refdata_report/eqns.html, Eq-17

  2. +
  3. Bolton, David. “The Computation of Equivalent Potential Temperature.” Monthly Weather Review 108, no. 7 (July 1980): 1046–53. <https://doi.org/10.1175/1520-0493(1980)108<1046:TCOEPT>2.0.CO;2>.

  4. +

https://earthscience.stackexchange.com/questions/2360/how-do-i-convert-specific-humidity-to-relative-humidity

diff --git a/sitemap.xml b/sitemap.xml index b3a60fd..4c3cd3f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -102,9 +102,6 @@ /reference/cal_Ts.html - - /reference/cal_Tw.html - /reference/cal_angle.html @@ -114,6 +111,9 @@ /reference/cal_ssd.html + + /reference/cal_wetbulb.html + /reference/constants.html