CAM
physics_update_mod Module Reference

Functions/Subroutines

subroutine, public physics_update_init ()
 
subroutine, public physics_update (state, ptend, dt, tend)
 
real(r8) function, dimension(pcols, pver), public get_var (state, hist_var)
 

Variables

character(len=25), parameter fname = 'pergro_ptend_names.txt'
 
character(len=fieldname_len), dimension(70) plist
 
logical pergro_test_active
 
integer unitn
 
integer pid
 
integer, parameter, public nvars_prtrb_hist = 11
 
character(len=6), dimension(nvars_prtrb_hist), parameter, public hist_vars = ['s ', 't ', 'Q ', 'v ', 'CLDLIQ', 'NUMLIQ', 'CLDICE', 'NUMICE', 'num_a1','num_a2','num_a3']
 

Function/Subroutine Documentation

◆ get_var()

real(r8) function, dimension(pcols,pver), public physics_update_mod::get_var ( type(physics_state), intent(in)  state,
character(len=fieldname_len), intent(in)  hist_var 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ physics_update()

subroutine, public physics_update_mod::physics_update ( type(physics_state), intent(inout)  state,
type(physics_ptend), intent(inout)  ptend,
real(r8), intent(in)  dt,
type(physics_tend ), intent(inout), optional  tend 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ physics_update_init()

subroutine, public physics_update_mod::physics_update_init ( )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ fname

character(len = 25), parameter physics_update_mod::fname = 'pergro_ptend_names.txt'
private

◆ hist_vars

character(len=6), dimension(nvars_prtrb_hist), parameter, public physics_update_mod::hist_vars = ['s ', 't ', 'Q ', 'v ', 'CLDLIQ', 'NUMLIQ', 'CLDICE', 'NUMICE', 'num_a1','num_a2','num_a3']

◆ nvars_prtrb_hist

integer, parameter, public physics_update_mod::nvars_prtrb_hist = 11

◆ pergro_test_active

logical physics_update_mod::pergro_test_active
private

◆ pid

integer physics_update_mod::pid
private

◆ plist

character(len = fieldname_len), dimension(70) physics_update_mod::plist
private

◆ unitn

integer physics_update_mod::unitn
private