Skip to main content

Table 1 APIs for grid setting

From: Coupling library Jcup3: its philosophy and application

Subroutine name

Argument type

Argument name

Description

jcup_def_grid

Integer, intent(IN)

grid_index(:)

Array of grid index

 

Character(len=*),,intent(IN)

comp_name

Name of component

 

Character(len=*), intent(IN)

grid_name

Name of grid

 

Integer, optional, intent(IN)

num_of_vgrid

Number of vertical layers

jcup_set_mapping_table

character(len=*), intent(IN)

my_comp_name

Name of my component

 

Character(len=*), intent(IN)

send_comp_name

Name of send component

 

Character(len=*), intent(IN)

send_grid_name

Name of send grid

 

Character(len=*), intent(IN)

recv_comp_name

Name of receive component

 

Character(len=*), intent(IN)

recv_grid_name

Name of receive grid

 

Integer, intent(IN)

mapping_tag

Identifier of the mapping table

 

Integer, optional, intent(IN)

send_grid_index(:)

Index of send grid

 

Integer, optional, intent(IN)

recv_grid_index(:)

Index of receive grid