Example #1
0
 def check_vartype5(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'window_contamination'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #2
0
 def check_vartype4(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'platform_pitch_rate'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #3
0
 def check_vartype2(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'wind_from_direction'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #4
0
 def check_vartype7(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'relative_humidity'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #5
0
 def check_vartype3(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'int32',
         'var_id': 'year'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #6
0
 def check_vartype4(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'northward_wind'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #7
0
 def check_vartype6(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'elapsed_time'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #8
0
 def check_vartype5(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'rain_drop_diameter'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #9
0
 def check_vartype3(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'upward_air_velocity'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #10
0
 def check_vartype1(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'sensor_azimuth_angle'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #11
0
 def check_vartype7(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'air_pressure'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #12
0
 def check_vartype3(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'cloud_base_altitude'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #13
0
 def check_vartype1(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'laser_pulse_energy'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #14
0
 def check_vartype7(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'background_light'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #15
0
 def check_vartype1(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'soil_water_potential'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #16
0
 def check_vartype5(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'soil_temperature'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #17
0
 def check_vartype4(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'byte',
         'var_id': 'qc_flag_skew_w'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #18
0
 def check_vartype1(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'bowen_ratio'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #19
0
 def check_vartype2(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'radar_reflectivity'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #20
0
 def check_vartype2(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'momentum_flux_v'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #21
0
 def check_vartype13(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'buoyancy_flux'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #22
0
 def check_vartype9(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype': 'float64',
         'var_id': 'start_of_run'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #23
0
 def check_vartype3(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'kinematic_sonic_temperature_flux'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #24
0
 def check_vartype17(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'number_of_samples_in_run'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #25
0
 def check_vartype16(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'kinematic_humidity_flux'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #26
0
 def check_vartype14(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'upward_sensible_heat_flux_in_air'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #27
0
 def check_vartype4(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'mole_fraction_of_carbon_monoxide_in_air'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #28
0
 def check_vartype3(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'mole_fraction_of_molecular_hydrogen_in_dry_air'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #29
0
 def check_vartype3(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'float64',
         'var_id':
         'downward_heat_flux_in_soil'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)
Example #30
0
 def check_vartype2(self, ds):
     return check_package.VariableTypeCheck(kwargs={
         'dtype':
         'byte',
         'var_id':
         'qc_flag_soil_water_potential'
     },
                                            level="HIGH",
                                            vocabulary_ref="")(ds)