|
SABER
|
Public Member Functions | |
| subroutine | samp_initialize_sampling_global (mpl, rng, ns1_glb_eff, lon1_glb_eff, lat1_glb_eff, rh1_glb_eff, sam1_glb_eff, ntry, nrep, ns2_glb, sam2_glb, fast, verbosity) |
| Intialize sampling, global. More... | |
Definition at line 54 of file tools_samp.F90.
| subroutine tools_samp::initialize_sampling_global::samp_initialize_sampling_global | ( | type(mpl_type), intent(inout) | mpl, |
| type(rng_type), intent(inout) | rng, | ||
| integer, intent(in) | ns1_glb_eff, | ||
| real(kind_real), dimension(ns1_glb_eff), intent(in) | lon1_glb_eff, | ||
| real(kind_real), dimension(ns1_glb_eff), intent(in) | lat1_glb_eff, | ||
| real(kind_real), dimension(ns1_glb_eff), intent(in) | rh1_glb_eff, | ||
| integer, dimension(ns1_glb_eff), intent(in) | sam1_glb_eff, | ||
| integer, intent(in) | ntry, | ||
| integer, intent(in) | nrep, | ||
| integer, intent(in) | ns2_glb, | ||
| integer, dimension(ns2_glb), intent(out) | sam2_glb, | ||
| logical, intent(in), optional | fast, | ||
| logical, intent(in), optional | verbosity | ||
| ) |
Intialize sampling, global.
| [in,out] | mpl | MPI data |
| [in,out] | rng | Random number generator |
| [in] | ntry | Number of tries |
| [in] | nrep | Number of replacements |
| [in] | ns2_glb | Number of samplings points (global) |
| [out] | sam2_glb | Horizontal sampling index (global) |
| [in] | fast | Fast sampling flag |
| [in] | verbosity | Verbosity flag |
Definition at line 575 of file tools_samp.F90.