OOPS
qg_gom_interface.F90 File Reference

Go to the source code of this file.

Modules

module  qg_gom_interface
 

Functions/Subroutines

subroutine qg_gom_interface::qg_gom_setup_c (c_key_self, c_locs, c_vars)
 Setup GOM. More...
 
subroutine qg_gom_interface::qg_gom_create_c (c_key_self)
 Create GOM. More...
 
subroutine qg_gom_interface::qg_gom_delete_c (c_key_self)
 Delete GOM. More...
 
subroutine qg_gom_interface::qg_gom_copy_c (c_key_self, c_key_other)
 Copy GOM. More...
 
subroutine qg_gom_interface::qg_gom_zero_c (c_key_self)
 Set GOM to zero. More...
 
subroutine qg_gom_interface::qg_gom_abs_c (c_key_self)
 Get GOM absolute value. More...
 
subroutine qg_gom_interface::qg_gom_random_c (c_key_self)
 Generate random GOM. More...
 
subroutine qg_gom_interface::qg_gom_mult_c (c_key_self, zz)
 Multiply GOM with a scalar. More...
 
subroutine qg_gom_interface::qg_gom_add_c (c_key_self, c_key_other)
 Add GOM. More...
 
subroutine qg_gom_interface::qg_gom_diff_c (c_key_self, c_key_other)
 Subtract GOM. More...
 
subroutine qg_gom_interface::qg_gom_schurmult_c (c_key_self, c_key_other)
 Schur product for GOM. More...
 
subroutine qg_gom_interface::qg_gom_divide_c (c_key_self, c_key_other)
 Schur division for GOM. More...
 
subroutine qg_gom_interface::qg_gom_rms_c (c_key_self, rms)
 Compute GOM RMS. More...
 
subroutine qg_gom_interface::qg_gom_dotprod_c (c_key_gom1, c_key_gom2, prod)
 GOM dot product. More...
 
subroutine qg_gom_interface::qg_gom_stats_c (c_key_self, kobs, scaling, pmin, pmax, prms)
 Compute GOM statistics. More...
 
subroutine qg_gom_interface::qg_gom_maxloc_c (c_key_self, mxval, iloc, ivar)
 Find and locate GOM max. value. More...
 
subroutine qg_gom_interface::qg_gom_read_file_c (c_key_self, c_conf)
 Read GOM from file. More...
 
subroutine qg_gom_interface::qg_gom_write_file_c (c_key_self, c_conf)
 Write GOM to file. More...
 
subroutine qg_gom_interface::qg_gom_analytic_init_c (c_key_self, c_locs, c_conf)
 GOM analytic initialization. More...