Skip to content

Fix typo in Registry.EM_COMMON and README.namelist (Xiananjiang to Xinanjiang)#2289

Open
andrewsoong wants to merge 5 commits intowrf-model:developfrom
andrewsoong:andrewsoong-Fix-typo
Open

Fix typo in Registry.EM_COMMON and README.namelist (Xiananjiang to Xinanjiang)#2289
andrewsoong wants to merge 5 commits intowrf-model:developfrom
andrewsoong:andrewsoong-Fix-typo

Conversation

@andrewsoong
Copy link

@andrewsoong andrewsoong commented Feb 27, 2026

TYPE: text only

KEYWORDS: WRF, NOAH-MP, Xinanjiang scheme

SOURCE: Haiqing SONG (宋海清) Ecological and Agricultural Meteorology Center of Inner Mongolia &
Inner Mongolia Meteorological Satellite Remote Sensing Center, China

DESCRIPTION OF CHANGES:
Update the typo in Registry.EM_COMMON and README.namelist (Xiananjiang to Xinanjiang)

LIST OF MODIFIED FILES: list of changed files (use git diff --name-status master to get formatted list)
M run/README.namelist
M Registry/Registry.EM_COMMON

massimodisidoro and others added 4 commits January 30, 2026 18:37
…WRITE statement (wrf-model#2265)

TYPE: bug fix

KEYWORDS: time series, TS, format, write, wrf solar, solar_diagnostics

SOURCE: Massimo D'Isidoro (ENEA - Italian National Agency for New Technologies, Energy and Sustainable Economic Development)

DESCRIPTION OF CHANGES:
Problem:
When solar diagnostics is activated in namelist.input, the WRF time series output WRITE statement lists 55 variables but the Fortran FMT only specifies 54 fields. This causes the last variable (ts_swddnic2) to
be written in a separate record in the output files *.TS , leading to inconsistent time series data.

Solution:
The WRITE statement FMT has been corrected to match all 55 variables, ensuring that they are written on the same record in the TS file.

ISSUE: 
This fixes part of issue wrf-model#2255

LIST OF MODIFIED FILES: 
M       share/wrf_timeseries.F

TESTS CONDUCTED: 
1. A WRF run with solar_diagnostics activated, compared to previous version to confirm the fix.
2. The regression tests have passed.

RELEASE NOTE: Corrected a bug in the WRF time series output, when solar_diagnostics is activated, where the last variable (ts_swddnic2) was written in a separate record. TS files now correctly includes all the 55 variables on the same record.
TYPE: text only

KEYWORDS: WRF, diagnostics, WetBulbTemp, unit label, dewpoint, documentation

SOURCE: Yuxuan Xie (IGSNRR, CAS)

DESCRIPTION OF CHANGES:
Problem:
The WetBulbTemp utility variable tdC was documented with the wrong unit (K) in a comment, inconsistent with its Celsius usage.

Solution:
Update the unit in the comment to C in phys/module_diag_functions.F.

LIST OF MODIFIED FILES: 
M     phys/module_diag_functions.F

RELEASE NOTE: Corrected the WetBulbTemp dewpoint temperature unit label to Celsius in comments.
Fix typo(Xiananjiang to Xinanjiang)
Fix typo(Xiananjiang to Xinanjiang)
@andrewsoong andrewsoong requested a review from a team as a code owner February 27, 2026 09:24
dudhia
dudhia previously approved these changes Feb 27, 2026
weiwangncar
weiwangncar previously approved these changes Feb 28, 2026
@dudhia dudhia changed the base branch from master to develop March 1, 2026 22:57
@dudhia dudhia dismissed stale reviews from weiwangncar and themself March 1, 2026 22:57

The base branch was changed.

@dudhia dudhia requested a review from a team as a code owner March 1, 2026 22:57
dudhia
dudhia previously approved these changes Mar 1, 2026
Copy link
Collaborator

@dudhia dudhia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed base to develop.

Copy link
Collaborator

@dudhia dudhia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when resolving the conflict it reverted to the mistyped name because opt_run does not exist in the new NoahMP version.

@weiwangncar
Copy link
Collaborator

@dudhia @andrewsoong opt_run in the latest NoahMP update has been changed to two options: opt_runsrf and opt_runsub. Both have the misspell in them.
@andrewsoong My suggestion is to ask the LSM group to update this since they need to update new options in README.namelist (there are others to update too). They could make the change to the Registry.EM_COMMON file too.

@andrewsoong
Copy link
Author

@dudhia @andrewsoong opt_run in the latest NoahMP update has been changed to two options: opt_runsrf and opt_runsub. Both have the misspell in them. @andrewsoong My suggestion is to ask the LSM group to update this since they need to update new options in README.namelist (there are others to update too). They could make the change to the Registry.EM_COMMON file too.

Thanks @weiwangncar
I have fix in NCAR/noahmp#237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants