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

Commit c4594c5

Browse files
committed
added yaml.
1 parent fd12122 commit c4594c5

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

tests/create-pertubations.yaml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
description: "develop version of the dataset for a few days and a few variables, once data on mars is cached it should take a few seconds to generate the dataset"
2+
dataset_status: testing
3+
purpose: aifs
4+
name: create-pertubations
5+
config_format_version: 2
6+
7+
common:
8+
mars_request: &common
9+
name: mars
10+
class: ea
11+
date: $datetime_format($dates,%Y%m%d)
12+
time: $datetime_format($dates,%H%M)
13+
expver: '0001'
14+
grid: 20.0/20.0
15+
levtype: sfc
16+
param: [2t]
17+
dates: &dates_anchor
18+
start: 2020-12-30 00:00:00
19+
end: 2021-01-03 12:00:00
20+
frequency: 12h
21+
22+
loop:
23+
- dates:
24+
"<<": *dates_anchor
25+
group_by: monthly
26+
27+
input:
28+
dates:
29+
"<<": *dates_anchor
30+
function:
31+
name: ensemble_perturbations
32+
ensembles: # the ensemble data has one additional dimension
33+
'<<': *common
34+
stream: enda
35+
type: an
36+
number: 0/to/4/by/2
37+
# number: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
38+
39+
center: # the new center of the data
40+
'<<': *common
41+
stream: oper
42+
type: an
43+
44+
mean: # the previous center of the data
45+
'<<': *common
46+
stream: enda
47+
type: em
48+
49+
50+
output:
51+
chunking: {dates: 1}
52+
dtype: float32
53+
flatten_grid: True
54+
order_by:
55+
- valid_datetime
56+
- param_level
57+
- number
58+
statistics: param_level
59+
statistics_end: 2021
60+
remapping:
61+
param_level: '{param}_{levelist}'

0 commit comments

Comments
 (0)