FMS 2025.01.02-dev
Flexible Modeling System
|
Type to hold the unstructured domain. More...
Public Member Functions | |
procedure | get_ntiles (this) |
Get the ntiles in a domain. | |
procedure | length (this, cart_axis, domain_position, global_length) |
Get the length of a 2D domain. | |
procedure | set (this, domain, domain2, domainu) |
Set the axis domain. | |
Public Attributes | |
type(domainug) | domainug |
Domain of "U" axis. | |
Type to hold the unstructured domain.
Definition at line 82 of file fms_diag_axis_object.F90.
|
inherited |
Get the ntiles in a domain.
[in] | this | diag_axis obj |
Definition at line 68 of file fms_diag_axis_object.F90.
|
inherited |
Get the length of a 2D domain.
[in] | this | diag_axis obj |
[in] | cart_axis | cart_axis of the axis |
[in] | domain_position | Domain position (CENTER, NORTH, EAST) |
[in] | global_length | global_length of the axis |
Definition at line 67 of file fms_diag_axis_object.F90.
|
inherited |
Set the axis domain.
this | fms_domain obj | |
[in] | domain | 1d domain |
[in] | domain2 | 2d domain |
[in] | domainu | Unstructured domain |
Definition at line 66 of file fms_diag_axis_object.F90.
Domain of "U" axis.
Definition at line 83 of file fms_diag_axis_object.F90.