SABER
type_samp.F90 File Reference

Go to the source code of this file.

Data Types

type  type_samp::samp_type
 

Modules

module  type_samp
 Subroutines/functions list.
 

Functions/Subroutines

subroutine type_samp::samp_alloc (samp, mpl, nam, geom)
 Allocation. More...
 
subroutine type_samp::samp_dealloc (samp)
 Release memory. More...
 
subroutine type_samp::samp_read_local (samp, mpl, nam, geom)
 Read (local) More...
 
subroutine type_samp::samp_write_local (samp, mpl, nam, geom)
 Write (local) More...
 
subroutine type_samp::samp_read_global (samp, mpl, nam, geom)
 Read (global) More...
 
subroutine type_samp::samp_write_global (samp, mpl, nam, geom)
 Write (global) More...
 
subroutine type_samp::samp_write_grids (samp, mpl, nam, geom)
 Write. More...
 
subroutine type_samp::samp_setup (samp, mpl, rng, nam, geom, ens)
 Setup sampling. More...
 
subroutine type_samp::samp_compute_mask (samp, mpl, nam, geom, ens)
 Compute mask. More...
 
subroutine type_samp::samp_compute_c1 (samp, mpl, nam, geom)
 Compute sampling, subset Sc1. More...
 
subroutine type_samp::samp_compute_c3 (samp, mpl, rng, nam, geom)
 Compute sampling, subset Sc3. More...
 
subroutine type_samp::samp_compute_c2 (samp, mpl, nam, geom)
 Compute sampling, subset Sc2. More...
 
subroutine type_samp::samp_compute_mpi_c1au (samp, mpl, rng, nam, geom)
 Compute sampling MPI distribution, subset Sc1, halo A and U. More...
 
subroutine type_samp::samp_compute_mpi_c2au (samp, mpl, nam, geom)
 Compute sampling MPI distribution, halo A and universe, subset Sc2. More...
 
subroutine type_samp::samp_compute_mpi_c2b (samp, mpl, rng, nam, geom)
 Compute sampling MPI distribution, halo B. More...
 
subroutine type_samp::samp_compute_mpi_c0b (samp, mpl, geom)
 Compute MPI distribution, halo B, subset Sc0. More...
 
subroutine type_samp::samp_compute_mpi_c0c (samp, mpl, nam, geom)
 Compute MPI distribution, halo C, subset Sc0. More...
 
subroutine type_samp::samp_compute_mpi_d (samp, mpl, nam, geom)
 Compute sampling MPI distribution, halo D. More...
 
subroutine type_samp::samp_compute_mpi_e (samp, mpl, nam)
 Compute sampling MPI distribution, halo E. More...
 
subroutine type_samp::samp_diag_filter (samp, mpl, filter_type, rflt, diag_c2a, val_c2a)
 Filter diagnostics. More...
 
subroutine type_samp::samp_diag_fill (samp, mpl, diag_c2a)
 Fill diagnostics missing values. More...
 
integer function type_samp::samp_c1_to_c1a (samp, ic1)
 Conversion from global to halo A on subset Sc1. More...
 
integer function type_samp::samp_c1_to_proc (samp, ic1)
 Conversion from global to processor on subset Sc1. More...
 
integer function type_samp::samp_c1_to_c1u (samp, ic1)
 Conversion from global to universe on subset Sc1. More...
 
integer function type_samp::samp_c2_to_c2a (samp, ic2)
 Conversion from global to halo A on subset Sc2. More...
 
integer function type_samp::samp_c2_to_proc (samp, ic2)
 Conversion from global to processor on subset Sc2. More...
 
integer function type_samp::samp_c2_to_c2u (samp, ic2)
 Conversion from global to universe on subset Sc2. More...