|
CAM
|
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'] |
| 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 | ||
| ) |


| 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 | ||
| ) |


| subroutine, public physics_update_mod::physics_update_init | ( | ) |


|
private |
| 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'] |
| integer, parameter, public physics_update_mod::nvars_prtrb_hist = 11 |
|
private |
|
private |
|
private |
|
private |