Skip to content

Commit

Permalink
Set maximum valid values for turbidity and chlorophyll-a to respectiv…
Browse files Browse the repository at this point in the history
…ely 4 and 5. This will be taken into account in the imosGlobalRangeQC test.
  • Loading branch information
ggalibert committed Nov 6, 2018
1 parent 179c17b commit fe333fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions IMOS/imosParameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ CDOM, 1, concentration_of_colored_dissolved_organic_matter_in_sea
CHC, 1, mass_concentration_of_petroleum_hydrocarbons_in_sea_water, ug l-1, , , E, 999999.0, , , float
CHR, 0, mass_concentration_of_refined_hydrocarbons_in_sea_water, ug l-1, , , E, 999999.0, , , float
CNDC, 1, sea_water_electrical_conductivity, S m-1, , , C, 999999.0, 0.0, 50000.0, float
CPHL, 0, mass_concentration_of_inferred_chlorophyll_from_relative_fluorescence_units_in_sea_water, mg m-3, , , K, 999999.0, 0.0, 100.0, float
CHLF, 0, mass_concentration_of_inferred_chlorophyll_from_relative_fluorescence_units_in_sea_water, mg m-3, , , K, 999999.0, 0.0, 100.0, float
CHLU, 0, mass_concentration_of_inferred_chlorophyll_from_relative_fluorescence_units_in_sea_water, mg m-3, , , K, 999999.0, 0.0, 100.0, float
CPHL, 0, mass_concentration_of_inferred_chlorophyll_from_relative_fluorescence_units_in_sea_water, mg m-3, , , K, 999999.0, 0.0, 5.0, float
CHLF, 0, mass_concentration_of_inferred_chlorophyll_from_relative_fluorescence_units_in_sea_water, mg m-3, , , K, 999999.0, 0.0, 5.0, float
CHLU, 0, mass_concentration_of_inferred_chlorophyll_from_relative_fluorescence_units_in_sea_water, mg m-3, , , K, 999999.0, 0.0, 5.0, float
CSPD, 1, sea_water_speed, m s-1, , , V, 999999.0, 0.0, 10.0, float
CSPD_STD, 0, sea_water_speed_standard_deviation, m s-1, , , V, 999999.0, 0.0, 10.0, float
DENS, 1, sea_water_density, kg m-3, , , D, 999999.0, , , float
Expand Down Expand Up @@ -142,8 +142,8 @@ TAU, 1, magnitude_of_surface_downward_stress,
TEMP, 1, sea_water_temperature, degrees_Celsius,, , T, 999999.0, -2.5, 40.0, float
TIME, 1, time, days since 1950-01-01 00:00:00 UTC, , , , 999999.0, 0.0, 90000.0, double
TIMESERIES, 0, unique_identifier_for_each_timeseries_feature_instance_in_this_file, , , , , , , , int
TURB, 1, sea_water_turbidity, 1, , , U, 999999.0, 0.0, 1000.0, float
TURBF, 0, sea_water_turbidity_in_FTU, 1, , , U, 999999.0, 0.0, 1000.0, float
TURB, 1, sea_water_turbidity, 1, , , U, 999999.0, 0.0, 4.0, float
TURBF, 0, sea_water_turbidity_in_FTU, 1, , , U, 999999.0, 0.0, 4.0, float
TRAJECTORY, 0, unique_identifier_for_each_trajectory_feature_instance_in_this_file, , , , , , , , int
UCUR, 1, eastward_sea_water_velocity, m s-1, , true north, V, 999999.0, -10.0, 10.0, float
UCUR_MAG, 1, eastward_sea_water_velocity, m s-1, , magnetic north, V, 999999.0, -10.0, 10.0, float
Expand Down

0 comments on commit fe333fc

Please sign in to comment.