Definitions: local section 37 added for brightness temperature with anoffset

This commit is contained in:
shahramn 2024-07-17 17:02:54 +01:00
parent 0e40c948a3
commit b4211f1f87
2 changed files with 13 additions and 0 deletions

View File

@ -17,6 +17,7 @@
28 28 COSMO local area EPS
30 30 Forecasting Systems with Variable Resolution
36 36 MARS labelling for long window 4DVar system
37 37 Brightness temperature for long window 4Dvar system
38 38 4D variational increments for long window 4DVar system
39 39 4DVar model errors for long window 4Dvar system
41 41 The Flood Awareness System

View File

@ -0,0 +1,12 @@
# Brightness temperature for long window 4Dvar system
unsigned[4] channelNumber : dump ;
alias mars.channel = channelNumber;
unsigned[1] numberOfFrequencies : dump ;
alias totalNumberOfFrequencies = numberOfFrequencies ;
# Hours
unsigned[2] offsetToEndOf4DvarWindow : dump;
unsigned[2] lengthOf4DvarWindow : dump;
alias anoffset=offsetToEndOf4DvarWindow;