eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
annual_flux_dribbler_patch
Function
13 statements
Source File
AnnualFluxDribbler.F90
AnnualFluxDribbler
annual_flux_dribbler_patch
Contents
public function annual_flux_dribbler_patch(bounds, name, units, allows_non_annual_delta) result(this)
Arguments
Type
Intent
Optional
Attributes
Name
type(
bounds_type
),
intent(in)
::
bounds
character(len=*),
intent(in)
::
name
character(len=*),
intent(in)
::
units
logical,
intent(in),
optional
::
allows_non_annual_delta
Return Value
type(
annual_flux_dribbler_type
)