FV3 Bundle
odb_helper_mod.F90 File Reference

Go to the source code of this file.

Modules

module  odb_helper_mod
 Fortran module with ODB API utility routines.
 

Functions/Subroutines

subroutine odb_helper_mod::count_query_results (filename, query, num_results)
 
subroutine odb_helper_mod::get_vars (filename, columns, filter, data)
 
subroutine odb_helper_mod::create_query_sql (column_names, filename, filter, sql)
 
subroutine odb_helper_mod::create_table_sql (column_names, column_types, filename, sql)
 
subroutine odb_helper_mod::insert_into_sql (column_names, sql)
 

Variables

integer, parameter, private odb_helper_mod::real32 = selected_real_kind(6)
 
integer, parameter, private odb_helper_mod::real64 = selected_real_kind(15)