Skip to content

Namespace processseasaltinterface_mod

Namespace List > processseasaltinterface_mod

Process for computing sea salt aerosol emissions over ocean surfaces. More...

Public Functions

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

Detailed Description

This module provides the seasalt 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-15T16:09:09.402672 Configuration: seasalt

Author:

CATChem Process Generator

Version:

1.0.0

Public Functions Documentation

function process_init

Initialize the seasalt process.

subroutine processseasaltinterface_mod::process_init (
    class( processseasaltinterface ), 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/seasalt/ProcessSeaSaltInterface_Mod.F90