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

Public Attributes

integer fieldid
 
integer gridid
 
integer maskid
 
integer gridtype
 
real(r8addoffset
 
real(r8scale
 
real(r8expmin
 
real(r8expmax
 
real(r8impmin
 
real(r8impmax
 
character(len=40) code
 
character(len=40) variable
 
character(len=80) name
 
character(len=80) units
 

Detailed Description

Definition at line 35 of file mod_coupler.F.

Member Data Documentation

◆ addoffset

real(r8) mod_coupler::t_field::addoffset

Definition at line 40 of file mod_coupler.F.

40 real(r8) :: AddOffset ! number added to data

◆ code

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

Definition at line 46 of file mod_coupler.F.

46 character (len=40) :: code ! field code

◆ expmax

real(r8) mod_coupler::t_field::expmax

Definition at line 43 of file mod_coupler.F.

43 real(r8) :: ExpMax ! exported maximum value

◆ expmin

real(r8) mod_coupler::t_field::expmin

Definition at line 42 of file mod_coupler.F.

42 real(r8) :: ExpMin ! exported minimum value

◆ fieldid

integer mod_coupler::t_field::fieldid

Definition at line 36 of file mod_coupler.F.

36 integer :: FieldID ! field ID

◆ gridid

integer mod_coupler::t_field::gridid

Definition at line 37 of file mod_coupler.F.

37 integer :: GridID ! associated grid ID

◆ gridtype

integer mod_coupler::t_field::gridtype

Definition at line 39 of file mod_coupler.F.

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

◆ impmax

real(r8) mod_coupler::t_field::impmax

Definition at line 45 of file mod_coupler.F.

45 real(r8) :: ImpMax ! imported maximum value

◆ impmin

real(r8) mod_coupler::t_field::impmin

Definition at line 44 of file mod_coupler.F.

44 real(r8) :: ImpMin ! imported minimum value

◆ maskid

integer mod_coupler::t_field::maskid

Definition at line 38 of file mod_coupler.F.

38 integer :: MaskID ! associated land/sea mask ID

◆ name

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

Definition at line 48 of file mod_coupler.F.

48 character (len=80) :: name ! long descriptive field name

◆ scale

real(r8) mod_coupler::t_field::scale

Definition at line 41 of file mod_coupler.F.

41 real(r8) :: scale ! scaling factor

◆ units

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

Definition at line 49 of file mod_coupler.F.

49 character (len=80) :: units ! field units

◆ variable

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

Definition at line 47 of file mod_coupler.F.

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

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