SABER
|
Random numbers generator derived type. More...
Data Types | |
interface | field_from_array |
interface | field_to_array |
Functions/Subroutines | |
subroutine | field_to_array_real (mpl, afield, fld, lev2d) |
Convert ATLAS field to field, real. More... | |
subroutine | field_to_array_logical (mpl, afield, fld, lev2d) |
Convert ATLAS field to field, logical. More... | |
subroutine | field_from_array_real (mpl, fld, afield, lev2d) |
Convert field to ATLAS field, real. More... | |
subroutine, public | create_atlas_function_space (nmga, lon_mga, lat_mga, afunctionspace) |
Create ATLAS function space. More... | |
Random numbers generator derived type.
subroutine, public tools_atlas::create_atlas_function_space | ( | integer, intent(in) | nmga, |
real(kind_real), dimension(nmga), intent(in) | lon_mga, | ||
real(kind_real), dimension(nmga), intent(in) | lat_mga, | ||
type(atlas_functionspace), intent(out) | afunctionspace | ||
) |
Create ATLAS function space.
[in] | nmga | Number of nodes |
[in] | lon_mga | Longitudes |
[in] | lat_mga | Latitudes |
[out] | afunctionspace | ATLAS function space |
Definition at line 324 of file tools_atlas.F90.
|
private |
Convert field to ATLAS field, real.
[in,out] | mpl | MPI data |
[in] | fld | Field |
[in,out] | afield | ATLAS field |
[in] | lev2d | Level for 2D variables |
Definition at line 237 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field, logical.
[in,out] | mpl | MPI data |
[in] | afield | ATLAS field |
[out] | fld | Field |
[in] | lev2d | Level for 2D variables |
Definition at line 127 of file tools_atlas.F90.
|
private |
Convert ATLAS field to field, real.
[in,out] | mpl | MPI data |
[in] | afield | ATLAS field |
[out] | fld | Field |
[in] | lev2d | Level for 2D variables |
Definition at line 37 of file tools_atlas.F90.