MPAS-JEDI
mpas_fields_mod Module Reference

Data Types

type  mpas_fields
 Fortran derived type to hold MPAS field. More...
 

Functions/Subroutines

subroutine, public create_fields (self, geom, vars, vars_ci)
 Linked list implementation. More...
 
subroutine populate_subfields (self)
 
subroutine, public delete_fields (self)
 
subroutine delete_pool (pool)
 
subroutine, public copy_fields (self, rhs)
 
subroutine, public copy_pool (pool_src, pool)
 
subroutine read_fields (self, f_conf, vdate)
 
subroutine, public update_diagnostic_fields (domain, subFields, ngrid)
 
subroutine write_fields (self, f_conf, vdate)
 
subroutine change_resol_fields (self, rhs)
 
subroutine zeros_ (self)
 
subroutine ones_ (self)
 
subroutine random_ (self)
 
subroutine gpnorm_ (self, nf, pstat)
 
subroutine rms_ (self, prms)
 
subroutine self_add_ (self, rhs)
 
subroutine self_schur_ (self, rhs)
 
subroutine self_sub_ (self, rhs)
 
subroutine self_mult_ (self, zz)
 
subroutine axpy_ (self, zz, rhs)
 
subroutine dot_prod_ (self, fld, zprod)
 
subroutine interpolate_fields (self, rhs)
 Populates subfields of self using rhs. More...
 
subroutine initialize_bumpinterp (geom_to, geom_from, bumpinterp)
 Initializes a bump interpolation type. More...
 
subroutine initialize_uns_interp (geom_to, geom_from, unsinterp)
 Initializes an unstructured interpolation type. More...
 
subroutine serial_size (self, vsize)
 
subroutine serialize_fields (self, vsize, vect_inc)
 
subroutine deserialize_fields (self, vsize, vect_inc, index)
 
logical function has_field (self, fieldname)
 
logical function, dimension(:), allocatable has_fields (self, fieldnames)
 
subroutine get_data (self, key, data)
 
subroutine get_field_i1 (self, key, i1)
 
subroutine get_field_i2 (self, key, i2)
 
subroutine get_field_r1 (self, key, r1)
 
subroutine get_field_r2 (self, key, r2)
 
subroutine get_array_i1 (self, key, i1)
 
subroutine get_array_i2 (self, key, i2)
 
subroutine get_array_r1 (self, key, r1)
 
subroutine get_array_r2 (self, key, r2)
 
subroutine copy_field_between_pools (from, fromKey, to, toKey)
 
subroutine copy_from_other_pool_field (self, selfKey, otherPool, otherKey)
 
subroutine copy_from_other_pool (self, key, otherPool)
 
subroutine copy_from_other_fields_field (self, selfKey, other, otherKey)
 
subroutine copy_from_other_fields (self, key, other)
 
subroutine copy_to_other_pool_field (self, selfKey, otherPool, otherKey)
 
subroutine copy_to_other_pool (self, key, otherPool)
 
subroutine copy_to_other_fields_field (self, selfKey, other, otherKey)
 
subroutine copy_to_other_fields (self, key, other)
 
subroutine copy_field_between_pools_ad (to, toKey, from, fromKey)
 
subroutine copy_to_other_pool_field_ad (self, selfKey, otherPool, otherKey)
 
subroutine copy_to_other_pool_ad (self, key, otherPool)
 
subroutine copy_to_other_fields_field_ad (self, selfKey, other, otherKey)
 
subroutine copy_to_other_fields_ad (self, key, other)
 
subroutine pool_push_back_field_from_pool (to, toKey, from, fromKey)
 
subroutine push_back_other_pool_field (self, selfKey, otherPool, otherKey)
 
subroutine push_back_other_pool (self, key, otherPool)
 
subroutine push_back_other_fields_field (self, selfKey, other, otherKey)
 
subroutine push_back_other_fields (self, key, other)
 

Variables

character(len=maxvarlen), dimension(6), public mpas_hydrometeor_fields = [ character(len=MAXVARLEN) :: "qc", "qi", "qr", "qs", "qg", "qh" ]
 
character(len=maxvarlen), dimension(3), public mpas_re_fields = [ character(len=MAXVARLEN) :: "re_cloud", "re_ice ", "re_snow " ]
 
