SOCA
soca_omb_stats_mod::soca_omb_stats Type Reference

interpolate surface background error file to grid More...

Collaboration diagram for soca_omb_stats_mod::soca_omb_stats:

Public Member Functions

procedure init => soca_omb_stats_init
 constructor More...
 
procedure bin => soca_omb_stats_bin
 remap background error to grid More...
 
procedure exit => soca_omb_stats_exit
 Destructor. More...
 

Public Attributes

integer nlocs
 
real(kind=kind_real), dimension(:), allocatable lon
 
real(kind=kind_real), dimension(:), allocatable lat
 
real(kind=kind_real), dimension(:), allocatable bgerr
 
real(kind=kind_real), dimension(:,:), allocatable bgerr_model
 
type(soca_domain_indicesdomain
 

Related Functions

(Note that these are not member functions.)

subroutine soca_omb_stats_init (self, domain)
 constructor More...
 
subroutine soca_omb_stats_bin (self, lon, lat)
 remap background error to grid More...
 
subroutine soca_omb_stats_exit (self)
 Destructor. More...
 

Detailed Description

interpolate surface background error file to grid

Used by soca_bkgerrgodas_mod::soca_bkgerrgodas_config

Definition at line 28 of file soca_omb_stats_mod.F90.

Member Function/Subroutine Documentation

◆ bin()

procedure soca_omb_stats_mod::soca_omb_stats::bin

remap background error to grid

See also
soca_omb_stats_bin

Definition at line 41 of file soca_omb_stats_mod.F90.

◆ exit()

procedure soca_omb_stats_mod::soca_omb_stats::exit

Destructor.

See also
soca_omb_stats_exit

Definition at line 44 of file soca_omb_stats_mod.F90.

◆ init()

procedure soca_omb_stats_mod::soca_omb_stats::init

constructor

See also
soca_omb_stats_init

Definition at line 38 of file soca_omb_stats_mod.F90.

Friends And Related Function Documentation

◆ soca_omb_stats_bin()

subroutine soca_omb_stats_bin ( class(soca_omb_stats), intent(inout)  self,
real(kind=kind_real), dimension(:,:), intent(in)  lon,
real(kind=kind_real), dimension(:,:), intent(in)  lat 
)
related

remap background error to grid

Definition at line 119 of file soca_omb_stats_mod.F90.

Here is the call graph for this function:

◆ soca_omb_stats_exit()

subroutine soca_omb_stats_exit ( class(soca_omb_stats), intent(inout)  self)
related

Destructor.

Definition at line 152 of file soca_omb_stats_mod.F90.

◆ soca_omb_stats_init()

subroutine soca_omb_stats_init ( class(soca_omb_stats), intent(inout)  self,
type(soca_domain_indices), intent(in)  domain 
)
related

constructor

Definition at line 54 of file soca_omb_stats_mod.F90.

Here is the call graph for this function:

Member Data Documentation

◆ bgerr

real(kind=kind_real), dimension(:), allocatable soca_omb_stats_mod::soca_omb_stats::bgerr

Definition at line 32 of file soca_omb_stats_mod.F90.

◆ bgerr_model

real(kind=kind_real), dimension(:,:), allocatable soca_omb_stats_mod::soca_omb_stats::bgerr_model

Definition at line 33 of file soca_omb_stats_mod.F90.

◆ domain

type(soca_domain_indices) soca_omb_stats_mod::soca_omb_stats::domain

Definition at line 34 of file soca_omb_stats_mod.F90.

◆ lat

real(kind=kind_real), dimension(:), allocatable soca_omb_stats_mod::soca_omb_stats::lat

Definition at line 31 of file soca_omb_stats_mod.F90.

◆ lon

real(kind=kind_real), dimension(:), allocatable soca_omb_stats_mod::soca_omb_stats::lon

Definition at line 30 of file soca_omb_stats_mod.F90.

◆ nlocs

integer soca_omb_stats_mod::soca_omb_stats::nlocs

Definition at line 29 of file soca_omb_stats_mod.F90.


The documentation for this type was generated from the following file: