YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Public Member Functions
yac::yac_fdef_mask Interface Reference
Collaboration diagram for yac::yac_fdef_mask:
Collaboration graph

Public Member Functions

subroutine yac_fdef_imask (grid_id, nbr_points, location, is_valid, mask_id)
 
subroutine yac_fdef_lmask (grid_id, nbr_points, location, is_valid, mask_id)
 

Detailed Description

Definition at line 1021 of file yac_module.F90.

Member Function/Subroutine Documentation

◆ yac_fdef_imask()

subroutine yac::yac_fdef_mask::yac_fdef_imask ( integer, intent(in)  grid_id,
integer, intent(in)  nbr_points,
integer, intent(in)  location,
integer, dimension(*), intent(in)  is_valid,
integer, intent(out)  mask_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]is_validlogical mask false, point is masked out true, point is valid
[out]mask_idmask identifier

Definition at line 1023 of file yac_module.F90.

◆ yac_fdef_lmask()

subroutine yac::yac_fdef_mask::yac_fdef_lmask ( integer, intent(in)  grid_id,
integer, intent(in)  nbr_points,
integer, intent(in)  location,
logical, dimension(*), intent(in)  is_valid,
integer, intent(out)  mask_id 
)
Parameters
[in]grid_idgrid identifier
[in]nbr_pointsnumber of points
[in]locationlocation, one of center/edge/vertex
[in]is_validlogical mask false, point is masked out true, point is valid
[out]mask_idmask identifier

Definition at line 1039 of file yac_module.F90.


The documentation for this interface was generated from the following file: