MPAS-JEDI
mpas_covariance_interface.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine c_mpas_b_setup (c_key_self, c_conf, c_key_geom)
 
subroutine c_mpas_b_delete (c_key_self)
 
subroutine c_mpas_b_inv_mult (c_key_self, c_key_in, c_key_out)
 Multiply streamfunction by inverse of covariance. More...
 
subroutine c_mpas_b_mult (c_key_self, c_key_in, c_key_out)
 Multiply streamfunction by covariance. More...
 
subroutine c_mpas_b_randomize (c_key_self, c_key_out)
 Generate randomized increment. More...
 

Function/Subroutine Documentation

◆ c_mpas_b_delete()

subroutine c_mpas_b_delete ( integer(c_int), intent(inout)  c_key_self)
Parameters
[in,out]c_key_selfBackground error covariance structure

Definition at line 36 of file mpas_covariance_interface.F90.

Here is the call graph for this function:

◆ c_mpas_b_inv_mult()

subroutine c_mpas_b_inv_mult ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_in,
integer(c_int), intent(in)  c_key_out 
)

Multiply streamfunction by inverse of covariance.

Definition at line 55 of file mpas_covariance_interface.F90.

Here is the call graph for this function:

◆ c_mpas_b_mult()

subroutine c_mpas_b_mult ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_in,
integer(c_int), intent(in)  c_key_out 
)

Multiply streamfunction by covariance.

Definition at line 96 of file mpas_covariance_interface.F90.

Here is the call graph for this function:

◆ c_mpas_b_randomize()

subroutine c_mpas_b_randomize ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_out 
)

Generate randomized increment.

Definition at line 164 of file mpas_covariance_interface.F90.

◆ c_mpas_b_setup()

subroutine c_mpas_b_setup ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_conf,
integer(c_int), intent(in)  c_key_geom 
)
Parameters
[in,out]c_key_selfBackground error covariance structure
[in]c_confConfiguration
[in]c_key_geomGeometry

Definition at line 8 of file mpas_covariance_interface.F90.

Here is the call graph for this function: