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 29, 2019 by Elisa Bergas's avatar Elisa Bergas
Show whitespace changes
Inline Side-by-side
home.md
View page @ 5d91fb4e
......@@ -64,11 +64,15 @@ This script does the following:
* 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"/>
* 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}}" with its corresponding values used by the model.
## Data analysis of other regions
The data analysis done in this work has only considered data refering North Africa.
The data analysis done in this work has only considered data referring North Africa.
In order to do it for other regions one should made the following changes to the code:
* change load("NorthAfrica_......RData") -> load("RegionofInterest_......RData") at the begining of all scripts.
Clone repository
  • DOD emissions
  • FoO.r
  • R2_em.r&R2_winds.r
  • correlations.r
  • fitting.m
  • Home
  • makematrix.r
  • ustt_sd.r