ROMS
Loading...
Searching...
No Matches
mod_coupler::t_mesh Type Reference

Public Attributes

integer gridid
 
integer gridtype
 
character(len=40) code
 
character(len=40) variable
 
character(len=80) name
 
character(len=80) units
 

Detailed Description

Definition at line 54 of file mod_coupler.F.

Member Data Documentation

◆ code

character (len=40) mod_coupler::t_mesh::code

Definition at line 57 of file mod_coupler.F.

57 character (len=40) :: code ! grid code

◆ gridid

integer mod_coupler::t_mesh::gridid

Definition at line 55 of file mod_coupler.F.

55 integer :: GridID ! grid ID

◆ gridtype

integer mod_coupler::t_mesh::gridtype

Definition at line 56 of file mod_coupler.F.

56 integer :: GridType ! grid type (RHO-, U-, V-points)

◆ name

character (len=80) mod_coupler::t_mesh::name

Definition at line 59 of file mod_coupler.F.

59 character (len=80) :: name ! long descriptive grid name

◆ units

character (len=80) mod_coupler::t_mesh::units

Definition at line 60 of file mod_coupler.F.

60 character (len=80) :: units ! grid units

◆ variable

character (len=40) mod_coupler::t_mesh::variable

Definition at line 58 of file mod_coupler.F.

58 character (len=40) :: variable ! associated model variable

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