![]() |
A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
|
Go to the source code of this file.
Modules | |
module | ic_def |
Module to load the initial condition. | |
Functions/Subroutines | |
subroutine, public | ic_def::load_ic |
Subroutine to load the initial condition if IC.nml exists. If it does not, then write IC.nml with 0 as initial condition. More... | |
Variables | |
logical | ic_def::exists |
Boolean to test for file existence. More... | |
real(kind=8), dimension(:), allocatable, public | ic_def::ic |
Initial condition vector. More... | |