59 namelist /mtvparams/
mnuti 63 namelist /stoch_int_params/
mode 66 OPEN(8, file=
"stoch_params.nml", status=
'OLD', recl=80, delim=
'APOSTROPHE')
70 READ(8,nml=stoch_int_params)
71 READ(8,nml=corr_init_mode)
The stochastic models parameters module.
real(kind=8) q_au
Atmospheric unresolved component noise amplitude.
character(len=4) load_mode
Loading mode for the correlations.
subroutine init_stoch_params
Stochastic parameters initialization routine.
real(kind=8) muti
Memory update time interval.
real(kind=8) q_or
Oceanic resolved component noise amplitude.
character(len=4) x_int_mode
Integration mode for the resolved component.
real(kind=8) t_trans_stoch
Transient time period of the stochastic model evolution.
character(len=4) int_corr_mode
Correlation integration mode.
real(kind=8) dtn
Square root of the timestep.
real(kind=8) tdelta
Time separation parameter.
real(kind=8) q_ou
Oceanic unresolved component noise amplitude.
real(kind=8) dtsn
Square root of the intrisic resolved dynamics time step.
real(kind=8) meml
Time over which the memory kernel is integrated.
The model parameters module.
real(kind=8) maxint
Upper integration limit of the correlations.
real(kind=8) eps_pert
Perturbation parameter for the coupling.
real(kind=8) dt
Integration time step.
character(len=4) mode
Stochastic mode parameter.
real(kind=8) mnuti
Multiplicative noise update time interval.
real(kind=8) q_ar
Atmospheric resolved component noise amplitude.
real(kind=8) t_trans_mem
Transient time period to initialize the memory term.
real(kind=8) dts
Intrisic resolved dynamics time step.
integer mems
Number of steps in the memory kernel integral.