SABER
|
Generic ranks, dimensions and types. More...
Data Types | |
interface | field_to_array |
interface | field_from_array |
interface | create_atlas_function_space |
interface | get_atlas_field_size |
Functions/Subroutines | |
subroutine | atlas_field_to_array_int_r2 (afield, mpl, array, lev2d) |
Convert ATLAS field to field. More... | |
subroutine | atlas_field_to_array_real_r2 (afield, mpl, array, lev2d) |
Convert ATLAS field to field. More... | |
subroutine | atlas_field_to_array_int_r3 (afield, mpl, array, lev2d) |
Convert ATLAS field to field. More... | |
subroutine | atlas_field_to_array_real_r3 (afield, mpl, array, lev2d) |
Convert ATLAS field to field. More... | |
subroutine | atlas_field_to_array_logical_r2 (afield, mpl, array, lev2d) |
Convert ATLAS field to field. More... | |
subroutine | atlas_field_to_array_logical_r3 (afield, mpl, array, lev2d) |
Convert ATLAS field to field. More... | |
subroutine | atlas_field_from_array_int_r2 (afield, mpl, array, lev2d) |
Convert field to ATLAS field, real. More... | |
subroutine | atlas_field_from_array_real_r2 (afield, mpl, array, lev2d) |
Convert field to ATLAS field, real. More... | |
subroutine | atlas_field_from_array_int_r3 (afield, mpl, array, lev2d) |
Convert field to ATLAS field, real. More... | |
subroutine | atlas_field_from_array_real_r3 (afield, mpl, array, lev2d) |
Convert field to ATLAS field, real. More... | |
subroutine | atlas_field_from_array_logical_r2 (afield, mpl, array, lev2d) |
Convert ATLAS field from field. More... | |
subroutine | atlas_field_from_array_logical_r3 (afield, mpl, array, lev2d) |
Convert ATLAS field from field. More... | |
subroutine | atlas_create_atlas_function_space (nmga, lon_mga, lat_mga, afunctionspace) |
Create ATLAS function space from lon/lat. More... | |
integer function | atlas_get_atlas_field_size (mpl, afield) |
Get the local horizontal size of an ATLAS field. More... | |
Generic ranks, dimensions and types.
Subroutines/functions list Instrumentation functions ATLAS tools
|
private |
Create ATLAS function space from lon/lat.
[in] | nmga | Number of nodes |
[in] | lon_mga | Longitudes [in degrees] |
[in] | lat_mga | Latitudes [in degrees] |
[out] | afunctionspace | ATLAS function space |
Definition at line 933 of file tools_atlas.F90.
|
private |
Convert field to ATLAS field, real.
[in,out] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[in] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 529 of file tools_atlas.F90.
|
private |
Convert field to ATLAS field, real.
[in,out] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[in] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 681 of file tools_atlas.F90.
|
private |
Convert ATLAS field from field.
[in,out] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[in] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 834 of file tools_atlas.F90.
|
private |
Convert ATLAS field from field.
[in,out] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[in] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 883 of file tools_atlas.F90.
|
private |
Convert field to ATLAS field, real.
[in,out] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[in] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 604 of file tools_atlas.F90.
|
private |
Convert field to ATLAS field, real.
[in,out] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[in] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 756 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field.
[in] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[out] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 111 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field.
[in] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[out] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 269 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field.
[in] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[out] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 428 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field.
[in] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[out] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 477 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field.
[in] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[out] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 189 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field.
[in] | afield | ATLAS field |
[in,out] | mpl | MPI data |
[out] | array | Array, the rightmost dimension being the vertical |
[in] | lev2d | Level for 2D variables |
Definition at line 347 of file tools_atlas.F90.
|
private |
Get the local horizontal size of an ATLAS field.
[in,out] | mpl | MPI data |
[in] | afield | ATLAS field |
Definition at line 974 of file tools_atlas.F90.