mirror of https://github.com/ecmwf/eccodes.git
ECC-878: Add wave parameters for cy46r1
This commit is contained in:
parent
0c8a9c4f9e
commit
0d7218073b
|
@ -4,6 +4,20 @@
|
|||
82 82 WX3 Wave experimental parameter 3 (~)
|
||||
83 83 WX4 Wave experimental parameter 4 (~)
|
||||
84 84 WX5 Wave experimental parameter 5 (~)
|
||||
98 98 WETA Wave induced mean sea level correction (m)
|
||||
99 99 WRAF Ratio of wave angular and frequency width (dimensionless)
|
||||
100 100 WNSLC Number of events in freak waves statistics (dimensionless)
|
||||
101 101 UTAUA U-component of atmospheric surface momentum flux (N m**-2)
|
||||
102 102 VTAUA V-component of atmospheric surface momentum flux (N m**-2)
|
||||
103 103 UTAUO U-component of surface momentum flux into ocean (N m**-2)
|
||||
104 104 VTAUO V-component of surface momentum flux into ocean (N m**-2)
|
||||
105 105 WPHIO Wave turbulent energy flux into ocean (W m**-2)
|
||||
106 106 WDW1 Wave directional width of first swell partition (dimensionless)
|
||||
107 107 WFW1 Wave frequency width of first swell partition (dimensionless)
|
||||
108 108 WDW2 Wave directional width of second swell partition (dimensionless)
|
||||
109 109 WFW2 Wave frequency width of second swell partition (dimensionless)
|
||||
110 110 WDW3 Wave directional width of third swell partition (dimensionless)
|
||||
111 111 WFW3 Wave frequency width of third swell partition (dimensionless)
|
||||
112 112 WEFXM Wave energy flux magnitude (W m**-1)
|
||||
113 113 WEFXD Wave energy flux mean direction (Degree true)
|
||||
114 114 H1012 Significant wave height of all waves with periods within the inclusive range from 10 to 12 seconds (m)
|
||||
|
|
|
@ -3359,6 +3359,76 @@
|
|||
table2Version = 140 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Wave induced mean sea level correction
|
||||
'weta' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 98 ;
|
||||
}
|
||||
#Ratio of wave angular and frequency width
|
||||
'wraf' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 99 ;
|
||||
}
|
||||
#Number of events in freak waves statistics
|
||||
'wnslc' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 100 ;
|
||||
}
|
||||
#U-component of atmospheric surface momentum flux
|
||||
'utaua' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 101 ;
|
||||
}
|
||||
#V-component of atmospheric surface momentum flux
|
||||
'vtaua' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 102 ;
|
||||
}
|
||||
#U-component of surface momentum flux into ocean
|
||||
'utauo' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 103 ;
|
||||
}
|
||||
#V-component of surface momentum flux into ocean
|
||||
'vtauo' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 104 ;
|
||||
}
|
||||
#Wave turbulent energy flux into ocean
|
||||
'wphio' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 105 ;
|
||||
}
|
||||
#Wave directional width of first swell partition
|
||||
'wdw1' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 106 ;
|
||||
}
|
||||
#Wave frequency width of first swell partition
|
||||
'wfw1' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 107 ;
|
||||
}
|
||||
#Wave directional width of second swell partition
|
||||
'wdw2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 108 ;
|
||||
}
|
||||
#Wave frequency width of second swell partition
|
||||
'wfw2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 109 ;
|
||||
}
|
||||
#Wave directional width of third swell partition
|
||||
'wdw3' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 110 ;
|
||||
}
|
||||
#Wave frequency width of third swell partition
|
||||
'wfw3' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 111 ;
|
||||
}
|
||||
#Wave energy flux magnitude
|
||||
'wefxm' = {
|
||||
table2Version = 140 ;
|
||||
|
|
|
@ -3359,6 +3359,76 @@
|
|||
table2Version = 140 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Wave induced mean sea level correction
|
||||
'Wave induced mean sea level correction' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 98 ;
|
||||
}
|
||||
#Ratio of wave angular and frequency width
|
||||
'Ratio of wave angular and frequency width' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 99 ;
|
||||
}
|
||||
#Number of events in freak waves statistics
|
||||
'Number of events in freak waves statistics' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 100 ;
|
||||
}
|
||||
#U-component of atmospheric surface momentum flux
|
||||
'U-component of atmospheric surface momentum flux' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 101 ;
|
||||
}
|
||||
#V-component of atmospheric surface momentum flux
|
||||
'V-component of atmospheric surface momentum flux' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 102 ;
|
||||
}
|
||||
#U-component of surface momentum flux into ocean
|
||||
'U-component of surface momentum flux into ocean' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 103 ;
|
||||
}
|
||||
#V-component of surface momentum flux into ocean
|
||||
'V-component of surface momentum flux into ocean' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 104 ;
|
||||
}
|
||||
#Wave turbulent energy flux into ocean
|
||||
'Wave turbulent energy flux into ocean' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 105 ;
|
||||
}
|
||||
#Wave directional width of first swell partition
|
||||
'Wave directional width of first swell partition' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 106 ;
|
||||
}
|
||||
#Wave frequency width of first swell partition
|
||||
'Wave frequency width of first swell partition' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 107 ;
|
||||
}
|
||||
#Wave directional width of second swell partition
|
||||
'Wave directional width of second swell partition' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 108 ;
|
||||
}
|
||||
#Wave frequency width of second swell partition
|
||||
'Wave frequency width of second swell partition' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 109 ;
|
||||
}
|
||||
#Wave directional width of third swell partition
|
||||
'Wave directional width of third swell partition' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 110 ;
|
||||
}
|
||||
#Wave frequency width of third swell partition
|
||||
'Wave frequency width of third swell partition' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 111 ;
|
||||
}
|
||||
#Wave energy flux magnitude
|
||||
'Wave energy flux magnitude' = {
|
||||
table2Version = 140 ;
|
||||
|
|
|
@ -3359,6 +3359,76 @@
|
|||
table2Version = 140 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Wave induced mean sea level correction
|
||||
'140098' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 98 ;
|
||||
}
|
||||
#Ratio of wave angular and frequency width
|
||||
'140099' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 99 ;
|
||||
}
|
||||
#Number of events in freak waves statistics
|
||||
'140100' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 100 ;
|
||||
}
|
||||
#U-component of atmospheric surface momentum flux
|
||||
'140101' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 101 ;
|
||||
}
|
||||
#V-component of atmospheric surface momentum flux
|
||||
'140102' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 102 ;
|
||||
}
|
||||
#U-component of surface momentum flux into ocean
|
||||
'140103' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 103 ;
|
||||
}
|
||||
#V-component of surface momentum flux into ocean
|
||||
'140104' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 104 ;
|
||||
}
|
||||
#Wave turbulent energy flux into ocean
|
||||
'140105' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 105 ;
|
||||
}
|
||||
#Wave directional width of first swell partition
|
||||
'140106' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 106 ;
|
||||
}
|
||||
#Wave frequency width of first swell partition
|
||||
'140107' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 107 ;
|
||||
}
|
||||
#Wave directional width of second swell partition
|
||||
'140108' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 108 ;
|
||||
}
|
||||
#Wave frequency width of second swell partition
|
||||
'140109' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 109 ;
|
||||
}
|
||||
#Wave directional width of third swell partition
|
||||
'140110' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 110 ;
|
||||
}
|
||||
#Wave frequency width of third swell partition
|
||||
'140111' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 111 ;
|
||||
}
|
||||
#Wave energy flux magnitude
|
||||
'140112' = {
|
||||
table2Version = 140 ;
|
||||
|
|
|
@ -3359,6 +3359,76 @@
|
|||
table2Version = 140 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Wave induced mean sea level correction
|
||||
'weta' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 98 ;
|
||||
}
|
||||
#Ratio of wave angular and frequency width
|
||||
'wraf' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 99 ;
|
||||
}
|
||||
#Number of events in freak waves statistics
|
||||
'wnslc' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 100 ;
|
||||
}
|
||||
#U-component of atmospheric surface momentum flux
|
||||
'utaua' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 101 ;
|
||||
}
|
||||
#V-component of atmospheric surface momentum flux
|
||||
'vtaua' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 102 ;
|
||||
}
|
||||
#U-component of surface momentum flux into ocean
|
||||
'utauo' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 103 ;
|
||||
}
|
||||
#V-component of surface momentum flux into ocean
|
||||
'vtauo' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 104 ;
|
||||
}
|
||||
#Wave turbulent energy flux into ocean
|
||||
'wphio' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 105 ;
|
||||
}
|
||||
#Wave directional width of first swell partition
|
||||
'wdw1' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 106 ;
|
||||
}
|
||||
#Wave frequency width of first swell partition
|
||||
'wfw1' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 107 ;
|
||||
}
|
||||
#Wave directional width of second swell partition
|
||||
'wdw2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 108 ;
|
||||
}
|
||||
#Wave frequency width of second swell partition
|
||||
'wfw2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 109 ;
|
||||
}
|
||||
#Wave directional width of third swell partition
|
||||
'wdw3' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 110 ;
|
||||
}
|
||||
#Wave frequency width of third swell partition
|
||||
'wfw3' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 111 ;
|
||||
}
|
||||
#Wave energy flux magnitude
|
||||
'wefxm' = {
|
||||
table2Version = 140 ;
|
||||
|
|
|
@ -3359,6 +3359,76 @@
|
|||
table2Version = 140 ;
|
||||
indicatorOfParameter = 84 ;
|
||||
}
|
||||
#Wave induced mean sea level correction
|
||||
'm' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 98 ;
|
||||
}
|
||||
#Ratio of wave angular and frequency width
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 99 ;
|
||||
}
|
||||
#Number of events in freak waves statistics
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 100 ;
|
||||
}
|
||||
#U-component of atmospheric surface momentum flux
|
||||
'N m**-2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 101 ;
|
||||
}
|
||||
#V-component of atmospheric surface momentum flux
|
||||
'N m**-2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 102 ;
|
||||
}
|
||||
#U-component of surface momentum flux into ocean
|
||||
'N m**-2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 103 ;
|
||||
}
|
||||
#V-component of surface momentum flux into ocean
|
||||
'N m**-2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 104 ;
|
||||
}
|
||||
#Wave turbulent energy flux into ocean
|
||||
'W m**-2' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 105 ;
|
||||
}
|
||||
#Wave directional width of first swell partition
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 106 ;
|
||||
}
|
||||
#Wave frequency width of first swell partition
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 107 ;
|
||||
}
|
||||
#Wave directional width of second swell partition
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 108 ;
|
||||
}
|
||||
#Wave frequency width of second swell partition
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 109 ;
|
||||
}
|
||||
#Wave directional width of third swell partition
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 110 ;
|
||||
}
|
||||
#Wave frequency width of third swell partition
|
||||
'dimensionless' = {
|
||||
table2Version = 140 ;
|
||||
indicatorOfParameter = 111 ;
|
||||
}
|
||||
#Wave energy flux magnitude
|
||||
'W m**-1' = {
|
||||
table2Version = 140 ;
|
||||
|
|
Loading…
Reference in New Issue