Skip to contents

Calculates the daily amounts of soil heat flux.

Usage

Soil_Heat_Flux(Tavg)

Arguments

Tavg

A vector, 1-column matrix or data frame with daily average air temperature.

Value

Daily amounts of soil heat flux in \(MJ m-2 day-1\).

Examples

# See `?DataForCWB` for more on this data set
Tavg <- DataForCWB[, 2]
Soil_Heat_Flux(Tavg)
#> Warning: The first 3 G values were set to zero
#>                 [,1]
#>   [1,]  0.0000000000
#>   [2,]  0.0000000000
#>   [3,]  0.0000000000
#>   [4,]  0.3806333333
#>   [5,] -0.7796333333
#>   [6,] -0.2007666667
#>   [7,]  0.7365666667
#>   [8,]  0.8170000000
#>   [9,] -0.0969000000
#>  [10,]  0.1051333333
#>  [11,] -0.2204000000
#>  [12,]  0.2736000000
#>  [13,]  0.1418666667
#>  [14,]  0.3489666667
#>  [15,] -0.4591666667
#>  [16,] -0.0950000000
#>  [17,]  0.0589000000
#>  [18,] -0.2121666667
#>  [19,]  0.0791666667
#>  [20,]  0.4743666667
#>  [21,]  0.0627000000
#>  [22,] -0.6460000000
#>  [23,] -2.3604333333
#>  [24,] -0.7733000000
#>  [25,]  0.1216000000
#>  [26,]  0.8068666667
#>  [27,] -0.2064666667
#>  [28,]  0.6783000000
#>  [29,]  1.1001000000
#>  [30,]  0.8790666667
#>  [31,] -0.3325000000
#>  [32,] -0.8765333333
#>  [33,]  0.0424333333
#>  [34,]  0.0006333333
#>  [35,] -0.0063333333
#>  [36,] -0.2685333333
#>  [37,] -0.0342000000
#>  [38,] -0.3052666667
#>  [39,] -0.0715666667
#>  [40,] -0.1032333333
#>  [41,]  0.6004000000
#>  [42,] -0.9930666667
#>  [43,] -1.1096000000
#>  [44,] -0.5193333333
#>  [45,]  0.4864000000
#>  [46,]  0.1273000000
#>  [47,] -0.7093333333
#>  [48,]  0.2413000000
#>  [49,]  0.4009000000
#>  [50,]  0.7080666667
#>  [51,]  0.0126666667
#>  [52,] -0.0943666667
#>  [53,] -0.9044000000
#>  [54,] -0.7663333333
#>  [55,]  0.3280666667
#>  [56,]  1.1716666667
#>  [57,]  0.0538333333
#>  [58,]  0.2033000000
#>  [59,] -0.2812000000
#>  [60,] -0.7194666667
#>  [61,]  0.6878000000
#>  [62,]  2.0159000000
#>  [63,]  1.0215666667
#>  [64,]  0.2254666667
#>  [65,] -0.1197000000
#>  [66,] -0.1900000000
#>  [67,]  0.1710000000
#>  [68,]  0.1501000000
#>  [69,]  0.2324333333
#>  [70,] -0.2862666667
#>  [71,] -0.1608666667
#>  [72,] -1.0944000000
#>  [73,] -0.1748000000
#>  [74,] -1.0285333333
#>  [75,]  0.1431333333
#>  [76,]  0.9322666667
#>  [77,]  0.6251000000
#>  [78,]  0.4933666667
#>  [79,]  0.0772666667
#>  [80,]  0.1140000000
#>  [81,] -0.1957000000
#>  [82,] -0.1969666667
#>  [83,]  0.0392666667
#>  [84,] -0.2223000000
#>  [85,]  0.1722666667
#>  [86,]  0.0899333333
#>  [87,] -0.0525666667
#>  [88,] -0.3413666667
#>  [89,] -0.4515666667
#>  [90,]  0.4927333333
#>  [91,]  0.7486000000
#>  [92,]  0.2609333333
#>  [93,] -0.6029333333
#>  [94,] -0.3059000000
#>  [95,] -0.0342000000
#>  [96,]  0.5921666667
#>  [97,]  0.4579000000
#>  [98,] -0.2026666667
#>  [99,] -1.8316000000
#> [100,] -1.0982000000
#> [101,] -1.1647000000
#> [102,] -0.8518333333
#> [103,] -0.4750000000
#> [104,] -0.2090000000
#> [105,]  0.7220000000
#> [106,]  0.3109666667
#> [107,]  0.4028000000
#> [108,]  0.7752000000
#> [109,]  1.3433000000
#> [110,]  0.7910333333
#> [111,] -0.5782333333
#> [112,] -0.5833000000
#> [113,]  0.1387000000
#> [114,]  0.5472000000
#> [115,] -0.3667000000
#> [116,]  0.3002000000
#> [117,]  0.3743000000
#> [118,] -0.6320666667
#> [119,] -0.6200333333
#> [120,]  0.3046333333
#> [121,] -0.1957000000
#> [122,]  0.1032333333
#> [123,]  0.4173666667
#> [124,]  0.6726000000
#> [125,]  0.5174333333
#> [126,]  0.7068000000
#> [127,]  0.0709333333
#> [128,] -0.3610000000
#> [129,] -1.1615333333