SABER
|
Public Member Functions | |
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... | |
Definition at line 19 of file tools_atlas.F90.
subroutine tools_atlas::field_to_array::field_to_array_logical | ( | type(mpl_type), intent(inout) | mpl, |
type(atlas_field), intent(in) | afield, | ||
logical, dimension(:,:), intent(out) | fld, | ||
character(len=*), intent(in), optional | lev2d | ||
) |
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.
subroutine tools_atlas::field_to_array::field_to_array_real | ( | type(mpl_type), intent(inout) | mpl, |
type(atlas_field), intent(in) | afield, | ||
real(kind_real), dimension(:,:), intent(out) | fld, | ||
character(len=*), intent(in), optional | lev2d | ||
) |
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.