15 implicit none ;
private 18 integer :: num_bcs = 0
33 implicit none ;
private 41 is, ie, js, je, conversion)
43 integer,
intent(in) :: BC_index, BC_element
44 real,
dimension(:,:),
intent(inout) :: array_out
45 integer,
optional,
intent(in) :: is, ie, js, je
46 real,
optional,
intent(in) :: conversion
59 call mom_error(fatal,
"The called version of extract_coupler_values does" // &
60 " nothing but issue this fatal error message.")
65 is, ie, js, je, conversion)
66 real,
dimension(:,:),
intent(in) :: array_in
68 integer,
intent(in) :: BC_index, BC_element
69 integer,
optional,
intent(in) :: is, ie, js, je
70 real,
optional,
intent(in) :: conversion
83 call mom_error(fatal,
"The called version of set_coupler_values does" // &
84 " nothing but issue this fatal error message.")
integer, public ind_csurf
subroutine, public extract_coupler_values(BC_struc, BC_index, BC_element, array_out, is, ie, js, je, conversion)
integer, public ind_alpha
subroutine, public set_coupler_values(array_in, BC_struc, BC_index, BC_element, is, ie, js, je, conversion)
subroutine, public mom_error(level, message, all_print)