noah  1.13.0
 All Data Structures Files Functions Pages
bulk_snow_module Module Reference

Public Member Functions

subroutine, public calc_density (lensfc, landmask, swe, snd, rank, density)
 This subroutine calculates snow density from forecast fields. More...
 

Detailed Description

Definition at line 6 of file bulk_snow_module.f90.

Member Function/Subroutine Documentation

subroutine, public bulk_snow_module::calc_density ( integer, intent(in)  lensfc,
integer, dimension(lensfc), intent(in)  landmask,
real, dimension(lensfc), intent(in)  swe,
real, dimension(lensfc), intent(in)  snd,
integer, intent(in)  rank,
real, dimension(lensfc), intent(out)  density 
)

This subroutine calculates snow density from forecast fields.

density = SWE/SND where snow present. = average from snow forecasts over land, where snow not present

Parameters
[in]lensfcNumber of sfc grid cells
[in]rankProcessor rank
[in]landmaskMask for land increments
[in]sweSnow Water Equivalent
[in]sndSnow Depth
[out]densitySnow density [-]

Definition at line 26 of file bulk_snow_module.f90.


The documentation for this module was generated from the following file: