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

Public Member Functions

subroutine yac_fdef_imask_named (grid_id, nbr_points, location, is_valid, name, mask_id)
 
subroutine yac_fdef_lmask_named (grid_id, nbr_points, location, is_valid, name, mask_id)
 

Detailed Description

Definition at line 1057 of file yac_module.F90.

Member Function/Subroutine Documentation

◆ yac_fdef_imask_named()

subroutine yac::yac_fdef_mask_named::yac_fdef_imask_named ( integer, intent(in)  grid_id,
integer, intent(in)  nbr_points,
integer, intent(in)  location,
integer, dimension(*), intent(in)  is_valid,
character(len=*), intent(in)  name,
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
[in]namename of the mask
[out]mask_idmask identifier

Definition at line 1059 of file yac_module.F90.

◆ yac_fdef_lmask_named()

subroutine yac::yac_fdef_mask_named::yac_fdef_lmask_named ( integer, intent(in)  grid_id,
integer, intent(in)  nbr_points,
integer, intent(in)  location,
logical, dimension(*), intent(in)  is_valid,
character(len=*), intent(in)  name,
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
[in]namename of the mask
[out]mask_idmask identifier

Definition at line 1077 of file yac_module.F90.


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