A Modular Arbitrary-Order Ocean-Atmosphere Model -- Stochastic implementation
Modules | Functions/Subroutines | Variables
sf_def.f90 File Reference

Go to the source code of this file.

Modules

module  sf_def
 Module to select the resolved-unresolved components.
 

Functions/Subroutines

subroutine, public sf_def::load_sf
 Subroutine to load the unresolved variable defintion vector SF from SF.nml if it exists. If it does not, then write SF.nml with no unresolved variables specified (null vector). More...
 

Variables

logical sf_def::exists
 Boolean to test for file existence. More...
 
integer, dimension(:), allocatable, public sf_def::sf
 Unresolved variable definition vector. More...
 
integer, dimension(:), allocatable, public sf_def::ind
 
integer, dimension(:), allocatable, public sf_def::rind
 Unresolved reduction indices. More...
 
integer, dimension(:), allocatable, public sf_def::sl_ind
 
integer, dimension(:), allocatable, public sf_def::sl_rind
 Resolved reduction indices. More...
 
integer, public sf_def::n_unres
 Number of unresolved variables. More...
 
integer, public sf_def::n_res
 Number of resolved variables. More...
 
integer, dimension(:,:), allocatable, public sf_def::bar
 
integer, dimension(:,:), allocatable, public sf_def::bau
 
integer, dimension(:,:), allocatable, public sf_def::bor
 
integer, dimension(:,:), allocatable, public sf_def::bou
 Filter matrices. More...