Skip to content

Commit

Permalink
Fix Typo in WRF-Chem Registry (#2001)
Browse files Browse the repository at this point in the history
TYPE: Bug Fix

KEYWORDS: N2O5 het, MADE

SOURCE: internal

DESCRIPTION OF CHANGES:
Problem: Error when trying to use namelist option

Solution:
Fix Typo

LIST OF MODIFIED FILES:
M Registry/registry.chem

TESTS CONDUCTED: 
It has passed the regression tests.

RELEASE NOTE: Fixes n2o5 heterogenous namelist option for MADE schemes.
  • Loading branch information
jordanschnell committed Feb 1, 2024
1 parent 379b4df commit b006288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Registry/registry.chem
Original file line number Diff line number Diff line change
Expand Up @@ -3905,7 +3905,7 @@ rconfig real af_lambda_start namelist,chem max_domains
rconfig real af_lambda_end namelist,chem max_domains 340. rh "end wavelength for AF output" "nm" ""
# Control for ISORROPIA in MADE/SORGAM schemes
rconfig logical do_isorropia namelist,chem 1 .false. rh "flag to use ISORROPIA"
rconfig logical do_n2o5het namelsit,chem 1 .false. rh "flag to do n2o5 heterogenous chemistry via chlorine pathway"
rconfig logical do_n2o5het namelist,chem 1 .false. rh "flag to do n2o5 heterogenous chemistry via chlorine pathway"

# CHEMISTRY PACKAGE DEFINITIONS
#
Expand Down

0 comments on commit b006288

Please sign in to comment.