Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YACO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
YACO
Commits
705f01c9
Commit
705f01c9
authored
1 year ago
by
Sven Willner
Browse files
Options
Downloads
Patches
Plain Diff
Adjust metadata
parent
9db66854
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/DestinE_GSV.yml
+36
-19
36 additions, 19 deletions
examples/DestinE_GSV.yml
with
36 additions
and
19 deletions
examples/DestinE_GSV.yml
+
36
−
19
View file @
705f01c9
...
...
@@ -61,16 +61,28 @@ definitions:
convert
:
hex_to_bytes
grib_ocean_levels
:
&grib_ocean_levels
scaledValueOfFirstFixedSurface
:
<<
:
*ocean_levels
source
:
yaco
key
:
collection_index
lookup
:
accumulate
offset
:
1
# scaledValueOfFirstFixedSurface:
# <<: *ocean_levels
# source: yaco
# key: collection_index
# lookup: accumulate
grib_ocean_levels_mid
:
&grib_ocean_levels_mid
scaledValueOfFirstFixedSurface
:
<<
:
*ocean_levels
source
:
yaco
key
:
collection_index
lookup
:
accumulate_half
offset
:
1
scaledValueOfSecondFixedSurface
:
source
:
yaco
key
:
collection_index
offset
:
2
# scaledValueOfFirstFixedSurface:
# <<: *ocean_levels
# source: yaco
# key: collection_index
# lookup: accumulate_half
grib_output_coupling_slow
:
&grib_output_coupling_slow
indicatorOfUnitForTimeRange
:
h
lengthOfTimeRange
:
6
...
...
@@ -145,7 +157,7 @@ fdb_writer:
-
parameterCategory
:
0
-
parameterNumber
:
11
-
vertical.typeOfLevel
:
surface
hs
:
# snow_thickness
- not put out
hs
:
# snow_thickness
grib_metadata
:
-
discipline
:
10
-
parameterCategory
:
2
...
...
@@ -157,7 +169,7 @@ fdb_writer:
-
parameterCategory
:
2
-
parameterNumber
:
1
-
vertical.typeOfLevel
:
iceLayerOnWater
hur
:
# relative_humidity
- not put out
hur
:
# relative_humidity
grib_metadata
:
-
discipline
:
0
-
parameterCategory
:
1
...
...
@@ -185,12 +197,14 @@ fdb_writer:
-
parameterCategory
:
2
-
parameterNumber
:
5
-
vertical.typeOfLevel
:
iceLayerOnWater
mlotst
:
# water_depth
# TODO map to paramId != 0
mlotst
:
# water_depth
grib_metadata
:
-
discipline
:
10
-
parameterCategory
:
4
-
parameterNumber
:
14
-
vertical.typeOfLevel
:
mixedLayerDepthGeneric
-
vertical.typeOfLevel
:
mixedLayerDepthByDensity
-
scaledValueOfFirstFixedSurface
:
3
-
scaleFactorOfFirstFixedSurface
:
2
omega
:
# vertical_velocity
grib_metadata
:
-
discipline
:
0
...
...
@@ -344,36 +358,36 @@ fdb_writer:
-
vertical.typeOfLevel
:
oceanSurface
-
scaleFactorOfFirstFixedSurface
:
0
-
scaledValueOfFirstFixedSurface
:
0
so
:
# ocean salinity
# TODO map to paramId != 0
so
:
# ocean salinity
grib_metadata
:
-
discipline
:
10
-
parameterCategory
:
4
-
parameterNumber
:
21
-
vertical.typeOfLevel
:
depthBelowSea
-
vertical.typeOfLevel
:
oceanModelLayer
-
*grib_ocean_levels_mid
-
*grib_output_coupling_slow
to
:
# sea_water_potential_temperature
# TODO map to paramId != 0
to
:
# sea_water_potential_temperature
grib_metadata
:
-
discipline
:
10
-
parameterCategory
:
4
-
parameterNumber
:
18
-
vertical.typeOfLevel
:
depthBelowSea
-
vertical.typeOfLevel
:
oceanModelLayer
-
*grib_ocean_levels_mid
-
*grib_output_coupling_slow
u
:
# sea_water_x_velocity
# TODO map to paramId != 0
u
:
# sea_water_x_velocity
grib_metadata
:
-
discipline
:
10
-
parameterCategory
:
4
-
parameterNumber
:
23
-
vertical.typeOfLevel
:
depthBelowSea
-
vertical.typeOfLevel
:
oceanModelLayer
-
*grib_ocean_levels_mid
-
*grib_output_coupling_slow
v
:
# sea_water_y_velocity
# TODO map to paramId != 0
v
:
# sea_water_y_velocity
grib_metadata
:
-
discipline
:
10
-
parameterCategory
:
4
-
parameterNumber
:
24
-
vertical.typeOfLevel
:
depthBelowSea
-
vertical.typeOfLevel
:
oceanModelLayer
-
*grib_ocean_levels_mid
-
*grib_output_coupling_slow
w
:
# upward_sea_water_velocity # TODO map to paramId != 0
...
...
@@ -381,7 +395,7 @@ fdb_writer:
-
discipline
:
10
-
parameterCategory
:
4
-
parameterNumber
:
27
-
vertical.typeOfLevel
:
depthBelowSea
-
vertical.typeOfLevel
:
oceanModel
-
*grib_ocean_levels
-
*grib_output_coupling_slow
fdb_config
:
fdb.yml
...
...
@@ -468,7 +482,7 @@ fdb_writer:
source
:
yaco
key
:
timestep_begin
format
:
"
%S"
-
datasetForLocal
:
destine
-
productionStatusOfProcessedData
:
12
# 12=destine production, 13=destine test
-
generatingProcessIdentifier
:
255
-
hoursAfterDataCutoff
:
255
-
minutesAfterDataCutoff
:
255
...
...
@@ -561,7 +575,6 @@ yac_input:
size
:
90
-
name
:
clw
size
:
90
66
:
<<
:
*yac_input_default
name
:
yaco2
...
...
@@ -590,6 +603,10 @@ yac_input:
size
:
1
-
name
:
hfls
size
:
1
-
name
:
hs
size
:
1
-
name
:
hur
size
:
1
-
name
:
clivi
size
:
1
-
name
:
cllvi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment