CAM
topounittype Module Reference

Data Types

type  topounit_energy_state
 
type  topounit_properties
 
type  topounit_water_state
 

Functions/Subroutines

subroutine init_top_pp (this, begt, endt)
 
subroutine clean_top_pp (this)
 
subroutine init_top_es (this, begt, endt)
 
subroutine clean_top_es (this, begt, endt)
 
subroutine init_top_ws (this, begt, endt)
 
subroutine clean_top_ws (this, begt, endt)
 

Variables

type(topounit_properties), target, public top_pp
 
type(topounit_energy_state), target, public top_es
 
type(topounit_water_state), target, public top_ws
 

Function/Subroutine Documentation

◆ clean_top_es()

subroutine topounittype::clean_top_es ( class(topounit_energy_state this,
integer, intent(in)  begt,
integer, intent(in)  endt 
)
private

◆ clean_top_pp()

subroutine topounittype::clean_top_pp ( class(topounit_properties this)
private

◆ clean_top_ws()

subroutine topounittype::clean_top_ws ( class(topounit_water_state this,
integer, intent(in)  begt,
integer, intent(in)  endt 
)
private

◆ init_top_es()

subroutine topounittype::init_top_es ( class(topounit_energy_state this,
integer, intent(in)  begt,
integer, intent(in)  endt 
)
private

◆ init_top_pp()

subroutine topounittype::init_top_pp ( class(topounit_properties this,
integer, intent(in)  begt,
integer, intent(in)  endt 
)
private

◆ init_top_ws()

subroutine topounittype::init_top_ws ( class(topounit_water_state this,
integer, intent(in)  begt,
integer, intent(in)  endt 
)
private

Variable Documentation

◆ top_es

type(topounit_energy_state), target, public topounittype::top_es

◆ top_pp

type(topounit_properties), target, public topounittype::top_pp

◆ top_ws

type(topounit_water_state), target, public topounittype::top_ws