character(len=maxvarlen), dimension(2), parameter, public cellcenteredwindfields = [character(len=MAXVARLEN) :: 'uReconstructZonal', 'uReconstructMeridional']
 
character(len=maxvarlen), dimension(2), parameter, public moisturefields = [character(len=MAXVARLEN) :: 'qv', 'spechum']
 
character(len=maxvarlen), dimension(2), parameter, public analysisthermofields = [character(len=MAXVARLEN) :: 'surface_pressure', 'temperature']
 
character(len=maxvarlen), dimension(4), parameter, public modelthermofields = [character(len=MAXVARLEN) :: 'qv', 'pressure', 'rho', 'theta']
 
integer, parameter max_string =8000
 
character(max_stringmessage
 
type(registry_t), public mpas_fields_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ axpy_()

subroutine mpas_fields_mod::axpy_ ( class(mpas_fields), intent(inout)  self,
real(kind=kind_real), intent(in)  zz,
class(mpas_fields), intent(in)  rhs 
)
private

Definition at line 669 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ change_resol_fields()

subroutine mpas_fields_mod::change_resol_fields ( class(mpas_fields), intent(inout)  self,
class(mpas_fields), intent(in)  rhs 
)
private

Definition at line 537 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ copy_field_between_pools()

subroutine mpas_fields_mod::copy_field_between_pools ( type(mpas_pool_type), intent(in), pointer  from,
character (len=*), intent(in)  fromKey,
type(mpas_pool_type), intent(inout), pointer  to,
character (len=*), intent(in)  toKey 
)
private

Definition at line 1167 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_field_between_pools_ad()

subroutine mpas_fields_mod::copy_field_between_pools_ad ( type(mpas_pool_type), intent(inout), pointer  to,
character (len=*), intent(in)  toKey,
type(mpas_pool_type), intent(in), pointer  from,
character (len=*), intent(in)  fromKey 
)
private

Definition at line 1261 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_fields()

subroutine, public mpas_fields_mod::copy_fields ( class(mpas_fields), intent(inout)  self,
class(mpas_fields), intent(in)  rhs 
)

Definition at line 319 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ copy_from_other_fields()

subroutine mpas_fields_mod::copy_from_other_fields ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  key,
class(mpas_fields), intent(in)  other 
)
private

Definition at line 1222 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_from_other_fields_field()

subroutine mpas_fields_mod::copy_from_other_fields_field ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  selfKey,
class(mpas_fields), intent(in)  other,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1215 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_from_other_pool()

subroutine mpas_fields_mod::copy_from_other_pool ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  key,
type(mpas_pool_type), intent(in), pointer  otherPool 
)
private

Definition at line 1208 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_from_other_pool_field()

subroutine mpas_fields_mod::copy_from_other_pool_field ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  selfKey,
type(mpas_pool_type), intent(in), pointer  otherPool,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1200 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ copy_pool()

subroutine, public mpas_fields_mod::copy_pool ( type(mpas_pool_type), intent(in), pointer  pool_src,
type(mpas_pool_type), intent(inout), pointer  pool 
)

Definition at line 350 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ copy_to_other_fields()

subroutine mpas_fields_mod::copy_to_other_fields ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
class(mpas_fields), intent(inout)  other 
)
private

Definition at line 1252 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_to_other_fields_ad()

subroutine mpas_fields_mod::copy_to_other_fields_ad ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  key,
class(mpas_fields), intent(in)  other 
)
private

Definition at line 1312 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_to_other_fields_field()

subroutine mpas_fields_mod::copy_to_other_fields_field ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  selfKey,
class(mpas_fields), intent(inout)  other,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1245 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_to_other_fields_field_ad()

subroutine mpas_fields_mod::copy_to_other_fields_field_ad ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  selfKey,
class(mpas_fields), intent(in)  other,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1305 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_to_other_pool()

subroutine mpas_fields_mod::copy_to_other_pool ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
type(mpas_pool_type), intent(inout), pointer  otherPool 
)
private

Definition at line 1238 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_to_other_pool_ad()

subroutine mpas_fields_mod::copy_to_other_pool_ad ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  key,
type(mpas_pool_type), intent(in), pointer  otherPool 
)
private

Definition at line 1298 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ copy_to_other_pool_field()

subroutine mpas_fields_mod::copy_to_other_pool_field ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  selfKey,
type(mpas_pool_type), intent(inout), pointer  otherPool,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1230 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ copy_to_other_pool_field_ad()

subroutine mpas_fields_mod::copy_to_other_pool_field_ad ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  selfKey,
type(mpas_pool_type), intent(in), pointer  otherPool,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1290 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ create_fields()

subroutine, public mpas_fields_mod::create_fields ( class(mpas_fields), intent(inout)  self,
type(mpas_geom), intent(in), pointer  geom,
type(oops_variables), intent(in)  vars,
type(oops_variables), intent(in)  vars_ci 
)

Linked list implementation.

Definition at line 224 of file mpas_fields_mod.F90.

◆ delete_fields()

subroutine, public mpas_fields_mod::delete_fields ( class(mpas_fields), intent(inout)  self)

Definition at line 282 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ delete_pool()

subroutine mpas_fields_mod::delete_pool ( type(mpas_pool_type), intent(inout), pointer  pool)
private

Definition at line 306 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ deserialize_fields()

subroutine mpas_fields_mod::deserialize_fields ( class(mpas_fields), intent(inout)  self,
integer(c_size_t), intent(in)  vsize,
real(kind_real), dimension(vsize), intent(in)  vect_inc,
integer(c_size_t), intent(inout)  index 
)
private
Parameters
[in,out]selfIncrement
[in]vsizeSize
[in]vect_incVector

Definition at line 991 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ dot_prod_()

subroutine mpas_fields_mod::dot_prod_ ( class(mpas_fields), intent(in)  self,
class(mpas_fields), intent(in)  fld,
real(kind=kind_real), intent(inout)  zprod 
)
private

Definition at line 682 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ get_array_i1()

subroutine mpas_fields_mod::get_array_i1 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
integer, dimension(:), intent(out), pointer  i1 
)
private

Definition at line 1128 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_array_i2()

subroutine mpas_fields_mod::get_array_i2 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
integer, dimension(:,:), intent(out), pointer  i2 
)
private

Definition at line 1137 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_array_r1()

subroutine mpas_fields_mod::get_array_r1 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
real(kind=kind_real), dimension(:), intent(out), pointer  r1 
)
private

Definition at line 1146 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_array_r2()

subroutine mpas_fields_mod::get_array_r2 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
real(kind=kind_real), dimension(:,:), intent(out), pointer  r2 
)
private

Definition at line 1155 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_data()

subroutine mpas_fields_mod::get_data ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
type(mpas_pool_data_type), intent(out), pointer  data 
)
private

Definition at line 1080 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_field_i1()

subroutine mpas_fields_mod::get_field_i1 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
type(field1dinteger), intent(out), pointer  i1 
)
private

Definition at line 1092 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_field_i2()

subroutine mpas_fields_mod::get_field_i2 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
type(field2dinteger), intent(out), pointer  i2 
)
private

Definition at line 1101 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_field_r1()

subroutine mpas_fields_mod::get_field_r1 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
type(field1dreal), intent(out), pointer  r1 
)
private

Definition at line 1110 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ get_field_r2()

subroutine mpas_fields_mod::get_field_r2 ( class(mpas_fields), intent(in)  self,
character (len=*), intent(in)  key,
type(field2dreal), intent(out), pointer  r2 
)
private

Definition at line 1119 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ gpnorm_()

subroutine mpas_fields_mod::gpnorm_ ( class(mpas_fields), intent(in)  self,
integer, intent(in)  nf,
real(kind=kind_real), dimension(3, nf), intent(out)  pstat 
)
private

Definition at line 590 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ has_field()

logical function mpas_fields_mod::has_field ( class(mpas_fields), intent(in)  self,
character(len=*), intent(in)  fieldname 
)
private

Definition at line 1061 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ has_fields()

logical function, dimension(:), allocatable mpas_fields_mod::has_fields ( class(mpas_fields), intent(in)  self,
character(len=*), dimension(:), intent(in)  fieldnames 
)
private

Definition at line 1068 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ initialize_bumpinterp()

