Namespace processwetdepinterface_mod¶
Namespace List > processwetdepinterface_mod
Process for computing wet deposition of gas and aerosol species. More...
Public Functions¶
| Type | Name |
|---|---|
| subroutine | process_init (class(processwetdepinterface), intent(inout) this, type(statemanagertype), intent(inout) container, integer, intent(out) rc) Initialize the wetdep process. |
Detailed Description¶
This module provides the wetdep 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:30:33.461694 Configuration: wetdep
Author:
CATChem Process Generator
Version:
1.0.0
Public Functions Documentation¶
function process_init¶
Initialize the wetdep process.
subroutine processwetdepinterface_mod::process_init (
class( processwetdepinterface ), 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/wetdep/ProcessWetDepInterface_Mod.F90