ROMS
Loading...
Searching...
No Matches
mod_boundary::t_apply Type Reference

Public Attributes

logical, dimension(:), pointer west
 
logical, dimension(:), pointer east
 
logical, dimension(:), pointer south
 
logical, dimension(:), pointer north
 

Detailed Description

Definition at line 387 of file mod_boundary.F.

Member Data Documentation

◆ east

logical, dimension(:), pointer mod_boundary::t_apply::east

Definition at line 389 of file mod_boundary.F.

389 logical, pointer :: east(:)

◆ north

logical, dimension(:), pointer mod_boundary::t_apply::north

Definition at line 391 of file mod_boundary.F.

391 logical, pointer :: north(:)

◆ south

logical, dimension(:), pointer mod_boundary::t_apply::south

Definition at line 390 of file mod_boundary.F.

390 logical, pointer :: south(:)

◆ west

logical, dimension(:), pointer mod_boundary::t_apply::west

Definition at line 388 of file mod_boundary.F.

388 logical, pointer :: west(:)

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