Go to the source code of this file.
Functions/Subroutines | |
subroutine | psmile_set_mask (mask_id, grid_id, mask_actual_shape, mask_array, new_mask, ierror) |
subroutine psmile_set_mask | ( | integer,intent(inout) | mask_id, | |
integer,intent(in) | grid_id, | |||
integer,dimension (1:2, *),intent(in) | mask_actual_shape, | |||
logical,dimension (*),intent(in) | mask_array, | |||
logical,intent(in) | new_mask, | |||
integer,intent(out) | ierror | |||
) |
Definition at line 13 of file psmile_set_mask.F90.
References PSMILe::Grids, PSMILe::Masks, not, PRISM_Error_Alloc, and psmile_get_mask_handle().
Referenced by psmile_apply_user_data(), and psmile_set_userdef().