![]() |
A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
|
Go to the source code of this file.
Modules | |
module | stoch_mod |
Utility module containing the stochastic related routines. | |
Functions/Subroutines | |
real(kind=8) function, public | stoch_mod::gasdev () |
subroutine, public | stoch_mod::stoch_vec (dW) |
Routine to fill a vector with standard Gaussian noise process values. More... | |
subroutine, public | stoch_mod::stoch_atm_vec (dW) |
routine to fill the atmospheric component of a vector with standard gaussian noise process values More... | |
subroutine, public | stoch_mod::stoch_atm_res_vec (dW) |
routine to fill the resolved atmospheric component of a vector with standard gaussian noise process values More... | |
subroutine, public | stoch_mod::stoch_atm_unres_vec (dW) |
routine to fill the unresolved atmospheric component of a vector with standard gaussian noise process values More... | |
subroutine, public | stoch_mod::stoch_oc_vec (dW) |
routine to fill the oceanic component of a vector with standard gaussian noise process values More... | |
subroutine, public | stoch_mod::stoch_oc_res_vec (dW) |
routine to fill the resolved oceanic component of a vector with standard gaussian noise process values More... | |
subroutine, public | stoch_mod::stoch_oc_unres_vec (dW) |
routine to fill the unresolved oceanic component of a vector with standard gaussian noise process values More... | |
Variables | |
integer | stoch_mod::iset =0 |
real(kind=8) | stoch_mod::gset |