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

intrinsic water use efficiency diagnostic #1245

Closed
djk2120 opened this issue Jan 12, 2021 · 3 comments · Fixed by #1164
Closed

intrinsic water use efficiency diagnostic #1245

djk2120 opened this issue Jan 12, 2021 · 3 comments · Fixed by #1164
Assignees
Labels
enhancement new capability or improved behavior of existing capability science Enhancement to or bug impacting science
Milestone

Comments

@djk2120
Copy link
Contributor

djk2120 commented Jan 12, 2021

We would like to add intrinsic water use efficiency (iWUE) as a history field.

You can compute iWUE from half hourly data with standard output:
iWUE = FPSN / (1e-6*(GSSUN * LAISUN+GSSHA * LAISHA))

However, the monthly mean of iWUE, is not equivalent to calculating iWUE using monthly mean FPSN,GSSUN,LAISUN, etc. Therefore we would like to add iWUE as a diagnostic variable, such that daily and monthly means will accurately capture iWUE.

@wwieder
Copy link
Contributor

wwieder commented Jan 12, 2021

Is there also talk of calculating this from VPD (e.g. FPSN*VPD/ET)?

@djk2120
Copy link
Contributor Author

djk2120 commented Jan 12, 2021

Yes. We can also include that slightly different metric.
I would suggest

cf1 = 12*1e-6 ! umolCO2 -> gC
cf2 = 1e-2 ! Pa -> hPa
iWUE_VPD = cf1 * FPSN * cf2 * VPD / QVEGT

in order to match the units of Keenan et al 2013

@djk2120
Copy link
Contributor Author

djk2120 commented Jan 29, 2021

We have settled on just one diagnostic, IWUELN (intrinsic water use efficiency near local noon) calculated as:
IWUELN = FPSN / (1e-6*(GSSUN * LAISUN+GSSHA * LAISHA))
the units are umolCO2/molH2O

We opted to subset the timesteps within 1hour of local noon (IWUELN), to give a better comparison to observations.
Gridcell output of IWUELN may be difficult to interpret (especially in BGC mode) due to land cover change. We would suggest analyzing IWUELN at the pft level.

We decided against adding WUEei, as it was too difficult to generalize given various approaches to data filtering. Instead we would suggest to calculate it from half-hourly model output using the relevant photosynthesis and transpiration (or ET) variables and the new VPD_2M variable.

@ekluzek ekluzek self-assigned this Feb 1, 2021
@ekluzek ekluzek added tag: enh - new science enhancement new capability or improved behavior of existing capability labels Feb 1, 2021
@ekluzek ekluzek added this to the ctsm5.1.0 milestone Feb 1, 2021
@samsrabin samsrabin added the science Enhancement to or bug impacting science label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new capability or improved behavior of existing capability science Enhancement to or bug impacting science
Projects
None yet
4 participants