Skip to content

Namespace processsettlinginterface_mod

Namespace List > processsettlinginterface_mod

Process for computing gravitational settling of aerosol species. More...

Public Functions

Type Name
subroutine process_init (class(processsettlinginterface), intent(inout) this, type(statemanagertype), intent(inout) container, integer, intent(out) rc)
Initialize the settling process.

Detailed Description

This module provides the settling process interface for the CATChem library. The interface leverages CATChem's core infrastructure for data marshaling and process management. All algorithmic calculations are performed in separate scheme modules.

DIAGNOSTIC INTERFACE: The compute_scheme functions support optional diagnostic parameters. When diagnostics are enabled in the configuration, these parameters are passed to capture emission/tendency data. When diagnostics are disabled, the scheme calls use the original interface without diagnostics. This approach maintains backward compatibility while providing flexible diagnostic capabilities.

This code was generated by the CATChem Process Generator. Generation date: 2025-12-18T14:12:32.836310 Configuration: settling

Author:

CATChem Process Generator

Version:

1.0.0

Public Functions Documentation

function process_init

Initialize the settling process.

subroutine processsettlinginterface_mod::process_init (
    class( processsettlinginterface ), intent(inout) this,
    type( statemanagertype ), intent(inout) container,
    integer, intent(out) rc
) 

Leverages ProcessInterface base class for common initialization tasks. Only handles process-specific configuration and scheme setup.



The documentation for this class was generated from the following file src/process/settling/ProcessSettlingInterface_Mod.F90