|
MOM6
|
This interface extracts a named scalar field or array from the ocean surface or public type.
Definition at line 84 of file ocean_model_MOM.F90.
Private functions | |
| subroutine | ocean_model_data1d_get (OS, Ocean, name, value) |
| This subroutine extracts a named scalar field from the ocean surface or public type. More... | |
| subroutine | ocean_model_data2d_get (OS, Ocean, name, array2D, isc, jsc) |
| This subroutine extracts a named 2-D field from the ocean surface or public type. More... | |
This interface extracts a named scalar field or array from the ocean surface or public type.
Definition at line 84 of file ocean_model_MOM.F90.
|
private |
This subroutine extracts a named scalar field from the ocean surface or public type.
| os | A pointer to the structure containing the internal ocean state (intent in). | |
| [in] | ocean | A structure containing various publicly visible ocean surface fields. |
| [in] | name | The name of the field to extract |
| [out] | value | The value of the named field |
Definition at line 1075 of file ocean_model_MOM.F90.
|
private |
This subroutine extracts a named 2-D field from the ocean surface or public type.
| os | A pointer to the structure containing the internal ocean state (intent in). | |
| [in] | ocean | A structure containing various publicly visible ocean surface fields. |
| [in] | name | The name of the field to extract |
| [out] | array2d | The values of the named field, it must cover only the computational domain |
| [in] | isc | The starting i-index of array2D |
| [in] | jsc | The starting j-index of array2D |
Definition at line 1013 of file ocean_model_MOM.F90.