Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • D DOD-emissions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Elisa Bergas
  • DOD-emissions
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jul 31, 2019 by Elisa Bergas's avatar Elisa Bergas
Show whitespace changes
Inline Side-by-side
home.md
View page @ 0948ff2f
......@@ -19,45 +19,9 @@ graph LR
## [FoO.r](FoO.r)
## (4) FoO of DOD and emissions calculation / wind erosion threshold retrieving / final output netCDF [FoO.r]
## [R2_em.r&R2_winds.r](R2_em.r&R2_winds.r)
This script loads the .RData created in the previous steps and does the following to the selected season (you can select the season by changing the variable "**season**" [1=DJF/2=MAM/3=JJA/4=SON/5=Annual]) 12UTC-data :
* Computes the FoO of DOD overpassing a threshold (0.2 is the threshold explicitly chosen in the code in the variable "**dodthr**")
* Computes the FoO of emissions overpassing a threshold (0 is the threshold explicitly chosen in the code in the variable "**emthr**")
* Computes the <img src="http://latex.codecogs.com/gif.latex?u^{*}_t" border="0"/> by applying the FoO method.
* Computes the <img src="http://latex.codecogs.com/gif.latex?u^{*}_{t_{sd}}" border="0"/> by applying the FoO method.
* Calculates and plots in screen the bias, RMSE and correlation coefficient between <img src="http://latex.codecogs.com/gif.latex?u^{*}_t" border="0"/> and <img src="http://latex.codecogs.com/gif.latex?u^{*}_{t_{sd}}" border="0"/> with its corresponding values used by the model.
* Computes the relative error of <img src="http://latex.codecogs.com/gif.latex?u^{*}_t" border="0"/> retrieved through the FoO method with respect to the used by the model.
* Plots an histogram (number of grid cells .vs. relative error) separating 0-emission and emission sources ["histo_northafrica_relative_error_DJF.png"]
* Plots two histograms used to have an example of how the method works ["histo_FoO_method.png"/"histo_FoO_method_em.png"]
* Adapts the results to finally save them in netCDF format.
Variables included in the final netCDF:
| Variable Name| Variable Description | Units |
| ------ | ------ | ------ |
| FoO_DOD | Frequency of occurrence of DOD overpassing a threshold (0.2 predetermined)|[%]|
| FoO_em | Frequency of occurrence of emissions overpassing a threshold (0.0 predetermined)|[%]|
| mc | Moisture correction parameter |[]|
| mean_em | Mean emissions in the period studied |[kg/m²]|
| rc | Roughness correction parameter |[]|
| rel_error | Relative error of u*t_FoO_method compared to the u*t_model|[%]|
| u*t_FoO_method | u*t retrieved by using the FoO method |[m/s]|
| u*t_model | mean u*t used by the model in this period |[m/s]|
| u*tsd_FoO_method_a |u*t for smooth and dry surface obtained by dividing u*t_FoO_method by mc and rc|[m/s]|
| u*tsd_FoO_method_b |u*t for smooth and dry surface obtained by trandforming u* to u*sd and then applying the FoO method|[m/s]|
| u*tsd_model |mean u*t for smooth and dry surface used by the model|[m/s]|
## (5) Regression coefficients for increasing thresholds [R2_em.r][R2_winds.r]
(5) Regression coefficients for increasing thresholds [R2_em.r][R2_winds.r]
The following scores for the regression DOD.vs.emissions are computed for increasing thresholds of DOD and emissions (R2_em.r):
* Regression coefficient (R²)
* Slope
......
Clone repository
  • DOD emissions
  • FoO.r
  • R2_em.r&R2_winds.r
  • correlations.r
  • fitting.m
  • Home
  • makematrix.r
  • ustt_sd.r