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
Fixed a bug introduced in WRF v4.3 that affects chem_opts = 201 (MOZART_MOSAIC_4BIN_KPP) and 202 (MOZART_MOSAIC_4BIN_AQ_KPP). (wrf-model#1813)
Fixed a bug for chem_opt = 201, 202.
TYPE: bug fix
KEYWORDS: MOZART_MOSAIC_4BIN, mozart_pH_diag, bug fix
SOURCE: Internal
DESCRIPTION OF CHANGES:
Problem:
Users will experience a stalled simulation upon writing history files. This was caused by the pH diagnostics added in v4.3 (wrf-model#1342) not being activated with the namelist option mozart_ph_diag = 1.
Solution:
Add as optional arguments only filled if the namelist is activated.
LIST OF MODIFIED FILES: list of changed files (use git diff --name-status master to get formatted list)
M chem/aerosol_driver.F
M chem/cloudchem_driver.F
M chem/module_mosaic_cloudchem.F
M chem/module_mosaic_driver.F
M chem/module_mosaic_therm.F
TESTS CONDUCTED:
Yes, the fix remedies the problem.
The Jenkins tests have passed.
RELEASE NOTE: This PR addresses a bug introduced in WRF v4.3 that affects users using chem_opts = 201 (MOZART_MOSAIC_4BIN_KPP) and 202 (MOZART_MOSAIC_4BIN_AQ_KPP).
0 commit comments