GOM_PR2_AX version 1

GOM_PR2_AX_v1

root type

binary record
idfield namedefinition
0mph
ascii record "MPH"size: 1247
1sph
ascii record "Auxiliary_Data_SPH"size: 98
2dsd
ascii array[dim_0]
dim_0: $num_dsd
ascii record "DSD"size: 280
3pr2_atmosphere
binary array[dim_0]
Atmosphere GADS

dim_0: $num_dsr[0]
binary record "GOM_PR2_AX_GADS_atmosphere"size: 114

available: $ds_available[0] != 0

bit offset: $ds_offset[0]
4pr2_general
binary array[dim_0]
General Parameters GADS

dim_0: $num_dsr[1]
binary record "GOM_PR2_AX_GADS_parameters_v1"size: 619

available: $ds_available[1] != 0

bit offset: $ds_offset[1]
5pr2_conv_criteria_gads
binary array[dim_0]
Convergence criteria GADS

dim_0: $num_dsr[2]
binary record "GOM_PR2_AX_GADS_convergence_criteria"size: 13

available: $ds_available[2] != 0

bit offset: $ds_offset[2]
6pr2_conv_criteria_mds
binary array[dim_0]
Convergence criteria MDS

dim_0: $num_dsr[3]
binary record "GOM_PR2_AX_MDSR_convergence_criteria"size: 69

available: $ds_available[3] != 0

bit offset: $ds_offset[3]
7pr2_ref_line_densities
binary array[dim_0]
Reference line densities MDS

dim_0: $num_dsr[4]
binary record "GOM_PR2_AX_MDSR_reference_line_densities"size: 257

available: $ds_available[4] != 0

bit offset: $ds_offset[4]
8pr2_group_of_species_init
binary array[dim_0]
Group of species (initialization phase) MDS

dim_0: $num_dsr[5]
binary record "GOM_PR2_AX_MDSR_group_of_species"size: 33

available: $ds_available[5] != 0

bit offset: $ds_offset[5]
9pr2_group_of_species
binary array[dim_0]
Group of species MDS

dim_0: $num_dsr[6]
binary record "GOM_PR2_AX_MDSR_group_of_species"size: 33

available: $ds_available[6] != 0

bit offset: $ds_offset[6]
10pr2_spectral_windows_init
binary array[dim_0]
Spectral windows (initialization phase) MDS

dim_0: $num_dsr[7]
binary record "GOM_PR2_AX_MDSR_spectral_windows"size: 427

available: $ds_available[7] != 0

bit offset: $ds_offset[7]
11pr2_spectral_windows
binary array[dim_0]
Spectral windows MDS

dim_0: $num_dsr[8]
binary record "GOM_PR2_AX_MDSR_spectral_windows"size: 427

available: $ds_available[8] != 0

bit offset: $ds_offset[8]

detection rule

This product definition is applicable if a product matches the following rule:

bytes(/,0,8) == "PRODUCT=" and
bytes(/,9,10) == "GOM_PR2_AX" and
bytes(/,95,21) == "PO-RS-ACR-GS-0003_6/0"

or

bytes(/,0,8) == "PRODUCT=" and
bytes(/,9,10) == "GOM_PR2_AX" and
bytes(/,95,22) == "PO-RS-MDA-GS2009_10_3I"

or

bytes(/,0,8) == "PRODUCT=" and
bytes(/,9,10) == "GOM_PR2_AX" and
bytes(/,95,23) == "PO-RS-MDA-GS-2009_3/J  "

product variables

namesizeinitialisation
num_dsd$num_dsd = int(/mph/num_dsd)
num_ds$num_ds = 9
ds_to_dsd_index[$num_ds]$ds_to_dsd_index[0] = index(/dsd, str(./ds_name) == "PR2_ATMOSPHERE              ");
$ds_to_dsd_index[1] = index(/dsd, str(./ds_name) == "PR2_GENERAL                 ");
$ds_to_dsd_index[2] = index(/dsd, str(./ds_name) == "PR2_CONV_CRITERIA_GADS      ");
$ds_to_dsd_index[3] = index(/dsd, str(./ds_name) == "PR2_CONV_CRITERIA_MDS       ");
$ds_to_dsd_index[4] = index(/dsd, str(./ds_name) == "PR2_REF_LINE_DENSITIES      ");
$ds_to_dsd_index[5] = index(/dsd, str(./ds_name) == "PR2_GROUP_OF_SPECIES_INIT   ");
$ds_to_dsd_index[6] = index(/dsd, str(./ds_name) == "PR2_GROUP_OF_SPECIES        ");
$ds_to_dsd_index[7] = index(/dsd, str(./ds_name) == "PR2_SPECTRAL_WINDOWS_INIT   ");
$ds_to_dsd_index[8] = index(/dsd, str(./ds_name) == "PR2_SPECTRAL_WINDOWS        ")
ds_available[$num_ds]for i = 0 to $num_ds - 1 do
$ds_available[i] = if($ds_to_dsd_index[i] != -1 and !(bytes(/dsd[$ds_to_dsd_index[i]]/filename,8) == "NOT USED"), 1, 0)
ds_offset[$num_ds]for i = 0 to $num_ds - 1 do
$ds_offset[i] = 8 * int(/dsd[$ds_to_dsd_index[i]]/ds_offset)
num_dsr[$num_ds]for i = 0 to $num_ds - 1 do
$num_dsr[i] = int(/dsd[$ds_to_dsd_index[i]]/num_dsr)