Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 23, 2024
1 parent 3325614 commit b3e4363
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/building/handling_missing_dates.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
########################
Handling missing dates
########################
3 changes: 3 additions & 0 deletions docs/building/handling_missing_values.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#########################
Handling missing values
#########################
18 changes: 18 additions & 0 deletions docs/building/naming_variables.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _naming-variables:

##################
Naming variables
##################

***************
rename filter
***************

The rename filter is used to rename variables in a dataset.

*************************
remapping output option
*************************

The remapping output option is used to specify the output dataset for
the remapping operation.
21 changes: 21 additions & 0 deletions docs/building/sources/mars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,26 @@ the MARS language specification.
mars:
levtype: sfc
param: [2t, msl]
grid: [0.25, 0.25]
Data from several levels types must be requested in separate requests,
with the `join` key.

.. code:: yaml
join:
- mars:
levtype: sfc
param: [2t, msl]
grid: [0.25, 0.25]
- mars:
levtype: pl
param: [u, v]
grid: [0.25, 0.25]
See :ref:`naming-variables` for information on how to name the variables
when mixing single level and multi-levels variables in the same dataset.

.. _mars language specification: https://confluence.ecmwf.int/display/UDOC/MARS+user+documentation
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ models from existing recipes but with their own data.
building/introduction
building/sources
building/filters
building/naming_variables
building/handling_missing_dates
building/handling_missing_values

*********
License
Expand Down

0 comments on commit b3e4363

Please sign in to comment.