CAM
dyn_comp Module Reference

Data Types

type  dyn_export_t
 
type  dyn_import_t
 

Functions/Subroutines

subroutine, public dyn_init1 (fh, NLFileName, dyn_in, dyn_out)
 
subroutine, public dyn_init2 (dyn_in)
 
subroutine, public dyn_run (dyn_state, rc)
 
subroutine write_grid_mapping (par, elem)
 

Variables

type(timelevel_t), public timelevel
 
type(hvcoord_t), public hvcoord
 
integer, parameter dyn_run_success = 0
 
integer, parameter dyn_run_failure = -1
 
logical, parameter debug = .true.
 
real(r8), parameter one = 1.0_r8
 
character(*), parameter, public module_name = "dyn_comp"
 
character(*), parameter, public version = "$Id$"
 
type(domain1d_t), dimension(:), pointer, public dom_mt => null()
 
integer, public frontgf_idx = -1
 
integer, public frontga_idx = -1
 

Function/Subroutine Documentation

◆ dyn_init1()

subroutine, public dyn_comp::dyn_init1 ( type(file_desc_t), intent(in)  fh,
character(len=*), intent(in)  NLFileName,
type (dyn_import_t), intent(out)  dyn_in,
type (dyn_export_t), intent(out)  dyn_out 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dyn_init2()

subroutine, public dyn_comp::dyn_init2 ( type (dyn_import_t), intent(inout)  dyn_in)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dyn_run()

subroutine, public dyn_comp::dyn_run ( type (dyn_export_t), intent(inout)  dyn_state,
integer, intent(out)  rc 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_grid_mapping()

subroutine dyn_comp::write_grid_mapping ( type(parallel_t par,
type(element_t), dimension(:)  elem 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ debug

logical, parameter dyn_comp::debug = .true.
private

◆ dom_mt

type (domain1d_t), dimension(:), pointer, public dyn_comp::dom_mt => null()

◆ dyn_run_failure

integer, parameter dyn_comp::dyn_run_failure = -1
private

◆ dyn_run_success

integer, parameter dyn_comp::dyn_run_success = 0
private

◆ frontga_idx

integer, public dyn_comp::frontga_idx = -1

◆ frontgf_idx

integer, public dyn_comp::frontgf_idx = -1

◆ hvcoord

type (hvcoord_t), public dyn_comp::hvcoord

◆ module_name

character(*), parameter, public dyn_comp::module_name = "dyn_comp"

◆ one

real(r8), parameter dyn_comp::one = 1.0_r8
private

◆ timelevel

type (timelevel_t), public dyn_comp::timelevel

◆ version

character(*), parameter, public dyn_comp::version = "$Id$"