Skip to content

Commit

Permalink
Merge pull request #320 from ioos/leila_aws_dev_env
Browse files Browse the repository at this point in the history
update glider_qc.py and its dependency files
  • Loading branch information
benjwadams authored Feb 23, 2024
2 parents 7914a3a + b4c988d commit b07cb4c
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 463 deletions.
32 changes: 20 additions & 12 deletions data/qc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ contexts:
fail_threshold:
rate_of_change_test:
threshold: 0.1
flat_line_test:
tolerance: 1
suspect_threshold: 3600
fail_threshold: 9000
temperature:
qartod:
gross_range_test:
Expand All @@ -20,10 +24,10 @@ contexts:
fail_threshold:
rate_of_change_test:
threshold: 0.1
# flat_line_test:
# tolerance: 1
# suspect_threshold: 3600
# fail_threshold: 9000
flat_line_test:
tolerance: 1
suspect_threshold: 3600
fail_threshold: 9000
pressure:
qartod:
gross_range_test:
Expand All @@ -34,10 +38,10 @@ contexts:
fail_threshold:
rate_of_change_test:
threshold: 0.1
# flat_line_test:
# tolerance: 1
# suspect_threshold: 3600
# fail_threshold: 9000
flat_line_test:
tolerance: 1
suspect_threshold: 3600
fail_threshold: 9000
salinity:
qartod:
gross_range_test:
Expand All @@ -48,6 +52,10 @@ contexts:
fail_threshold:
rate_of_change_test:
threshold: 0.1
flat_line_test:
tolerance: 1
suspect_threshold: 3600
fail_threshold: 9000
density:
qartod:
gross_range_test:
Expand All @@ -57,10 +65,10 @@ contexts:
fail_threshold:
rate_of_change_test:
threshold: 0.1
# flat_line_test:
# tolerance: 1
# suspect_threshold: 3600
# fail_threshold: 9000
flat_line_test:
tolerance: 1
suspect_threshold: 3600
fail_threshold: 9000

# sea_water_temperature: # deg_C
# flat_line:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
ports:
- 3000:5000
volumes:
- ./config.local.yml:/glider-dac/config.local.yml
# - ./config.local.yml:/glider-dac/config.local.yml
- log_volume:/glider-dac/logs
- berkeleydb_mount:/glider-dac/berkeleydb
- ${DATA_VOLUME:-data_volume}:/data
Expand Down
Loading

0 comments on commit b07cb4c

Please sign in to comment.