subroutine mpas_fields_mod::initialize_bumpinterp ( class(mpas_geom), intent(in)  geom_to,
class(mpas_geom), intent(in)  geom_from,
type(bump_interpolator), intent(inout)  bumpinterp 
)
private

Initializes a bump interpolation type.

initialize_bumpinterp This subroutine calls bumpinterpinit, which calculates the barycentric weights used to interpolate data between the geom_from locations and the geom_to locations.

Parameters
[in]geom_togeometry interpolating to
[in]geom_fromgeometry interpolating from
[in,out]bumpinterpbump interpolator

Definition at line 816 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ initialize_uns_interp()

subroutine mpas_fields_mod::initialize_uns_interp ( class(mpas_geom), intent(in)  geom_to,
class(mpas_geom), intent(in)  geom_from,
type(unstrc_interp), intent(inout)  unsinterp 
)
private

Initializes an unstructured interpolation type.

initialize_uns_interp This subroutine calls unsinterpcreate, which calculates the barycentric weights used to interpolate data between the geom_from locations and the geom_to locations.

Parameters
[in]geom_togeometry interpolating to
[in]geom_fromgeometry interpolating from
[in,out]unsinterpunstructured interpolator

Definition at line 847 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ interpolate_fields()

subroutine mpas_fields_mod::interpolate_fields ( class(mpas_fields), intent(inout)  self,
class(mpas_fields), intent(in)  rhs 
)
private

Populates subfields of self using rhs.

interpolate_fields This subroutine is called when creating a new mpas_fields type (self) using an existing mpas_fields (rhs) as a source that has a different geometry/mesh (but the same number of VertLevels). It populates the subfields of self, interpolating the data from rhs. It can use either bump or unstructured interpolation for the interpolation routine.

Parameters
[in,out]selfmpas_fields being populated
[in]rhsmpas_fields used as source

Definition at line 701 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ones_()

subroutine mpas_fields_mod::ones_ ( class(mpas_fields), intent(inout)  self)
private

Definition at line 568 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ pool_push_back_field_from_pool()

subroutine mpas_fields_mod::pool_push_back_field_from_pool ( type(mpas_pool_type), intent(inout), pointer  to,
character (len=*), intent(in)  toKey,
type(mpas_pool_type), intent(in), pointer  from,
character (len=*), intent(in)  fromKey 
)
private

Definition at line 1322 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ populate_subfields()

subroutine mpas_fields_mod::populate_subfields ( class(mpas_fields), intent(inout)  self)
private

Definition at line 271 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ push_back_other_fields()

subroutine mpas_fields_mod::push_back_other_fields ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  key,
class(mpas_fields), intent(in)  other 
)
private

Definition at line 1402 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ push_back_other_fields_field()

subroutine mpas_fields_mod::push_back_other_fields_field ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  selfKey,
class(mpas_fields), intent(in)  other,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1395 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ push_back_other_pool()

subroutine mpas_fields_mod::push_back_other_pool ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  key,
type(mpas_pool_type), intent(in), pointer  otherPool 
)
private

Definition at line 1388 of file mpas_fields_mod.F90.

Here is the caller graph for this function:

◆ push_back_other_pool_field()

subroutine mpas_fields_mod::push_back_other_pool_field ( class(mpas_fields), intent(inout)  self,
character (len=*), intent(in)  selfKey,
type(mpas_pool_type), intent(in), pointer  otherPool,
character (len=*), intent(in)  otherKey 
)
private

Definition at line 1363 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ random_()

subroutine mpas_fields_mod::random_ ( class(mpas_fields), intent(inout)  self)
private

Definition at line 579 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ read_fields()

subroutine mpas_fields_mod::read_fields ( class(mpas_fields), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf,
type(datetime), intent(inout)  vdate 
)
private
Parameters
[in,out]selfField
[in]f_confConfiguration
[in,out]vdateDateTime

Definition at line 366 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ rms_()

subroutine mpas_fields_mod::rms_ ( class(mpas_fields), intent(in)  self,
real(kind=kind_real), intent(out)  prms 
)
private

Definition at line 603 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ self_add_()

subroutine mpas_fields_mod::self_add_ ( class(mpas_fields), intent(inout)  self,
class(mpas_fields), intent(in)  rhs 
)
private

