FE-Project
|
Public Member Functions | |
subroutine | exp_setinitcond_lc (this, dens_hyd, pres_hyd, ddens, momx, momy, momz, drhot, tracer_field_list, x, y, z, dom_xmin, dom_xmax, dom_ymin, dom_ymax, dom_zmin, dom_zmax, lcmesh, elem) |
Definition at line 59 of file mod_experiment.F90.
subroutine mod_experiment::exp_setinitcond_lc::exp_setinitcond_lc | ( | class(experiment), intent(inout) | this, |
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | dens_hyd, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | pres_hyd, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | ddens, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | momx, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | momy, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | momz, | ||
real(rp), dimension(elem%np,lcmesh%nea), intent(out) | drhot, | ||
type(tracerlocalmeshfield_ptr), dimension(:), intent(inout) | tracer_field_list, | ||
real(rp), dimension(elem%np,lcmesh%ne), intent(in) | x, | ||
real(rp), dimension(elem%np,lcmesh%ne), intent(in) | y, | ||
real(rp), dimension(elem%np,lcmesh%ne), intent(in) | z, | ||
real(rp), intent(in) | dom_xmin, | ||
real(rp), intent(in) | dom_xmax, | ||
real(rp), intent(in) | dom_ymin, | ||
real(rp), intent(in) | dom_ymax, | ||
real(rp), intent(in) | dom_zmin, | ||
real(rp), intent(in) | dom_zmax, | ||
type(localmesh3d), intent(in) | lcmesh, | ||
class(elementbase3d), intent(in) | elem ) |
Definition at line 59 of file mod_experiment.F90.
References mod_atmos_vars::atmosvars_getlocalmeshprgvars(), mod_atmos_vars::atmosvars_getlocalmeshqtrcvar(), scale_atm_dyn_dgm_nonhydro3d_common::auxvar_denshydro_id, and scale_atm_dyn_dgm_nonhydro3d_common::auxvar_preshydro_id.