hrsdawson / ACCESS-WOMBAT_01deg_BGC_validation

5 stars 0 forks source link

Chlorophyll/Phytoplankton Biomass/NPP #3

Open tylerrohr22 opened 1 year ago

tylerrohr22 commented 1 year ago
  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
  2. 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
  3. 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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

npp in https://github.com/COSIMA/01deg_jra55_iaf/issues/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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

image

image

image

image

matt-csiro commented 1 year ago

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

aekiss commented 1 year ago

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

aekiss commented 1 year ago

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.