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

Chlorophyll/Phytoplankton Biomass/NPP #3

Open
tylerrohr22 opened this issue Nov 24, 2022 · 11 comments
Open

Chlorophyll/Phytoplankton Biomass/NPP #3

tylerrohr22 opened this issue Nov 24, 2022 · 11 comments
Assignees

Comments

@tylerrohr22
Copy link

  1. I've always found it easy to pull data from the OSU site: http://sites.science.oregonstate.edu/ocean.productivity/site.php. They have:
  •   MODIS/SEAWIFS/VIIRS Chlorophyll 
    
  •   A Phytoplankton carbon biomass model form backscatter 
    
  •   Several NPP models based on both Chl and Carbon
    
  1. There are, of course, a lot of ways you could use this for model validation. Some obvious starting points
  •   Model bias in climatological mean/variance (ie. inter-annual variability) in mean/peak/integrated annual Chl/Carbon/NPP
    
  •   Year to year Co-variability of mean/peak/integrated annual Chl/Carbon/NPP in the model v. Remote sensing record
    
  •   Agreement in phenology (i.e. timing of peak, intitation, and length of bloom)
    
  •   Agreement in biophysical-coupling. Could develop some metrics for the relationship between biological variable and MLD/SST/Eddies which could be compared between model and obs
    
  1. Perhaps a helpful starting point. Here is the climatogical bias I found for MLD (merged Reanalysis from the OSU sit), NPP (CbPM), and C Biomass (CbPM). Note: These are from short, 1 degree, offline repeat climatological ocean. So way different than the run in question. But I suspect the bias distribution may be similar.

image

@hakaseh
Copy link
Collaborator

hakaseh commented Dec 8, 2022

This is the difference between GPP and NPP in ACCESS-OM2-01-Cycle4:
https://github.com/mom-ocean/MOM5/blob/iamip2-ak/src/mom5/ocean_csiro_bgc/bio_v3.inc#L345-L348

@matt-csiro
Copy link
Collaborator

Hakase, in line 347 above, it states productivity is being corrected for the the linear mortality term. However, in line 348, grazing (f21) is subtracted from the phytoplankton growth (f11).
f21 should be f22(?)

@hakaseh
Copy link
Collaborator

hakaseh commented Dec 12, 2022

@matt-csiro yes you are correct. f21 should have been f22. thanks for checking. 😭

npp* in COSIMA/01deg_jra55_iaf#11 does not represent net primary production, but is the gross PP minus grazing (secondary/zooplankton production). In Cycle 4, npp* can be used to derive grazing by subtracting npp* from pprod_gross*, and take the absolute value of that. Hopefully npp* can be useful to those interested in zooplankton!

@tylerrohr22
Copy link
Author

Also would add that most other BGC models I know of don't explicitly resolve autotrophic respiration (AR) but rather include it implicitly in the growth rate term, and then also include a linear mortality term that often is implicitly remineralised by implicit bacteria and returned directly to the nutrient pool.

My understanding was that this was the case in WOMBAT too. That is, AR was accounted for in the growth rate rather than mortality rate parameter, which would mean NPP=pprod_gross, and not NPP=pprod_gross-linear mortaltily(f21). But I could be wrong, @matt-csiro? I suppose it largely depends on when parameters were tuned if pprod_gross or pprod_gross-f21 was what got evaluated against observed NPP.

Attached below is a schematic of my understanding of NPZD core of WOMBAT. Note, this w/o iron turned on UNLIKE the run we're looking at now, but may be useful:

image

@matt-csiro
Copy link
Collaborator

Yes @tylerrohr22, thanks for clarifying and adding details.
In 'tuning' the ESM, it was pprod_gross that was compared to observed productivity fields/estimates.

@matt-csiro
Copy link
Collaborator

Attached here are versions of figures from the ACCESS-ESM1.5 description/evaluation paper (Ziehn et al. 2020) with productivity, nutrients and carbon flux, using output from both 1.0 (left) and 0.1 degree (right) ACCESS-OM2-BGC experiments.
Figure 15 from the ESM1.5 paper is included for reference.
Time series of global productivity and carbon flux with ACCESS-OM2 experiments are also shown.

After a quick look,
the biological pump, or productivity, is on the low side in these experiments, which will affect some regions/metrics.
For reference, global productivity in the ESM1.5 was 33.5 PgC/y.
Interannual variability in the global productivity between the two resolutions match well.
The natural carbon flux is close to zero or balance, and the spatial distribution looks OK.
The difference between the total and natural carbon fluxes are reasonable with other experiments and the Global Carbon project.

append

image

prod
carbon

@tylerrohr22
Copy link
Author

Here's the comparison of Climatologic NPP and Surface Phytoplankton Biomass. Short story: WOMBAT performs best at high latitudes, particularly the SO, but pretty poorly between 40S and 40N. NPP South of 40S is particularly good compared to CbPM (Fig 2). Overall though both NPP and Biomass appear quite low (Fig 1, 3). But the seasonal cyle is pretty well correlated at high latitudes (Fig 4).

@matt-csiro This is all converted from Assumed units of N (*106/16), not P (*106), as globall NPP of ~300 PgC seemed far too high and it is documented as mmolN in the saved metadata. Does that seem right to you? To me is seems like the macronutrient is qualitatively P (no nitrogen fixing) but still quantitatively N (i.e parameters optimised against N)

ACCESS_OM2_WOMBAT_Validation.pdf

@tylerrohr22
Copy link
Author

Same figures as in PDF above, just copied here as well for convenience:

image

image

image

image

@matt-csiro
Copy link
Collaborator

@tylerrohr22, yes, your interpretation and unit conversions are correct, i.e., qualitatively P though quantitatively N.

@aekiss
Copy link
Collaborator

aekiss commented Feb 24, 2023

@tylerrohr22 how did you calculate NPP for these plots? Did you use npp2d or pprod_gross_2d or something else?

@aekiss
Copy link
Collaborator

aekiss commented Feb 24, 2023

Thanks for the nice diagram. I'll just note here for clarity that 01deg_jra55v140_iaf_cycle4 uses somewhat different parameters, that are identical to ACCESS-ESM1.5 as specified in Ziehn et al. (2020), except nat_co2=284.32, which is the value used in the OMIP-BGC protocol (Orr et al. 2017, GMD).
See parameter definitions here.

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

5 participants