E3SM-Project / e3sm_diags

E3SM Diagnostics package
https://e3sm-project.github.io/e3sm_diags
BSD 3-Clause "New" or "Revised" License
40 stars 32 forks source link

[Bug]: stratospheric water vapor (H2OLNZ) figure is not generated #867

Closed tangq closed 4 weeks ago

tangq commented 1 month ago

What happened?

The stratospheric water vapor (H2OLNZ) figure is not generated in the zonal_mean_2d_stratosphere set. This is particularly important for E3SMv3 simulations because stratospheric water vapor was changed to H2OLNZ from Q.

What did you expect to happen? Are there are possible answers you came across?

No response

Minimal Complete Verifiable Example (MVCE)

No response

Relevant log output

No response

Anything else we need to know?

No response

Environment

See details on https://acme-climate.atlassian.net/wiki/spaces/CM/pages/4182474754/v3.LR.historical+ensemble

rljacob commented 3 weeks ago

What is the difference between H2OLNZ and Q?

chengzhuzhang commented 3 weeks ago

@tangq provided some context earlier for me to understand:

In v3, we implemented the Linoz v3 scheme that includes the stratospheric water vapor source from methane oxidization. The variable is called “H2OLNZ” and it equals to Linoz v3 water vapor (in stratosphere) and Q (in troposphere). The radiation code was also changed accordingly to use “H2OLNZ” for their calculations (i.e., specified by rad_climate).

H2OLNZ and Q only differ in stratosphere.

tangq commented 3 weeks ago

That's right, @chengzhuzhang .

rljacob commented 3 weeks ago

Doesn't the water vapor from methane oxidation get added to Q? Or is it tracked separately?

chengzhuzhang commented 3 weeks ago

Doesn't the water vapor from methane oxidation get added to Q? Or is it tracked separately?

pinging @tangq ...