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
Show whitespace changes
Inline Side-by-side
home.md
View page @ 93f907d1
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
This git project is an aggregate of the scripts used for my master thesis project on the relationship between modeled DOD and emission fluxes for a 1-year (2012) simulation. (All scripts used are in R) This git project is an aggregate of the scripts used for my master thesis project on the relationship between modeled DOD and emission fluxes for a 1-year (2012) simulation. (All scripts used are in R)
The simulation uses Marticorena emission scheme with 1º lat and 1.406248º lon of grid resolution and an ouput time step of 3h. The simulation uses Marticorena emission scheme with 1º lat and 1.406248º lon of grid resolution and an ouput time step of 3h.
```puml ```mermaid
graph LR
makematrix.r-->correlations.r; makematrix.r-->correlations.r;
makematrix.r-->ustt_sd.r; makematrix.r-->ustt_sd.r;
ustt_sd.r -> FoO.r; ustt_sd.r --> FoO.r;
makematrix.r-->R2_em.r&R2_winds.r; makematrix.r-->R2_em.r&R2_winds.r;
``` ```
......
Clone repository
  • DOD emissions
  • FoO.r
  • R2_em.r&R2_winds.r
  • correlations.r
  • fitting.m
  • Home
  • makematrix.r
  • ustt_sd.r