Open bradyrx opened 4 years ago
Really simple, but would like the convenience function to salinity-normalize in the carbon module.
From Sarmiento and Gruber 2006...
# var = 'DIC' or 'ALK' ds['s' + var] = (ds[var]/salt['SALT'])*35
Really simple, but would like the convenience function to salinity-normalize in the carbon module.
From Sarmiento and Gruber 2006...