Data Types | |
interface | append_attrs |
interface | copy_attrs |
interface | lookup_dimension |
interface | lookup_var_or_dim |
interface | lookup_variable |
interface | lookup_variable_ord |
interface | set_fake_dim_value |
Functions/Subroutines | |
subroutine, public | append_attrs (varname, attrs, history) |
subroutine, public | copy_attrs (from, to, err) |
subroutine, public | set_fake_dim_value (history, dimord) |
integer function, public | lookup_variable_ord (history, varname) |
type(gt_variable) function, public | lookup_variable (history, varname, ord) |
type(gt_variable) function, public | lookup_dimension (history, dimname, ord) |
subroutine, public | lookup_var_or_dim (history, name, var, err) |
Variables | |
type(gt_history), target, save, public | default |
character(string), parameter, public | gtool4_netcdf_conventions = "http://www.gfd-dennou.org/library/gtool4/conventions/" |
character(string), parameter, public | gtool4_netcdf_version = "4.3" |
subroutine, public gtool_history_internal::append_attrs | ( | character(*), intent(in) | varname, |
type(gt_history_attr), dimension(:), intent(in) | attrs, | ||
type(gt_history), intent(inout), optional, target | history | ||
) |
Definition at line 91 of file gtool_history_internal.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), default, and dc_trace::endsub().
subroutine, public gtool_history_internal::copy_attrs | ( | type(gt_history_attr), dimension(:), intent(in) | from, |
type(gt_history_attr), dimension(:), intent(out) | to, | ||
logical, intent(out), optional | err | ||
) |
Definition at line 168 of file gtool_history_internal.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, dc_trace::endsub(), dc_error::gt_eargsizemismatch, dc_error::gt_ebadattrname, dc_error::storeerror(), dc_types::string, and dc_types::token.
type(gt_variable) function, public gtool_history_internal::lookup_dimension | ( | type(gt_history), intent(in) | history, |
character(len = *), intent(in) | dimname, | ||
integer, intent(out), optional | ord | ||
) |
Definition at line 357 of file gtool_history_internal.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, dc_trace::endsub(), dc_error::gt_ebaddimname, dc_error::storeerror(), and dc_types::string.
subroutine, public gtool_history_internal::lookup_var_or_dim | ( | type(gt_history), intent(in) | history, |
character(len = *), intent(in) | name, | ||
type(gt_variable), intent(out) | var, | ||
logical, intent(out) | err | ||
) |
Definition at line 402 of file gtool_history_internal.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
type(gt_variable) function, public gtool_history_internal::lookup_variable | ( | type(gt_history), intent(in) | history, |
character(len = *), intent(in) | varname, | ||
integer, intent(out), optional | ord | ||
) |
Definition at line 314 of file gtool_history_internal.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
integer function, public gtool_history_internal::lookup_variable_ord | ( | type(gt_history), intent(in) | history, |
character(len = *), intent(in) | varname | ||
) |
Definition at line 287 of file gtool_history_internal.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), and dc_types::string.
subroutine, public gtool_history_internal::set_fake_dim_value | ( | type(gt_history), intent(inout) | history, |
integer, intent(in) | dimord | ||
) |
Definition at line 245 of file gtool_history_internal.f90.
References dumperror().
type(gt_history), target, save, public gtool_history_internal::default |
Definition at line 49 of file gtool_history_internal.f90.
Referenced by append_attrs(), historyaddattrchar0(), historyaddattrdouble0(), historyaddattrdouble1(), historyaddattrint0(), historyaddattrint1(), historyaddattrlogical0(), historyaddattrreal0(), historyaddattrreal1(), historyaddvariable1(), historyaddvariable2(), historyaxisaddattrchar0(), historyaxisaddattrdouble0(), historyaxisaddattrdouble1(), historyaxisaddattrint0(), historyaxisaddattrint1(), historyaxisaddattrlogical0(), historyaxisaddattrreal0(), historyaxisaddattrreal1(), historyaxisclear(), historyaxiscopy1(), historyaxiscreate1(), historyaxiscreate2(), historyaxisinquire1(), historyclose(), historycopy1(), historycopyvariable1(), historycreate1(), historycreate2(), historycreate3(), historyinquire1(), historyinquire2(), historyputaxismpidouble(), historyputaxismpiint(), historyputaxismpireal(), historyputcharex(), historyputdoubleex(), historyputintex(), historyputline(), historyputrealex(), historysettime(), historyvarinfoaddattrchar0(), historyvarinfoaddattrdouble0(), historyvarinfoaddattrdouble1(), historyvarinfoaddattrint0(), historyvarinfoaddattrint1(), historyvarinfoaddattrlogical0(), historyvarinfoaddattrreal0(), historyvarinfoaddattrreal1(), historyvarinfoclear0(), historyvarinfocopy1(), historyvarinfoinquire1(), and timegoahead().
character(string), parameter, public gtool_history_internal::gtool4_netcdf_conventions = "http://www.gfd-dennou.org/library/gtool4/conventions/" |
Definition at line 57 of file gtool_history_internal.f90.
Referenced by historycreate1().
character(string), parameter, public gtool_history_internal::gtool4_netcdf_version = "4.3" |
Definition at line 61 of file gtool_history_internal.f90.
Referenced by historycreate1().