SABER
tools_atlas::field_to_array Interface Reference

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...
 

Detailed Description

Definition at line 19 of file tools_atlas.F90.

Member Function/Subroutine Documentation

◆ field_to_array_logical()

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.

Parameters
[in,out]mplMPI data
[in]afieldATLAS field
[out]fldField
[in]lev2dLevel for 2D variables

Definition at line 127 of file tools_atlas.F90.

◆ field_to_array_real()

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.

Parameters
[in,out]mplMPI data
[in]afieldATLAS field
[out]fldField
[in]lev2dLevel for 2D variables

Definition at line 37 of file tools_atlas.F90.


The documentation for this interface was generated from the following file: