CAM
element_ops.F90 File Reference

Modules

module  element_ops
 

Functions/Subroutines

recursive subroutine element_ops::get_field (elem, name, field, hvcoord, nt, ntQ)
 
subroutine element_ops::get_phi (elem, phi, hvcoord, nt, ntQ)
 
subroutine element_ops::get_pottemp (elem, pottemp, hvcoord, nt, ntQ)
 
subroutine element_ops::get_temperature (elem, temperature, hvcoord, nt, ntQ)
 
subroutine element_ops::copy_state (elem, nin, nout)
 
subroutine element_ops::set_thermostate (elem, temperature, hvcoord, n0, n0_q)
 
subroutine element_ops::set_state (u, v, w, T, ps, phis, p, dp, zm, g, i, j, k, elem, n0, n1)
 
subroutine element_ops::set_elem_state (u, v, w, T, ps, phis, p, dp, zm, g, elem, n0, n1, ntQ)
 
subroutine element_ops::get_state (u, v, w, T, pnh, dp, ps, rho, zm, g, elem, hvcoord, nt, ntQ)
 
subroutine element_ops::save_initial_state (state, ie)
 
subroutine element_ops::set_forcing_rayleigh_friction (elem, zm, ztop, zc, tau, u0, v0, n)
 
subroutine element_ops::tests_finalize (elem, hvcoord, ns, ne, ie)
 

Variables

type(elem_state_t), dimension(:), allocatable element_ops::state0