recall_module Module

use this type for all recall objects including exco and dr exco and dr are average annual recalls - all data in one file recall are for daily, monthly, and annual time series - each recall is individual file


Used by

  • module~~recall_module~~UsedByGraph module~recall_module recall_module proc~command command proc~command->module~recall_module proc~dtbl_res_read dtbl_res_read proc~dtbl_res_read->module~recall_module proc~hyd_connect hyd_connect proc~hyd_connect->module~recall_module proc~recall_read recall_read proc~recall_read->module~recall_module proc~recalldb_read recalldb_read proc~recalldb_read->module~recall_module proc~res_hydro res_hydro proc~res_hydro->module~recall_module proc~swift_output swift_output proc~swift_output->module~recall_module proc~wallo_demand wallo_demand proc~wallo_demand->module~recall_module proc~wallo_withdraw wallo_withdraw proc~wallo_withdraw->module~recall_module proc~water_allocation_read water_allocation_read proc~water_allocation_read->module~recall_module proc~water_orcv_read water_orcv_read proc~water_orcv_read->module~recall_module proc~water_osrc_read water_osrc_read proc~water_osrc_read->module~recall_module

Variables

Type Visibility Attributes Name Initial
type(recall_databases), public, dimension(:), allocatable :: recall_db

Derived Types

type, public ::  constituent_file_data

Components

Type Visibility Attributes Name Initial
character(len=25), public :: name = ""
character(len=13), public :: units = ""
character(len=13), public :: tstep = ""

type, public ::  recall_databases

Components

Type Visibility Attributes Name Initial
character(len=13), public :: name = ""
type(constituent_file_data), public :: org_min
type(constituent_file_data), public :: pest
type(constituent_file_data), public :: path
type(constituent_file_data), public :: hmet
type(constituent_file_data), public :: salt
type(constituent_file_data), public :: constit
integer, public :: iorg_min
integer, public :: ipest
integer, public :: ipath
integer, public :: ihmet
integer, public :: isalt
integer, public :: iconstit