FMS 2025.01.02-dev
Flexible Modeling System
|
Type to hold the 2d 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(domain2d) | domain2 |
2d Domain of an "X" or "Y" axis | |
Type to hold the 2d domain.
Definition at line 77 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.
type(domain2d) domain2 |
2d Domain of an "X" or "Y" axis
Definition at line 78 of file fms_diag_axis_object.F90.