E3SM-Project / v3atm

Fork of E3SM for testing v3 atm changes
Other
0 stars 5 forks source link

Fix diagnostics of STE ozone flux #33

Closed tangq closed 1 year ago

tangq commented 1 year ago

Fix the broken output variables "*_trop", which are required by the STE ozone flux diagnostics. Also remove trailing whitespace in that part of code.

The issue was introduced when fixing the debug built errors - The condition for calculating "*_trop" variables would never be true.

The test is located at /lcrc/group/e3sm/ac.qtang/E3SM_simulations/tst.ste. The STE ozone flux of the test looks great.

[BFB]

wlin7 commented 1 year ago

The changes look straightforward -- to add the block for *_trop variables. Merged to NGD_v3atm