SABER
type_fieldset.F90 File Reference

Go to the source code of this file.

Data Types

type  type_fieldset::fieldset_type
 

Modules

module  type_fieldset
 Random numbers generator derived type.
 

Functions/Subroutines

subroutine type_fieldset::fieldset_init (fieldset, mpl, nmga, nl, gmask, variables, lev2d, afunctionspace)
 Initialized fieldset. More...
 
subroutine type_fieldset::fieldset_copy_fields (fieldset_out, fieldset_in)
 Copy fieldset. More...
 
subroutine type_fieldset::fieldset_pass_fields (fieldset_out, fieldset_in)
 Pass ATLAS fields from a fieldset to another. More...
 
subroutine type_fieldset::fieldset_zero_fields (fieldset)
 Set fieldset to zero. More...
 
subroutine type_fieldset::fieldset_add_fields (fieldset_out, fieldset_in)
 Add fieldset. More...
 
subroutine type_fieldset::fieldset_sub_fields (fieldset_out, fieldset_in)
 Subtract fieldset. More...
 
subroutine type_fieldset::fieldset_mult_fields_scalar (fieldset, factor)
 Multiply fieldset with a scalar. More...
 
subroutine type_fieldset::fieldset_mult_fields_fieldset (fieldset_out, fieldset_in)
 Multiply fieldset with another fieldset. More...
 
subroutine type_fieldset::fieldset_div_fields (fieldset_out, fieldset_in)
 Divide fieldset. More...
 
subroutine type_fieldset::fieldset_square_fields (fieldset)
 Square fieldset. More...
 
subroutine type_fieldset::fieldset_sqrt_fields (fieldset)
 Take square-root of the fieldset. More...
 
subroutine type_fieldset::fieldset_to_array_single (fieldset, mpl, iv, fld)
 Convert fieldset to Fortran array, single field. More...
 
subroutine type_fieldset::fieldset_to_array_all (fieldset, mpl, fld)
 Convert fieldset to Fortran array, all fields. More...
 
subroutine type_fieldset::fieldset_from_array_single (fieldset, mpl, iv, fld)
 Convert Fortran array to fieldset, single field. More...
 
subroutine type_fieldset::fieldset_from_array_all (fieldset, mpl, fld)
 Convert Fortran array to fieldset, all fields. More...