... | ... | @@ -43,13 +43,16 @@ Finally, it produces this kind of plot: |
|
|
|
|
|
## (3) Calculation of the let <img src="http://latex.codecogs.com/gif.latex?u^{*}_{t_{sd}}" border="0"/> applying the moisture and roughnes correction to <img src="http://latex.codecogs.com/gif.latex?u^{*}_t" border="0"/> [ustt_sd.r]
|
|
|
|
|
|
|
|
|
In this script we apply the folloring conversion:
|
|
|
|
|
|
```R
|
|
|
NorthAfrica_usttsd3[d,s] <- (NorthAfrica_ustt3[d,s])/(NorthAfrica_mc[d,s]*NorthAfrica_rc[d,s])
|
|
|
```
|
|
|
|
|
|
In this script we apply the folloring conversion:
|
|
|
|
|
|
where the <img src="http://latex.codecogs.com/gif.latex?u^{*}_t" border="0"/> used by the model (for bin 3 of particle size in this example) is divided by the moisture and roughness correction outputted also by the model, resulting in the <img src="http://latex.codecogs.com/gif.latex?u^{*}_{t_{sd}}" border="0"/> (for bin 3).
|
|
|
|
|
|
In this script also
|
|
|
|
|
|
## Data analysis of other regions
|
|
|
|
... | ... | |