Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify units for mass #54

Open
mnlevy1981 opened this issue Aug 15, 2023 · 1 comment
Open

clarify units for mass #54

mnlevy1981 opened this issue Aug 15, 2023 · 1 comment

Comments

@mnlevy1981
Copy link
Collaborator

@rmshkv was trying to understand the units we use for mass, and digging through the code it's unclear. She was asking about fish yield units, and I tried (unsuccessfully) to trace it through the code. I did notice that, on the forcing side, the zooplankton biomass is called zooC but it's actually the zooplankton wet weight per area (in grams per square meter):

        # Conversion from Colleen:
        # 1e9 nmol in 1 mol C
        # 1e4 cm2 in 1 m2
        # 12.01 g C in 1 mol C
        # 1 g dry W in 9 g wet W (Pauly & Christiansen)
        nmol_cm2_TO_g_m2 = 1e-9 * 1e4 * 12.01 * 9.0

with

        forcing_ds['zooC'].data = forcing_ds['zooC'].data * nmol_cm2_TO_g_m2

[Also, why are we using grams and meters rather than grams and centimeters (cgs) or kilograms and meters (mks)?]

@cpetrik
Copy link

cpetrik commented Aug 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants