Draft
Conversation
…has three calls to urban, including a mosaic/tiles one and a fallback inside that subroutine
Closed
Author
|
To do:
|
Author
|
Currently, if new vars present in met_em, will use that (with -999. as fillvalue). If not present in met_em, real.exe generates new fields anyway, but fills them with 0. |
Author
|
Added two namelist options in the physics section: urb2d_additional_vars = 'ALBB','ALBR','ALBG', ! specify one or more from 'ALBB','ALBR','ALBG','EPSB','EPSR','EPSG'
num_urb2d_additional_vars = 3 ! specify the number of variable provided above (e.g. if set to 2, ALBG is skipped.)Alternatively you could do: urb2d_additional_vars = 'ALBB','ALBR','ALBG','EPSB','EPSR','EPSG'
num_urb2d_additional_vars = 1 ! only ALBB will be considered |
This was referenced Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add spatially explicit radiation parameters to SLUCM
TYPE: new feature
KEYWORDS: slucm, 2d fields, radiation, albedo, emissivity
SOURCE: Peter Kalverla (Netherlands eScience Center)
DESCRIPTION OF CHANGES:
Problem:
Currently, urban albedo and emissivity can only be provided per urban class. We are investigating methods to obtain spatially explicit radiation fields and want to assess its impact in WRF.
Solution:
We added 6 parameters to the model code that are propagated into the land surface schemes and eventually the urban scheme. See attached for details: urban_flow.pdf
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status masterto get formatted list)M Registry/Registry.EM_COMMON
M dyn_em/module_first_rk_step_part1.F
M phys/module_sf_clm.F
M phys/module_sf_noahdrv.F
M phys/module_sf_urban.F
M phys/module_surface_driver.F
M phys/noahmp (submodule)
TESTS CONDUCTED:
RELEASE NOTE: Include a stand-alone message suitable for the inclusion in the minor and annual releases. A publication citation is appropriate.