Data Types | |
interface | averagereduce |
type | axes_weight |
type | gt_history_axis_data |
type | gt_history_multi |
interface | hstfilecreate |
interface | hstvarsoutputcheck |
type | slice_info |
type | space_avr_info |
Functions/Subroutines | |
subroutine, public | hstvarsoutputcheck (time, stime_index) |
subroutine, public | hstfilecreate (gthist, varname, time) |
subroutine | averagereducereal1 (array, space_average, weight1, array_avr) |
subroutine | averagereducereal2 (array, space_average, weight1, weight2, array_avr) |
subroutine | averagereducereal3 (array, space_average, weight1, weight2, weight3, array_avr) |
subroutine | averagereducereal4 (array, space_average, weight1, weight2, weight3, weight4, array_avr) |
subroutine | averagereducereal5 (array, space_average, weight1, weight2, weight3, weight4, weight5, array_avr) |
subroutine | averagereducereal6 (array, space_average, weight1, weight2, weight3, weight4, weight5, weight6, array_avr) |
subroutine | averagereducereal7 (array, space_average, weight1, weight2, weight3, weight4, weight5, weight6, weight7, array_avr) |
subroutine | averagereducedouble1 (array, space_average, weight1, array_avr) |
subroutine | averagereducedouble2 (array, space_average, weight1, weight2, array_avr) |
subroutine | averagereducedouble3 (array, space_average, weight1, weight2, weight3, array_avr) |
subroutine | averagereducedouble4 (array, space_average, weight1, weight2, weight3, weight4, array_avr) |
subroutine | averagereducedouble5 (array, space_average, weight1, weight2, weight3, weight4, weight5, array_avr) |
subroutine | averagereducedouble6 (array, space_average, weight1, weight2, weight3, weight4, weight5, weight6, array_avr) |
subroutine | averagereducedouble7 (array, space_average, weight1, weight2, weight3, weight4, weight5, weight6, weight7, array_avr) |
subroutine | averagereduceint1 (array, space_average, weight1, array_avr) |
subroutine | averagereduceint2 (array, space_average, weight1, weight2, array_avr) |
subroutine | averagereduceint3 (array, space_average, weight1, weight2, weight3, array_avr) |
subroutine | averagereduceint4 (array, space_average, weight1, weight2, weight3, weight4, array_avr) |
subroutine | averagereduceint5 (array, space_average, weight1, weight2, weight3, weight4, weight5, array_avr) |
subroutine | averagereduceint6 (array, space_average, weight1, weight2, weight3, weight4, weight5, weight6, array_avr) |
subroutine | averagereduceint7 (array, space_average, weight1, weight2, weight3, weight4, weight5, weight6, weight7, array_avr) |
Variables | |
integer, save, public | numdims |
integer, save, public | numwgts = 0 |
character(*), parameter, public | wgtsuf = '_weight' |
integer, save, public | numvars = 0 |
integer, parameter, public | max_dims_depended_by_var = 7 |
real(dp), parameter, public | max_remainder_range = 1.0e-3_DP |
character(string), save, public | title_save |
character(string), save, public | source_save |
character(string), save, public | institution_save |
character(string), save, public | conventions_save |
character(token), save, public | gt_version_save |
character(token), save, public | rank_save |
integer, parameter, public | save_tstepnum = 1 |
real(dp), dimension(1:save_tstepnum), save, public | saved_time |
integer, save, public | checked_tstepnum = 0 |
integer, save, public | checked_tstep_varnum = 0 |
integer, save, public | saved_tstep = 1 |
character(token), save, public | time_unit_bycreate = '' |
character(string), save, public | time_unit_suffix = '' |
type(gthst_nmlinfo), save, public | gthstnml |
type(gt_history_axis), dimension(1:nf90_max_dims), target, save, public | gthst_axes |
type(gt_history_axis_data), dimension(1:nf90_max_dims), target, save, public | data_axes |
type(gt_history_axis_data), dimension(1:nf90_max_dims), target, save, public | data_axes_whole |
type(gt_history_varinfo), dimension(1:nf90_max_dims), save, public | gthst_weights |
type(gt_history_axis_data), dimension(1:nf90_max_dims), target, save, public | data_weights |
logical, save, public | save_mpi_split = .false. |
logical, save, public | save_mpi_gather = .false. |
integer, parameter, public | max_vars = 256 |
type(gt_history_varinfo), dimension(1:max_vars), save, public | gthst_vars |
character(token), dimension(1:max_vars), save, public | varname_vars = '' |
type(gt_history_multi), dimension(1:max_vars), save, public | gthst_history_vars |
logical, dimension(1:max_vars), save, public | output_valid_vars = .false. |
logical, dimension(1:max_vars, 1:save_tstepnum), save, public | create_timing_vars = .false. |
logical, dimension(1:max_vars, 1:save_tstepnum), save, public | close_timing_vars = .false. |
logical, dimension(1:max_vars, 1:save_tstepnum), save, public | renew_timing_vars = .false. |
logical, dimension(1:max_vars, 1:save_tstepnum), save, public | output_timing_vars = .false. |
logical, dimension(1:max_vars, 1:save_tstepnum), save, public | output_timing_avr_vars = .false. |
real(dp), dimension(1:max_vars), save, public | interval_time_vars |
integer, dimension(1:max_vars), save, public | interval_unitsym_vars |
real(dp), dimension(1:max_vars), save, public | prev_outtime_vars |
logical, dimension(1:max_vars), save, public | tavr_vars = .false. |
real(dp), dimension(1:max_vars), save, public | origin_time_vars |
real(dp), dimension(1:max_vars), save, public | terminus_time_vars |
logical, dimension(1:max_vars), save, public | histaddvar_vars = .false. |
real(dp), dimension(1:max_vars), save, public | newfile_inttime_vars |
real(dp), dimension(1:max_vars), save, public | newfile_createtime_vars |
logical, dimension(1:max_vars), save, public | flag_output_prev_vars = .false. |
real(dp), save, public | zero_time |
type(slice_info), dimension(1:max_vars), target, save, public | slice_vars |
type(axes_weight), dimension(1:max_vars), target, save, public | weight_vars |
type(space_avr_info), dimension(1:max_vars), target, save, public | space_avr_vars |
logical, save, public | all_output_save = .false. |
logical, save, public | flag_allvarfixed = .false. |
type(dc_cal), save, public | cal_save |
logical, save, public | initialized = .false. |
character(*), parameter, public | sub_sname = "HistAuto" |
character(*), parameter, public | version = '$Name: $' // '$Id: gtool_historyauto_internal.rb2f90,v 1.6 2010-07-04 22:01:51 morikawa Exp $' |
|
private |
Definition at line 2384 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 2458 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 2561 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 2699 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 2876 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 3096 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 3363 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 3667 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 3741 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 3844 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 3982 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 4159 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 4379 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 4646 of file gtool_historyauto_internal.f90.
subroutine gtool_historyauto_internal::averagereducereal1 | ( | real, dimension(:), intent(in), target | array, |
logical, dimension(1), intent(in) | space_average, | ||
real(dp), dimension(:), intent(in) | weight1, | ||
real, dimension(:), pointer | array_avr | ||
) |
Definition at line 1101 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 1175 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 1278 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 1416 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 1593 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 1813 of file gtool_historyauto_internal.f90.
|
private |
Definition at line 2080 of file gtool_historyauto_internal.f90.
subroutine, public gtool_historyauto_internal::hstfilecreate | ( | type(gt_history), intent(inout) | gthist, |
character(*), intent(in) | varname, | ||
real(dp), intent(in) | time | ||
) |
Definition at line 625 of file gtool_historyauto_internal.f90.
References dc_trace::beginsub(), conventions_save, data_axes, data_axes_whole, data_weights, dc_error::dc_noerr, dc_trace::endsub(), gt_version_save, gthst_axes, gthst_vars, gthst_weights, gthstnml, dc_error::hst_ebadslice, dc_error::hst_ebadvarname, dc_error::hst_empinoaxisdata, institution_save, dc_string::joinchar(), numdims, numvars, numwgts, rank_save, save_mpi_gather, save_mpi_split, source_save, dc_error::storeerror(), time_unit_suffix, title_save, and wgtsuf.
subroutine, public gtool_historyauto_internal::hstvarsoutputcheck | ( | real(dp), intent(in) | time, |
integer, intent(out) | stime_index | ||
) |
Definition at line 424 of file gtool_historyauto_internal.f90.
References dc_trace::beginsub(), checked_tstep_varnum, checked_tstepnum, close_timing_vars, create_timing_vars, dc_trace::dbgmessage(), dc_error::dc_noerr, dcdifftimeputline(), dc_trace::endsub(), histaddvar_vars, historyclose(), interval_time_vars, newfile_createtime_vars, newfile_inttime_vars, numvars, origin_time_vars, output_timing_avr_vars, output_timing_vars, output_valid_vars, prev_outtime_vars, renew_timing_vars, save_tstepnum, saved_time, saved_tstep, dc_error::storeerror(), tavr_vars, terminus_time_vars, and zero_time.
logical, save, public gtool_historyauto_internal::all_output_save = .false. |
Definition at line 308 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoclose1(), historyautocreate1(), and historyautocreate3().
type(dc_cal), save, public gtool_historyauto_internal::cal_save |
Definition at line 323 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautocreate1(), historyautocreate3(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
integer, save, public gtool_historyauto_internal::checked_tstep_varnum = 0 |
Definition at line 130 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), and hstvarsoutputcheck().
integer, save, public gtool_historyauto_internal::checked_tstepnum = 0 |
Definition at line 127 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), and hstvarsoutputcheck().
logical, dimension(1:max_vars, 1:save_tstepnum), save, public gtool_historyauto_internal::close_timing_vars = .false. |
Definition at line 197 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
character(string), save, public gtool_historyauto_internal::conventions_save |
Definition at line 115 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), and hstfilecreate().
logical, dimension(1:max_vars, 1:save_tstepnum), save, public gtool_historyauto_internal::create_timing_vars = .false. |
Definition at line 194 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
type(gt_history_axis_data), dimension(1:nf90_max_dims), target, save, public gtool_historyauto_internal::data_axes |
Definition at line 163 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautocreate1(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxisreal(), and hstfilecreate().
type(gt_history_axis_data), dimension(1:nf90_max_dims), target, save, public gtool_historyauto_internal::data_axes_whole |
Definition at line 164 of file gtool_historyauto_internal.f90.
Referenced by historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), and hstfilecreate().
type(gt_history_axis_data), dimension(1:nf90_max_dims), target, save, public gtool_historyauto_internal::data_weights |
Definition at line 166 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoclose1(), and hstfilecreate().
logical, save, public gtool_historyauto_internal::flag_allvarfixed = .false. |
Definition at line 318 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoallvarfix(), and historyautoclose1().
logical, dimension(1:max_vars), save, public gtool_historyauto_internal::flag_output_prev_vars = .false. |
Definition at line 237 of file gtool_historyauto_internal.f90.
Referenced by historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
character(token), save, public gtool_historyauto_internal::gt_version_save |
Definition at line 116 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), and hstfilecreate().
type(gt_history_axis), dimension(1:nf90_max_dims), target, save, public gtool_historyauto_internal::gthst_axes |
Definition at line 162 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoclose1(), historyautocreate1(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyautoputaxisreal(), and hstfilecreate().
type(gt_history_multi), dimension(1:max_vars), save, public gtool_historyauto_internal::gthst_history_vars |
Definition at line 190 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
type(gt_history_varinfo), dimension(1:max_vars), save, public gtool_historyauto_internal::gthst_vars |
Definition at line 188 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoallvarfix(), historyautoclose1(), and hstfilecreate().
type(gt_history_varinfo), dimension(1:nf90_max_dims), save, public gtool_historyauto_internal::gthst_weights |
Definition at line 165 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoclose1(), and hstfilecreate().
type(gthst_nmlinfo), save, public gtool_historyauto_internal::gthstnml |
Definition at line 149 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoallvarfix(), historyautoclose1(), historyautocreate1(), historyautocreate3(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstfilecreate().
logical, dimension(1:max_vars), save, public gtool_historyauto_internal::histaddvar_vars = .false. |
Definition at line 228 of file gtool_historyauto_internal.f90.
Referenced by historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
logical, save, public gtool_historyauto_internal::initialized = .false. |
Definition at line 333 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddvariable2(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoallvarfix(), historyautochkoutput(), historyautochkoutputtiming(), historyautoclose1(), historyautocreate1(), historyautocreate2(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyautoputaxisreal(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
character(string), save, public gtool_historyauto_internal::institution_save |
Definition at line 114 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), and hstfilecreate().
real(dp), dimension(1:max_vars), save, public gtool_historyauto_internal::interval_time_vars |
Definition at line 210 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
integer, dimension(1:max_vars), save, public gtool_historyauto_internal::interval_unitsym_vars |
Definition at line 213 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
integer, parameter, public gtool_historyauto_internal::max_dims_depended_by_var = 7 |
Definition at line 102 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1().
real(dp), parameter, public gtool_historyauto_internal::max_remainder_range = 1.0e-3_DP |
Definition at line 107 of file gtool_historyauto_internal.f90.
integer, parameter, public gtool_historyauto_internal::max_vars = 256 |
Definition at line 185 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1().
real(dp), dimension(1:max_vars), save, public gtool_historyauto_internal::newfile_createtime_vars |
Definition at line 234 of file gtool_historyauto_internal.f90.
Referenced by historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
real(dp), dimension(1:max_vars), save, public gtool_historyauto_internal::newfile_inttime_vars |
Definition at line 231 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautochkoutputtiming(), historyautoclose1(), and hstvarsoutputcheck().
integer, save, public gtool_historyauto_internal::numdims |
Definition at line 82 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddvariable2(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoallvarfix(), historyautochkoutput(), historyautochkoutputtiming(), historyautoclose1(), historyautocreate1(), historyautocreate2(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyautoputaxisreal(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstfilecreate().
integer, save, public gtool_historyauto_internal::numvars = 0 |
Definition at line 97 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoallvarfix(), historyautochkoutput(), historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), hstfilecreate(), and hstvarsoutputcheck().
integer, save, public gtool_historyauto_internal::numwgts = 0 |
Definition at line 87 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoclose1(), and hstfilecreate().
real(dp), dimension(1:max_vars), save, public gtool_historyauto_internal::origin_time_vars |
Definition at line 222 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
logical, dimension(1:max_vars, 1:save_tstepnum), save, public gtool_historyauto_internal::output_timing_avr_vars = .false. |
Definition at line 207 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
logical, dimension(1:max_vars, 1:save_tstepnum), save, public gtool_historyauto_internal::output_timing_vars = .false. |
Definition at line 204 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
logical, dimension(1:max_vars), save, public gtool_historyauto_internal::output_valid_vars = .false. |
Definition at line 191 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautochkoutput(), historyautochkoutputtiming(), historyautoclose1(), and hstvarsoutputcheck().
real(dp), dimension(1:max_vars), save, public gtool_historyauto_internal::prev_outtime_vars |
Definition at line 216 of file gtool_historyauto_internal.f90.
Referenced by historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
character(token), save, public gtool_historyauto_internal::rank_save |
Definition at line 117 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), and hstfilecreate().
logical, dimension(1:max_vars, 1:save_tstepnum), save, public gtool_historyauto_internal::renew_timing_vars = .false. |
Definition at line 200 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().
logical, save, public gtool_historyauto_internal::save_mpi_gather = .false. |
Definition at line 172 of file gtool_historyauto_internal.f90.
Referenced by historyautoallvarfix(), historyautoclose1(), historyautocreate1(), historyautocreate3(), and hstfilecreate().
logical, save, public gtool_historyauto_internal::save_mpi_split = .false. |
Definition at line 171 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautocreate1(), historyautocreate3(), and hstfilecreate().
integer, parameter, public gtool_historyauto_internal::save_tstepnum = 1 |
Definition at line 123 of file gtool_historyauto_internal.f90.
Referenced by hstvarsoutputcheck().
real(dp), dimension(1:save_tstepnum), save, public gtool_historyauto_internal::saved_time |
Definition at line 126 of file gtool_historyauto_internal.f90.
Referenced by hstvarsoutputcheck().
integer, save, public gtool_historyauto_internal::saved_tstep = 1 |
Definition at line 133 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), and hstvarsoutputcheck().
type(slice_info), dimension(1:max_vars), target, save, public gtool_historyauto_internal::slice_vars |
Definition at line 262 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
character(string), save, public gtool_historyauto_internal::source_save |
Definition at line 113 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), and hstfilecreate().
type(space_avr_info), dimension(1:max_vars), target, save, public gtool_historyauto_internal::space_avr_vars |
Definition at line 303 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
character(*), parameter, public gtool_historyauto_internal::sub_sname = "HistAuto" |
Definition at line 335 of file gtool_historyauto_internal.f90.
Referenced by historyautoallvarfix(), historyautocreate1(), and historyautocreate3().
logical, dimension(1:max_vars), save, public gtool_historyauto_internal::tavr_vars = .false. |
Definition at line 219 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoclose1(), and hstvarsoutputcheck().
real(dp), dimension(1:max_vars), save, public gtool_historyauto_internal::terminus_time_vars |
Definition at line 225 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautochkoutputtiming(), historyautoclose1(), and hstvarsoutputcheck().
character(token), save, public gtool_historyauto_internal::time_unit_bycreate = '' |
Definition at line 143 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoaddvariable2(), historyautoclose1(), historyautocreate1(), historyautocreate2(), and historyautocreate3().
character(string), save, public gtool_historyauto_internal::time_unit_suffix = '' |
Definition at line 144 of file gtool_historyauto_internal.f90.
Referenced by historyautoclose1(), historyautocreate1(), historyautocreate2(), historyautocreate3(), and hstfilecreate().
character(string), save, public gtool_historyauto_internal::title_save |
Definition at line 112 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), and hstfilecreate().
character(token), dimension(1:max_vars), save, public gtool_historyauto_internal::varname_vars = '' |
Definition at line 189 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautochkoutput(), historyautochkoutputtiming(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
character(*), parameter, public gtool_historyauto_internal::version = '$Name: $' // '$Id: gtool_historyauto_internal.rb2f90,v 1.6 2010-07-04 22:01:51 morikawa Exp $' |
Definition at line 337 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoaddvariable2(), historyautocreate1(), and historyautocreate3().
type(axes_weight), dimension(1:max_vars), target, save, public gtool_historyauto_internal::weight_vars |
Definition at line 288 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoclose1(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), and historyautoputreal7().
character(*), parameter, public gtool_historyauto_internal::wgtsuf = '_weight' |
Definition at line 92 of file gtool_historyauto_internal.f90.
Referenced by historyautoaddvariable1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), and hstfilecreate().
real(dp), save, public gtool_historyauto_internal::zero_time |
Definition at line 240 of file gtool_historyauto_internal.f90.
Referenced by historyautocreate1(), historyautocreate3(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstvarsoutputcheck().