CAM
daylengthmod Module Reference

Functions/Subroutines

elemental real(r8) function, public daylength (lat, decl)
 
subroutine, public initdaylength (bounds, declin, declinm1)
 
subroutine, public updatedaylength (bounds, declin)
 

Variables

logical first_step
 

Function/Subroutine Documentation

◆ daylength()

elemental real(r8) function, public daylengthmod::daylength ( real(r8), intent(in)  lat,
real(r8), intent(in)  decl 
)
Here is the caller graph for this function:

◆ initdaylength()

subroutine, public daylengthmod::initdaylength ( type(bounds_type), intent(in)  bounds,
real(r8), intent(in)  declin,
real(r8), intent(in)  declinm1 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ updatedaylength()

subroutine, public daylengthmod::updatedaylength ( type(bounds_type), intent(in)  bounds,
real(r8), intent(in)  declin 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ first_step

logical daylengthmod::first_step
private