FV3 Bundle
stock_constants.F90 File Reference
#include <file_version.h>
Include dependency graph for stock_constants.F90:

Go to the source code of this file.

Data Types

type  stock_constants_mod::stock_type
 

Modules

module  stock_constants_mod
 

Functions/Subroutines

subroutine, public stock_constants_mod::stocks_report_init (Time)
 
subroutine, public stock_constants_mod::stocks_report (Time)
 
subroutine, public stock_constants_mod::stocks_set_init_time (Time)
 

Variables

integer, parameter, public stock_constants_mod::nelems =3
 
integer, parameter stock_constants_mod::nelems_report =3
 
integer, parameter, public stock_constants_mod::istock_water =1
 
integer, parameter, public stock_constants_mod::istock_heat =2
 
integer, parameter, public stock_constants_mod::istock_salt =3
 
integer, parameter, public stock_constants_mod::istock_top =1
 
integer, parameter, public stock_constants_mod::istock_bottom =2
 
integer, parameter, public stock_constants_mod::istock_side =3
 
integer, public stock_constants_mod::stocks_file
 
integer, parameter stock_constants_mod::nsides = 3
 
type(stock_type), dimension(nelems), save stock_constants_mod::atm_stock
 
type(stock_type), dimension(nelems), save stock_constants_mod::ocn_stock
 
type(stock_type), dimension(nelems), save stock_constants_mod::lnd_stock
 
type(stock_type), dimension(nelems), save stock_constants_mod::ice_stock
 
type(time_type), save stock_constants_mod::init_time
 
integer, parameter, private stock_constants_mod::ncomps =4
 
integer, parameter, private stock_constants_mod::istock_atm =1
 
integer, parameter, private stock_constants_mod::istock_lnd =2
 
integer, parameter, private stock_constants_mod::istock_ice =3
 
integer, parameter, private stock_constants_mod::istock_ocn =4
 
character(len=3), dimension(ncomps), parameter stock_constants_mod::comp_names =(/'ATM', 'LND', 'ICE', 'OCN'/)
 
character(len=5), dimension(nelems), parameter stock_constants_mod::stock_names =(/'water', 'heat ', 'salt '/)
 
character(len=12), dimension(nelems), parameter stock_constants_mod::stock_units =(/'[Kg] ','[Joules]','[Kg] '/)