Definition at line 615 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ self_mult_()

subroutine mpas_fields_mod::self_mult_ ( class(mpas_fields), intent(inout)  self,
real(kind=kind_real), intent(in)  zz 
)
private

Definition at line 657 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ self_schur_()

subroutine mpas_fields_mod::self_schur_ ( class(mpas_fields), intent(inout)  self,
class(mpas_fields), intent(in)  rhs 
)
private

Definition at line 629 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ self_sub_()

subroutine mpas_fields_mod::self_sub_ ( class(mpas_fields), intent(inout)  self,
class(mpas_fields), intent(in)  rhs 
)
private

Definition at line 643 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ serial_size()

subroutine mpas_fields_mod::serial_size ( class(mpas_fields), intent(in)  self,
integer(c_size_t), intent(out)  vsize 
)
private
Parameters
[out]vsizeSize

Definition at line 890 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ serialize_fields()

subroutine mpas_fields_mod::serialize_fields ( class(mpas_fields), intent(in)  self,
integer(c_size_t), intent(in)  vsize,
real(kind_real), dimension(vsize), intent(out)  vect_inc 
)
private
Parameters
[in]selfIncrement
[in]vsizeSize
[out]vect_incVector

Definition at line 918 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ update_diagnostic_fields()

subroutine, public mpas_fields_mod::update_diagnostic_fields ( type (domain_type), intent(inout), pointer  domain,
type (mpas_pool_type), intent(inout), pointer  subFields,
integer, intent(in)  ngrid 
)

Definition at line 443 of file mpas_fields_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ write_fields()

subroutine mpas_fields_mod::write_fields ( class(mpas_fields), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf,
type(datetime), intent(in)  vdate 
)
private
Parameters
[in,out]selfField
[in]f_confConfiguration
[in]vdateDateTime

Definition at line 480 of file mpas_fields_mod.F90.

Here is the call graph for this function:

◆ zeros_()

subroutine mpas_fields_mod::zeros_ ( class(mpas_fields), intent(inout)  self)
private

Definition at line 557 of file mpas_fields_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ analysisthermofields

character(len=maxvarlen), dimension(2), parameter, public mpas_fields_mod::analysisthermofields = [character(len=MAXVARLEN) :: 'surface_pressure', 'temperature']

Definition at line 194 of file mpas_fields_mod.F90.

◆ cellcenteredwindfields

character(len=maxvarlen), dimension(2), parameter, public mpas_fields_mod::cellcenteredwindfields = [character(len=MAXVARLEN) :: 'uReconstructZonal', 'uReconstructMeridional']

Definition at line 188 of file mpas_fields_mod.F90.

◆ max_string

integer, parameter mpas_fields_mod::max_string =8000
private

Definition at line 202 of file mpas_fields_mod.F90.

◆ message

character(max_string) mpas_fields_mod::message
private

Definition at line 203 of file mpas_fields_mod.F90.

◆ modelthermofields

character(len=maxvarlen), dimension(4), parameter, public mpas_fields_mod::modelthermofields = [character(len=MAXVARLEN) :: 'qv', 'pressure', 'rho', 'theta']

Definition at line 197 of file mpas_fields_mod.F90.

◆ moisturefields

character(len=maxvarlen), dimension(2), parameter, public mpas_fields_mod::moisturefields = [character(len=MAXVARLEN) :: 'qv', 'spechum']

Definition at line 191 of file mpas_fields_mod.F90.

◆ mpas_fields_registry

type(registry_t), public mpas_fields_mod::mpas_fields_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 211 of file mpas_fields_mod.F90.

◆ mpas_hydrometeor_fields

character(len=maxvarlen), dimension(6), public mpas_fields_mod::mpas_hydrometeor_fields = [ character(len=MAXVARLEN) :: "qc", "qi", "qr", "qs", "qg", "qh" ]

Definition at line 182 of file mpas_fields_mod.F90.

◆ mpas_re_fields

character(len=maxvarlen), dimension(3), public mpas_fields_mod::mpas_re_fields = [ character(len=MAXVARLEN) :: "re_cloud", "re_ice ", "re_snow " ]

Definition at line 185 of file mpas_fields_mod.F90.