Skip to content

Namespace processdustinterface_mod

Namespace List > processdustinterface_mod

Process for computing windblown dust emissions. More...

Public Functions

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

Detailed Description

This module provides the dust 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: 2026-04-17T13:57:10.010489 Configuration: dust

Author:

CATChem Process Generator

Version:

1.0.0

Public Functions Documentation

function process_init

Initialize the dust process.

subroutine processdustinterface_mod::process_init (
    class( processdustinterface ), 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/dust/ProcessDustInterface_Mod.F90