Skip to content

Commit

Permalink
add UMOL/L as allowed unit for TDN
Browse files Browse the repository at this point in the history
  • Loading branch information
DocOtak committed Oct 23, 2024
1 parent 0cacc64 commit 6864254
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Parameter Changes
* Added DOC_NASA [UMOL/LG] as an alias for DOC [UMOL/L]
* Renamed the netcdf variable from dissolved_organic_carbon_nasa to dissolved_organic_carbon_l
* Add DOC_ERROR as the error name for DOC [UMOL/KG] and DOC [UMOL/L]
* Add UMOL/L as an allowed unit for TDN

v2024.10.0 (2024-10-04)
=======================
Expand Down
Binary file modified cchdo/params/params.sqlite3
Binary file not shown.
1 change: 1 addition & 0 deletions cchdo/params/params.sqlite3.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6398,4 +6398,5 @@ INSERT INTO "whp_names" VALUES('PON','UMOL/KG','moles_of_particulate_organic_mat
INSERT INTO "whp_names" VALUES('BSI','UG/L',NULL,'biogenic_silica_ug',NULL,NULL,NULL,NULL,NULL,9,2,NULL,NULL,NULL,NULL,NULL);
INSERT INTO "whp_names" VALUES('CTDORP','VOLTS',NULL,'ctd_redox_potential_raw',NULL,NULL,NULL,NULL,NULL,9,4,NULL,NULL,NULL,NULL,NULL);
INSERT INTO "whp_names" VALUES('CTDCDOM','RFU',NULL,'ctd_cdom_rfu',NULL,NULL,NULL,NULL,NULL,9,5,NULL,NULL,NULL,NULL,NULL);
INSERT INTO "whp_names" VALUES('TDN','UMOL/L',NULL,'total_dissolved_nitrogen_l',NULL,NULL,NULL,NULL,NULL,9,2,NULL,NULL,NULL,NULL,NULL);
COMMIT;

0 comments on commit 6864254

Please sign in to comment.