cable_climate_mod Module


Uses

  • module~~cable_climate_mod~~UsesGraph module~cable_climate_mod cable_climate_mod module~cable_common_module cable_common_module module~cable_climate_mod->module~cable_common_module module~cable_def_types_mod cable_def_types_mod module~cable_climate_mod->module~cable_def_types_mod module~cable_io_vars_module cable_IO_vars_module module~cable_climate_mod->module~cable_io_vars_module module~casa_ncdf_module casa_ncdf_module module~cable_climate_mod->module~casa_ncdf_module module~typedef TypeDef module~cable_climate_mod->module~typedef module~cable_runtime_opts_mod cable_runtime_opts_mod module~cable_common_module->module~cable_runtime_opts_mod module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod module~cable_io_vars_module->module~cable_def_types_mod

Used by

  • module~~cable_climate_mod~~UsedByGraph module~cable_climate_mod cable_climate_mod module~cable_serial cable_serial module~cable_serial->module~cable_climate_mod proc~master_climate_types master_climate_types proc~master_climate_types->module~cable_climate_mod proc~mpidrv_master~2 mpidrv_master proc~mpidrv_master~2->module~cable_climate_mod proc~mpidrv_worker~2 mpidrv_worker proc~mpidrv_worker~2->module~cable_climate_mod proc~worker_climate_types worker_climate_types proc~worker_climate_types->module~cable_climate_mod program~cable_offline_driver cable_offline_driver program~cable_offline_driver->module~cable_serial

Functions

public elemental function Epsif(TC, Pmb)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: TC
real, intent(in) :: Pmb

Return Value real


Subroutines

public subroutine cable_climate(ktau, kstart, kend, ktauday, idoy, LOY, met, climate, canopy, air, rad, dels, np)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ktau
integer, intent(in) :: kstart
integer, intent(in) :: kend
integer, intent(in) :: ktauday
integer, intent(in) :: idoy
integer, intent(in) :: LOY
type(met_type), intent(in) :: met
type(climate_type), intent(inout) :: climate
type(canopy_type), intent(in) :: canopy
type(air_type), intent(in) :: air
type(radiation_type), intent(in) :: rad
real, intent(in) :: dels
integer, intent(in) :: np

public subroutine biome1_pft(climate, np)

Arguments

Type IntentOptional Attributes Name
type(climate_type), intent(inout) :: climate
integer, intent(in) :: np

public subroutine climate_init(climate, np, ktauday)

Arguments

Type IntentOptional Attributes Name
type(climate_type), intent(inout) :: climate
integer, intent(in) :: np
integer, intent(in) :: ktauday

public subroutine WRITE_CLIMATE_RESTART_NC(climate, ktauday)

Arguments

Type IntentOptional Attributes Name
type(climate_type), intent(in) :: climate
integer, intent(in) :: ktauday

public subroutine READ_CLIMATE_RESTART_NC(climate, ktauday)

Arguments

Type IntentOptional Attributes Name
type(climate_type), intent(inout) :: climate
integer, intent(in) :: ktauday