SOCA
|
interpolate surface background error file to grid More...
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_indices) | domain |
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... | |
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.
procedure soca_omb_stats_mod::soca_omb_stats::bin |
remap background error to grid
Definition at line 41 of file soca_omb_stats_mod.F90.
procedure soca_omb_stats_mod::soca_omb_stats::exit |
procedure soca_omb_stats_mod::soca_omb_stats::init |
|
related |
remap background error to grid
Definition at line 119 of file soca_omb_stats_mod.F90.
|
related |
Destructor.
Definition at line 152 of file soca_omb_stats_mod.F90.
|
related |
constructor
Definition at line 54 of file soca_omb_stats_mod.F90.
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.
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.
type(soca_domain_indices) soca_omb_stats_mod::soca_omb_stats::domain |
Definition at line 34 of file soca_omb_stats_mod.F90.
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.
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.
integer soca_omb_stats_mod::soca_omb_stats::nlocs |
Definition at line 29 of file soca_omb_stats_mod.F90.