Skip to content

Commit

Permalink
contenido general
Browse files Browse the repository at this point in the history
  • Loading branch information
paocorrales committed Dec 11, 2023
1 parent 6236e1c commit bf3c0a2
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contributing to DA-documentation

This outlines how to propose a change to DA-documentation.

## Fixing typos

You can fix typos, spelling mistakes, or grammatical errors in the documentation directly using the GitHub web interface, as long as the changes are made in the *source* file. This will automatically open a pull request

## Bigger changes

If you want to make a bigger change, it's a good idea to first file an issue to start a conversation.

### Pull request process

To open a pull request you'll need to fork the repository. This website is builded with quarto, make sure you have it installed if you want to build the website locally to test the chances you are proposing.

## Acknowledgements

If you contribute to this guide, I'd like to publicly acknowledge you work. Please indicate in you PR if you want to be add to the Contributors page.
9 changes: 9 additions & 0 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "About"
---

This guide is a compilation of many tools scripts, pieces of code and routines that I used during my PhD. As the name says, everything goes around assimilating observations using the GSI system. I spent a lot of time working with the conventional and Radiance observations so you will find a comprehensive tutorial and documentation on how to assimilate these types of observations. This includes the processing of the observations, how to configure the system and all the quality control steps GSI performs during the assimilation process.

Sometimes you will find everything inside the website and sometimes you will need to go to a specific repository to get the code or the data associated with the the specific topic. And while I tried to be mindful during my PhD at commenting and documenting everything along the way I'm sure that there are gaps and missing pieces. If you find anything that can be improved please open an issue in the repository of this website and contribute to making this guide better.

Many of these tools come from different sources. Sometimes someone else wrote the code and I adapted it to my specific needs, sometimes I wrote the code from scratch. So it's important to read the license note in each section so you know who created that code and in which way you can use it.
22 changes: 22 additions & 0 deletions contribute.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "How to contribute"
---

This outlines how to propose a change to DA-documentation.

## Fixing typos

You can fix typos, spelling mistakes, or grammatical errors in the documentation directly using the GitHub web interface, as long as the changes are made in the source file. This will automatically open a pull request

## Bigger changes

If you want to make a bigger change, it's a good idea to first file an issue to start a conversation.

## Pull request process

To open a pull request you'll need to fork the repository. This website is builded with quarto, make sure you have it installed if you want to build the website locally to test the chances you are proposing.

## Acknowledgements

If you contribute to this guide, I'd like to publicly acknowledge you work. Please indicate in you PR if you want to be add to the [Contributors page](contributors.qmd).

5 changes: 5 additions & 0 deletions contributors.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Contributors"
---

Contributors to this guide will appear here.
19 changes: 19 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
::: {.callout-important}
## This is a work in progress

Comeback later to see more or, if you want to contribute, open an issue in the associated repo.
:::

This website compiles a series of tutorials, scripts and in general a comprehensive documentation around the [GSI system V3.7 - EnKF V1.3](https://dtcenter.org/community-code/gridpoint-statistical-interpolation-gsi). It focus on the use of GSI as a observation operator along with the LETKF version. It covers everything you need from how to deal with observations (in bufr format), how to configure the system to how read and interpret GSI outputs.

## A note about using this material

While the text in this guide is released under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/), specific scripts or programming routines may have different licences and authors. If you use the material in any way, make sure to check the Licence note associated to each section and cite it appropriately.

## Citing this guide

You can cite this guide using its Zenodo metadata and DOI <TBD>.

## Do you want to contribute?

Any contribution is welcome, please read [this guide](contribute.qmd) to learn how to do it.
5 changes: 5 additions & 0 deletions license.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Licence"
---

The text in this guide is released under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/). Specific scripts or programming routines may have different licences and authors. If you use the material in any way, make sure to check the Licence note associated to each section and cite it appropriately.

0 comments on commit bf3c0a2

Please sign in to comment.