Skip to content

Commit 98ec872

Browse files
committed
Add SF6 CF standard names.
Sneaking this in before the params release Closes #51
1 parent 1ca1217 commit 98ec872

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Parameter Changes
88
* Add moles_of_ammonium_per_unit_mass_in_sea_water as the CF standard name for NH4 [UMOL/KG]
99
* Add mole_concentration_of_cfc11_in_sea_water as the CF standard name for CFC-11 [PMOL/L]
1010
* Add mole_concentration_of_cfc12_in_sea_water as the CF standard name for CFC-12 [PMOL/L]
11+
* Add moles_of_sulfur_hexafluoride_per_unit_mass_in_sea_water as the CF standard name for SF6 [FMOL/KG]
12+
* Add mole_concentration_of_sulfur_hexafluoride_in_sea_water as the CF standard name for SF6 [FMOL/L]
1113
* Add some particulate trace metal parameters following geotraces conventions, the default database precisions were based on incoming data:
1214

1315
* Sr_TP_CONC_BOTTLE [PMOL/KG]

src/cchdo/params/_whp_names.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
whp_unit='FMOL/KG',
10561056
nc_name='sulfur_hexifluoride',
10571057
flag_w='woce_discrete',
1058-
cf_name=None,
1058+
cf_name='moles_of_sulfur_hexafluoride_per_unit_mass_in_sea_water',
10591059
numeric_min=None,
10601060
numeric_max=None,
10611061
numeric_precision=4,
@@ -8798,7 +8798,7 @@
87988798
whp_unit='FMOL/L',
87998799
nc_name='sulfur_hexifluoride_l',
88008800
flag_w='woce_discrete',
8801-
cf_name=None,
8801+
cf_name='mole_concentration_of_sulfur_hexafluoride_in_sea_water',
88028802
numeric_min=None,
88038803
numeric_max=None,
88048804
numeric_precision=4,

src/cchdo/params/params.sqlite3

0 Bytes
Binary file not shown.

src/cchdo/params/params.sqlite3.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6124,7 +6124,7 @@ INSERT INTO "whp_names" VALUES('NO2+NO3','UMOL/KG','moles_of_nitrate_and_nitrite
61246124
INSERT INTO "whp_names" VALUES('CFC-11','PMOL/KG','moles_of_cfc11_per_unit_mass_in_sea_water','cfc_11',-0.1,15.0,'CF11ER',NULL,NULL,9,3,NULL,NULL,NULL,NULL,NULL);
61256125
INSERT INTO "whp_names" VALUES('CFC-12','PMOL/KG',NULL,'cfc_12',-0.1,15.0,'CF12ER',NULL,NULL,9,3,NULL,NULL,NULL,NULL,NULL);
61266126
INSERT INTO "whp_names" VALUES('CFC113','PMOL/KG',NULL,'cfc_113',-0.1,1.5,'CF113ER',NULL,NULL,9,3,NULL,NULL,NULL,NULL,NULL);
6127-
INSERT INTO "whp_names" VALUES('SF6','FMOL/KG',NULL,'sulfur_hexifluoride',NULL,NULL,NULL,NULL,NULL,9,4,NULL,NULL,NULL,NULL,NULL);
6127+
INSERT INTO "whp_names" VALUES('SF6','FMOL/KG','moles_of_sulfur_hexafluoride_per_unit_mass_in_sea_water','sulfur_hexifluoride',NULL,NULL,NULL,NULL,NULL,9,4,NULL,NULL,NULL,NULL,NULL);
61286128
INSERT INTO "whp_names" VALUES('TCARBN','UMOL/KG','moles_of_dissolved_inorganic_carbon_per_unit_mass_in_sea_water','total_carbon',1100.0,2600.0,NULL,NULL,NULL,9,1,NULL,NULL,NULL,NULL,NULL);
61296129
INSERT INTO "whp_names" VALUES('ALKALI','UMOL/KG',NULL,'total_alkalinity',100.0,2800.0,NULL,NULL,NULL,9,1,NULL,NULL,NULL,NULL,NULL);
61306130
INSERT INTO "whp_names" VALUES('FCO2','UATM','fugacity_of_carbon_dioxide_in_sea_water','fco2',NULL,NULL,NULL,'FCO2TMP','DEG C',9,1,NULL,NULL,NULL,NULL,NULL);
@@ -6391,7 +6391,7 @@ INSERT INTO "whp_names" VALUES('CFC113','PMOL/L',NULL,'cfc_113_l',NULL,NULL,NULL
63916391
INSERT INTO "whp_names" VALUES('TRITUM','KBQ/M^3',NULL,'tritium_activity',NULL,NULL,'TRITER',NULL,NULL,9,3,NULL,NULL,NULL,NULL,NULL);
63926392
INSERT INTO "whp_names" VALUES('CDOM_NASA',NULL,NULL,'cdom_nasa_placeholder',NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL);
63936393
INSERT INTO "whp_names" VALUES('CDOM_UCSB',NULL,NULL,'cdom_ucsb_placeholder',NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,NULL,NULL);
6394-
INSERT INTO "whp_names" VALUES('SF6','FMOL/L',NULL,'sulfur_hexifluoride_l',NULL,NULL,NULL,NULL,NULL,9,4,NULL,NULL,NULL,NULL,NULL);
6394+
INSERT INTO "whp_names" VALUES('SF6','FMOL/L','mole_concentration_of_sulfur_hexafluoride_in_sea_water','sulfur_hexifluoride_l',NULL,NULL,NULL,NULL,NULL,9,4,NULL,NULL,NULL,NULL,NULL);
63956395
INSERT INTO "whp_names" VALUES('SF5CF3','FMOL/L',NULL,'trifluoromethylsulfur_pentafluoride_l',NULL,NULL,NULL,NULL,NULL,9,2,NULL,NULL,NULL,NULL,NULL);
63966396
INSERT INTO "whp_names" VALUES('TON','UMOL/L',NULL,'total_organic_nitrogen_l',NULL,NULL,NULL,NULL,NULL,9,2,NULL,NULL,NULL,NULL,NULL);
63976397
INSERT INTO "whp_names" VALUES('DNSSAL2','G/KG','sea_water_absolute_salinity','density_salinity2',0.0,42.0,NULL,NULL,NULL,9,4,NULL,NULL,NULL,NULL,NULL);

0 commit comments

Comments
 (0)