Skip to content

Commit f10234d

Browse files
authored
Merge pull request #1295 from DestinE-Climate-DT/fix/fixer-reduced-ouput
Updating fixer for reduced output
2 parents f3e24e8 + 09d04ba commit f10234d

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed
+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# NOTE: v2 because the file has been created in the phase2 of the project
2+
fixer_name:
3+
ifs-nemo-reduced-output-monthly-v1:
4+
parent: ifs-destine-v1
5+
data_model: false
6+
vars:
7+
avg_tos:
8+
source: avg_tos
9+
src_units: degC
10+
grib: true
11+
units: 'K'
12+
avg_thetao:
13+
source: avg_thetao
14+
src_units: degC
15+
grib: true
16+
units: 'K'
17+
2t:
18+
source: mean2t
19+
grib: true
20+
10u:
21+
source: m10u
22+
grib: true
23+
10v:
24+
source: m10v
25+
grib: true
26+
msl:
27+
source: mmsl
28+
grib: true
29+
tcc:
30+
source: meantcc
31+
grib: true
32+
t:
33+
source: mt
34+
grib: true
35+
u:
36+
source: mu
37+
grib: true
38+
v:
39+
source: mv
40+
grib: true
41+
q:
42+
source: mq
43+
grib: true

config/fixes/IFS-climatedt-v1.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ fixer_name:
136136
ifs-fesom-destine-v1-nan: # special version for historical-1990 IFS-FESOM data, fixing to nan first step of month
137137
parent: ifs-destine-v1
138138
nanfirst_startdate: 1990-01-01
139-
nanfirst_enddate: 2020-01-01
139+
nanfirst_enddate: 2020-01-01
140+

0 commit comments

Comments
 (0)