SOCA
|
Variable transform for background error. More...
Public Member Functions | |
procedure | setup => soca_bkgerr_setup |
Setup the static background error. More... | |
procedure | mult => soca_bkgerr_mult |
Apply background error: dxm = D dxa. More... | |
Public Attributes | |
type(soca_fields) | std_bkgerr |
Private Attributes | |
type(soca_bkgerr_bounds_type), private | bounds |
Bounds for bkgerr. More... | |
type(soca_geom), pointer, private | geom |
geometry More... | |
Related Functions | |
(Note that these are not member functions.) | |
subroutine | soca_bkgerr_setup (self, f_conf, bkg, geom) |
Setup the static background error. More... | |
subroutine | soca_bkgerr_mult (self, dxa, dxm) |
Apply background error: dxm = D dxa. More... | |
Variable transform for background error.
Definition at line 25 of file soca_bkgerr_mod.F90.
procedure soca_bkgerr_mod::soca_bkgerr::mult |
Apply background error: dxm = D dxa.
Definition at line 38 of file soca_bkgerr_mod.F90.
procedure soca_bkgerr_mod::soca_bkgerr::setup |
Setup the static background error.
Definition at line 35 of file soca_bkgerr_mod.F90.
|
related |
Apply background error: dxm = D dxa.
[in] | dxa | input increment |
[in,out] | dxm | output increment |
Definition at line 128 of file soca_bkgerr_mod.F90.
|
related |
Setup the static background error.
[in] | f_conf | configuration |
[in] | bkg | background |
[in] | geom | geometry |
Definition at line 53 of file soca_bkgerr_mod.F90.
|
private |
Bounds for bkgerr.
Definition at line 29 of file soca_bkgerr_mod.F90.
|
private |
geometry
Definition at line 30 of file soca_bkgerr_mod.F90.
type(soca_fields) soca_bkgerr_mod::soca_bkgerr::std_bkgerr |
Definition at line 26 of file soca_bkgerr_mod.F90.