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 30, 2019 by Elisa Bergas's avatar Elisa Bergas
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 0a0d782d
......@@ -95,15 +95,19 @@ Variables included in the final netCDF:
| 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]
The following scores for the regression DOD.vs.emissions are computed for increasing thresholds of DOD and emissions:
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
* Intercept
* Standard deviation of the slope
* Standard deviation of the intercept
* RMSE
The coefficients are determined by seasons and by month individually.
The coefficients are determined by seasons and by month individually. And the vectors of increasing thresholds for emissions and DOD are:
```R
od_steps <- c(0, 1:9 %o% 10^(-(4:0)))
od_steps <- c(od_steps,c(1:9 %o% 10^((1)))) #from 10^-4 to 90 in a logarithmic way (0 included)
em_steps <- c(0, 1:9 %o% 10^(-(11:-2))) #from 10^-11 to 9*10⁻2 in a logarithmic way (0 included)
```
The final output are then matrixes of
## Data analysis of other regions
......
Clone repository
  • DOD emissions
  • FoO.r
  • R2_em.r&R2_winds.r
  • correlations.r
  • fitting.m
  • Home
  • makematrix.r
  • ustt_sd.r