You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix vertical remap PE pumping + diffusion dry/wet VMR basis
Two root causes of midlatitude wave-like artifacts vs GeosChem:
1. Hybrid PE formula (ak+bk×PS) for vertical remap deviated from actual
met DELP by up to 250 Pa (0.4%) in the lower troposphere. This caused
systematic vertical mass pumping: uniform 400 ppm → 535 ppm surface,
93 ppm std after 2 days. Fix: switch to direct cumsum of dry DELP for
target PE (GCHP-style, fv_tracer2d.F90:988-1035). Source PE derived
from actual air mass inside remap kernel (hybrid_pe=false).
Result: surface std 2.0 ppm (46x better), mass drift 0.02% (38x better).
2. PBL diffusion used moist air mass (m_wet) for rm↔q conversion, while
GeosChem uses dry air mass (AD = State_Met%AD in pbl_mix_mod.F90).
This created QV-dependent artifacts: q_wet/(1-QV) adds ~0.8 ppm
tropical-polar bias in dry VMR output. Fix: use air.m (dry) for
diffusion rm↔q conversion.
Also: convection moved to once-per-window (outside substep loop) to match
TM5/GCHP operator ordering and avoid 12x over-mixing from RAS feedback.
Validated: 7-day CATRINE run, all tracers Δ < 1e-4%. 50°S CO2 mean bias
vs GeosChem: -10.5 ppm → -0.14 ppm.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments