Skip to content

Commit

Permalink
modify namelist files for use_ktop_lw
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalei Hao committed Jan 3, 2025
1 parent 936d200 commit e85f773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/elm/bld/namelist_files/namelist_defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ this mask will have smb calculated over the entire global land surface

<!-- namelist for ktop -->
<use_ktop_rad>.false.</use_ktop_rad>
<use_ktop_lw>.false.</use_ktop_lw>
<use_ktop_surf>.false.</use_ktop_surf>

<!-- SNICAR (SNow, ICe, and Aerosol Radiative model) datasets -->
Expand Down
5 changes: 5 additions & 0 deletions components/elm/bld/namelist_files/namelist_definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,11 @@ If TRUE, TOP solar radiation parameterization will be activated, which considers
If TRUE, kTOP radiation parameterization will be activated, which considers the effects of grid-scale topography.
</entry>

<entry id="use_ktop_lw" type="logical" category="elm_physics"
group="elm_inparm" valid_values="" value=".false.">
If TRUE, kTOP radiation parameterization will be activated, which considers the effects of grid-scale topography.
</entry>

<entry id="use_ktop_surf" type="logical" category="elm_physics"
group="elm_inparm" valid_values="" value=".false.">
If TRUE, kTOP radiation parameterization will be activated, which considers the effects of grid-scale topography.
Expand Down

0 comments on commit e85f773

Please sign in to comment.