SCALE-RM
Functions/Subroutines
mod_cpl_driver Module Reference

module CPL driver More...

Functions/Subroutines

subroutine, public cpl_driver_setup
 Setup. More...
 
subroutine, public cpl_driver_finalize
 finalize More...
 
subroutine, public cpl_driver
 CPL calcuration. More...
 

Detailed Description

module CPL driver

Description
Coupler driver
Author
Team SCALE

Function/Subroutine Documentation

◆ cpl_driver_setup()

subroutine, public mod_cpl_driver::cpl_driver_setup

Setup.

Definition at line 47 of file mod_cpl_driver.F90.

47  implicit none
48  !---------------------------------------------------------------------------
49 
50  return

Referenced by mod_rm_driver::rm_driver().

Here is the caller graph for this function:

◆ cpl_driver_finalize()

subroutine, public mod_cpl_driver::cpl_driver_finalize

finalize

Definition at line 56 of file mod_cpl_driver.F90.

56  use scale_cpl_phy_sfc_fixed_temp, only: &
58  use scale_cpl_phy_sfc_skin, only: &
60  implicit none
61  !---------------------------------------------------------------------------
62 
65 
66  return

References scale_cpl_phy_sfc_fixed_temp::cpl_phy_sfc_fixed_temp_finalize(), and scale_cpl_phy_sfc_skin::cpl_phy_sfc_skin_finalize().

Referenced by mod_rm_driver::rm_driver().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cpl_driver()

subroutine, public mod_cpl_driver::cpl_driver

CPL calcuration.

Definition at line 72 of file mod_cpl_driver.F90.

72  implicit none
73  !---------------------------------------------------------------------------
74 
75  return
scale_cpl_phy_sfc_skin::cpl_phy_sfc_skin_finalize
subroutine, public cpl_phy_sfc_skin_finalize
Finalize.
Definition: scale_cpl_phy_sfc_skin.F90:103
scale_cpl_phy_sfc_fixed_temp::cpl_phy_sfc_fixed_temp_finalize
subroutine, public cpl_phy_sfc_fixed_temp_finalize
Finalize.
Definition: scale_cpl_phy_sfc_fixed_temp.F90:67
scale_cpl_phy_sfc_skin
module coupler / physics / surface skin
Definition: scale_cpl_phy_sfc_skin.F90:12
scale_cpl_phy_sfc_fixed_temp
module coupler / surface fixed temp model
Definition: scale_cpl_phy_sfc_fixed_temp.F90:12