ComIn 0.5.1
ICON Community Interface
Loading...
Searching...
No Matches
comin_descrdata Module Reference

Interfaces

interface  comin_descrdata_get_timesteplength
 
interface  comin_descrdata_index_lookup_glb2loc_cell
 
interface  comin_descrdata_index_lookup_glb2loc_edge
 
interface  comin_descrdata_index_lookup_glb2loc_vert
 
interface  comin_descrdata_set_timesteplength
 
interface  comin_descrdata_to_c
 

Functions/Subroutines

integer(c_int) function, public comin_descrdata_get_block (idx1d)
 
subroutine, public comin_descrdata_get_cell_block_limits (jg, irl_start, irl_end, i_startblk, i_endblk)
 
subroutine, public comin_descrdata_get_cell_indices (jg, i_blk, i_startblk, i_endblk, i_startidx, i_endidx, irl_start, irl_end)
 
subroutine, public comin_descrdata_get_edge_block_limits (jg, irl_start, irl_end, i_startblk, i_endblk)
 
subroutine, public comin_descrdata_get_edge_indices (jg, i_blk, i_startblk, i_endblk, i_startidx, i_endidx, irl_start, irl_end)
 
subroutine, public comin_descrdata_get_vert_block_limits (jg, irl_start, irl_end, i_startblk, i_endblk)
 
subroutine, public comin_descrdata_get_vert_indices (jg, i_blk, i_startblk, i_endblk, i_startidx, i_endidx, irl_start, irl_end)
 
integer(c_int) function, public comin_descrdata_get_cell_npromz (jg)
 
integer(c_int) function, public comin_descrdata_get_edge_npromz (jg)
 
integer(c_int) function, public comin_descrdata_get_vert_npromz (jg)
 

Function/Subroutine Documentation

◆ comin_current_set_datetime()

subroutine, public comin_current_set_datetime ( character(len=*), intent(in) sim_time_current)

Update time stamp info, current time information.

Definition at line 188 of file comin_descrdata.F90.

◆ comin_descrdata_finalize()

subroutine, public comin_descrdata_finalize

Clean descriptive data structure in ComIn currently no content but keep for future use.

Definition at line 210 of file comin_descrdata.F90.

◆ comin_descrdata_set_domain()

subroutine, public comin_descrdata_set_domain ( type(t_comin_descrdata_domain_data), dimension(:), intent(in) comin_domain_info)

Set up data type for grid data.

Definition at line 161 of file comin_descrdata.F90.

◆ comin_descrdata_set_global()

subroutine, public comin_descrdata_set_global ( type(t_comin_descrdata_global_data), intent(in) comin_global_info)

Fill global data.

Definition at line 155 of file comin_descrdata.F90.

◆ comin_descrdata_set_simulation_interval()

subroutine, public comin_descrdata_set_simulation_interval ( character(len=*), intent(in) exp_start,
character(len=*), intent(in) exp_stop,
character(len=*), intent(in) run_start,
character(len=*), intent(in) run_stop )

Fill time stamp info.

Definition at line 167 of file comin_descrdata.F90.