FMS Coupler  2022.03
Public Member Functions | Private Attributes | List of all members
full_coupler_mod::coupler_chksum_type Type Reference

The purpose of objects of coupler_chksum_type is to simplify the list of arguments required for chksum related subroutines in full_coupler_mod. The members of this type point to the model components. More...

Public Member Functions

procedure, public initialize_coupler_chksum_obj
 associates the pointers above to model components More...
 
procedure, public get_components_obj
 subroutine to retrieve the requested component of an object of this type More...
 
procedure, public get_atmos_ice_land_ocean_chksums
 subroutine to compute chksums for atmos - ocean More...
 
procedure, public get_atmos_ice_land_chksums
 subroutine to compute chksums for atmos_ice_land More...
 
procedure, public get_slow_ice_chksums
 subroutine to compute chskums for slow_ice More...
 
procedure, public get_ocean_chksums
 subroutine to compute chksums for ocean More...
 
procedure, public get_coupler_chksums
 subroutine to compute chksums for select fields More...
 

Private Attributes

type(coupler_components_type), pointer components
 

Detailed Description

The purpose of objects of coupler_chksum_type is to simplify the list of arguments required for chksum related subroutines in full_coupler_mod. The members of this type point to the model components.

Member Function/Subroutine Documentation

◆ get_atmos_ice_land_chksums()

procedure, public full_coupler_mod::coupler_chksum_type::get_atmos_ice_land_chksums

subroutine to compute chksums for atmos_ice_land

◆ get_atmos_ice_land_ocean_chksums()

procedure, public full_coupler_mod::coupler_chksum_type::get_atmos_ice_land_ocean_chksums

subroutine to compute chksums for atmos - ocean

◆ get_components_obj()

procedure, public full_coupler_mod::coupler_chksum_type::get_components_obj

subroutine to retrieve the requested component of an object of this type

◆ get_coupler_chksums()

procedure, public full_coupler_mod::coupler_chksum_type::get_coupler_chksums

subroutine to compute chksums for select fields

◆ get_ocean_chksums()

procedure, public full_coupler_mod::coupler_chksum_type::get_ocean_chksums

subroutine to compute chksums for ocean

◆ get_slow_ice_chksums()

procedure, public full_coupler_mod::coupler_chksum_type::get_slow_ice_chksums

subroutine to compute chskums for slow_ice

◆ initialize_coupler_chksum_obj()

procedure, public full_coupler_mod::coupler_chksum_type::initialize_coupler_chksum_obj

associates the pointers above to model components

Member Data Documentation

◆ components

type(coupler_components_type), pointer full_coupler_mod::coupler_chksum_type::components
private

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