Skip to content

Namespace wetdepprocesscreator_mod

Namespace List > wetdepprocesscreator_mod

Public Functions

Type Name
subroutine, public create_wetdep_process (class(processinterface), intent(out), allocatable process, integer, intent(out) rc)
Create a new wetdep process instance.
subroutine, public get_wetdep_default_config (character(len=*), intent(out) config_data)
Get default configuration for wetdep process.
subroutine, public register_wetdep_process (type(processmanagertype), intent(inout) process_mgr, integer, intent(out) rc)
Register the wetdep process with a ProcessManager.

Public Functions Documentation

function create_wetdep_process

Create a new wetdep process instance.

subroutine, public wetdepprocesscreator_mod::create_wetdep_process (
    class( processinterface ), intent(out), allocatable process,
    integer, intent(out) rc
) 

This factory function creates and returns a new instance of the wetdep process. The process is not initialized - the caller must call the init() method with appropriate configuration.

Parameters:

  • process Allocated process instance
  • rc Return code

function get_wetdep_default_config

Get default configuration for wetdep process.

subroutine, public wetdepprocesscreator_mod::get_wetdep_default_config (
    character(len=*), intent(out) config_data
) 

This function returns a default configuration string that can be used to initialize the wetdep process with reasonable defaults.

Parameters:

  • config_data Default configuration string

function register_wetdep_process

Register the wetdep process with a ProcessManager.

subroutine, public wetdepprocesscreator_mod::register_wetdep_process (
    type( processmanagertype ), intent(inout) process_mgr,
    integer, intent(out) rc
) 

This subroutine registers the wetdep process with a ProcessManager's factory. This is the correct way to register processes for use in applications and integration tests.

Parameters:

  • process_mgr The ProcessManager to register with
  • rc Return code


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