Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions phys/module_physics_init.F
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,16 @@ SUBROUTINE landuse_init(lu_index, snowc, albedo, albbck, snoalb, mavail, emiss,

REAL :: xice_threshold
!---------------------------------------------------------------------
!
! Input Variable Description:
! ALBD: Surface albedo
! SLMO: Moisture availability
! SFEM: Emissivity
! SFZ0: Roughness length
! THERIN: Thermal inertia (only used in SLAB)
! SFHC: Soil heat capacity (not used)
! SCFX: Snow cover effect (dependent on SNOWC)
!
! Local
CHARACTER*256 LUTYPE
CHARACTER*512 :: message
Expand Down