Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 20, 2024
1 parent 21f2a5d commit 137e42b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 555 deletions.
55 changes: 0 additions & 55 deletions docs/datasets/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
Building datasets
###################

..
************
..
Principles
..
************
..
.. figure:: build.png
Expand All @@ -22,9 +13,6 @@
..
:scale: 50%
..
Building datasets
**********
Concepts
**********
Expand Down Expand Up @@ -90,46 +78,3 @@ concat

.. literalinclude:: building.yaml
:language: yaml

****************
Top-level keys
****************

dadkas;k;level

- description
- dataset_status
- purpose
- name
- config_format_version

*******
Dates
*******

The ``dates`` block specifies the start and end dates of the dataset, as
well as the frequency of the data. The frequency is specified in hours.

*******
Input
*******

The ``input`` block specifies the input data that will be used to build
the dataset. The ``join`` block specifies the datasets that will be
joined together to form the input data. The ``mars`` block specifies the
MARS datasets that will be used. The ``constants`` block specifies the
constants that will be used.

********
Output
********

The ``output`` block specifies the output data that will be built. The
``chunking`` block specifies the chunking of the output data. The
``dtype`` block specifies the data type of the output data. The
``flatten_grid`` block specifies whether the output data will be
flattened. The ``order_by`` block specifies the order of the output
data. The ``statistics`` block specifies the statistics that will be
calculated. The ``statistics_end`` block specifies the end date of the
statistics. The ``remapping`` block specifies the remapping of the
output data.
13 changes: 2 additions & 11 deletions docs/datasets/building.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
description: Boundary condition for MetNO's LAM model rotated
# dataset_status: experimental
# purpose: aifs
name: aifs-ea-an-oper-0001-mars-n320-2020-2023-6h-v2-metno-bc-rotated
# config_format_version: 2

description: Example dataset

dates:
start: 2020-02-05 00:00:00
start: 2020-01-01 00:00:00
end: 2023-12-31 18:00:00
frequency: 6h

Expand Down Expand Up @@ -40,14 +35,10 @@ input:
- insolation

output:
# chunking: {dates: 1, ensembles: 1}
# dtype: float32
# flatten_grid: True
order_by:
- valid_datetime
- param_level
- number
statistics: param_level
# statistics_end: 2022
remapping:
param_level: "{param}_{levelist}"
4 changes: 0 additions & 4 deletions docs/datasets/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
#########
Filters
#########

kjdlkjklld

dsklajdlksa
4 changes: 0 additions & 4 deletions docs/datasets/sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
mars
******

ddd

******
grib
******
Expand All @@ -21,5 +19,3 @@ ddd
*********
opendap
*********

ssss
Loading

0 comments on commit 137e42b

Please sign in to comment.