Functions/Subroutines
module_io Module Reference

Functions/Subroutines

subroutine screen_cpu_time (u, v, w)
 
subroutine screen_div_error (u, v, w, isfinal, ishistout)
 
subroutine output_time_series (u, v, w, p, t)
 
subroutine output_backup (u, v, w, p, t, ff, gg, hh, ss)
 
subroutine output_inst_fields (u, v, w, p, t, time_step)
 
subroutine output_2d_slices (u, v, w, p, t, time_step)
 
subroutine output_mean_fields (mean_u, mean_v, mean_w, mean_t, mean_uu, mean_vv, mean_ww, mean_uw, mean_vw, mean_tt, mean_tw, time_step)
 

Function/Subroutine Documentation

◆ screen_cpu_time()

subroutine module_io::screen_cpu_time ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w 
)

◆ screen_div_error()

subroutine module_io::screen_div_error ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
integer, intent(in)  isfinal,
integer, intent(in)  ishistout 
)

◆ output_time_series()

subroutine module_io::output_time_series ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
real(mytype), dimension(:,:,:), intent(in)  p,
real(mytype), dimension(:,:,:), intent(in)  t 
)

Definition at line 212 of file module_io.f90.

References module_parameters::ghst, module_parameters::kend3, module_parameters::kstr3, module_parameters::time_sim, and module_parameters::u_mrf.

Referenced by module_navier_stokes::drive().

Here is the caller graph for this function:

◆ output_backup()

subroutine module_io::output_backup ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
real(mytype), dimension(:,:,:), intent(in)  p,
real(mytype), dimension(:,:,:), intent(in)  t,
real(mytype), dimension(:,:,:), intent(in)  ff,
real(mytype), dimension(:,:,:), intent(in)  gg,
real(mytype), dimension(:,:,:), intent(in)  hh,
real(mytype), dimension(:,:,:), intent(in)  ss 
)

◆ output_inst_fields()

subroutine module_io::output_inst_fields ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
real(mytype), dimension(:,:,:), intent(in)  p,
real(mytype), dimension(:,:,:), intent(in)  t,
integer, intent(in)  time_step 
)

◆ output_2d_slices()

subroutine module_io::output_2d_slices ( real(mytype), dimension(:,:,:), intent(in)  u,
real(mytype), dimension(:,:,:), intent(in)  v,
real(mytype), dimension(:,:,:), intent(in)  w,
real(mytype), dimension(:,:,:), intent(in)  p,
real(mytype), dimension(:,:,:), intent(in)  t,
integer, intent(in)  time_step 
)

◆ output_mean_fields()

subroutine module_io::output_mean_fields ( real(mytype), dimension(:,:,:), intent(in)  mean_u,
real(mytype), dimension(:,:,:), intent(in)  mean_v,
real(mytype), dimension(:,:,:), intent(in)  mean_w,
real(mytype), dimension(:,:,:), intent(in)  mean_t,
real(mytype), dimension(:,:,:), intent(in)  mean_uu,
real(mytype), dimension(:,:,:), intent(in)  mean_vv,
real(mytype), dimension(:,:,:), intent(in)  mean_ww,
real(mytype), dimension(:,:,:), intent(in)  mean_uw,
real(mytype), dimension(:,:,:), intent(in)  mean_vw,
real(mytype), dimension(:,:,:), intent(in)  mean_tt,
real(mytype), dimension(:,:,:), intent(in)  mean_tw,
integer, intent(in)  time_step 
)