Public Member Functions | |
| subroutine | historyputdouble0 (varname, value, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble1 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble2 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble3 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble4 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble5 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble6 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputdouble7 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal0 (varname, value, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal1 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal2 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal3 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal4 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal5 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal6 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputreal7 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint0 (varname, value, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint1 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint2 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint3 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint4 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint5 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint6 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputint7 (varname, array, history, range, time, quiet, difftime, timed, time_average_store, err) |
| subroutine | historyputchar0 (varname, value, history, range, time, quiet, difftime, timed, time_average_store, err) |
Definition at line 613 of file gtool_history_generic.f90.
| subroutine gtool_history_generic::historyput::historyputchar0 | ( | character(*), intent(in) | varname, |
| character(*), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 1072 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble0 | ( | character(*), intent(in) | varname, |
| real(dp), intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 616 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble1 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 635 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble2 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 654 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble3 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 673 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble4 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 692 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble5 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 711 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble6 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:,:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 730 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputdouble7 | ( | character(*), intent(in) | varname, |
| real(dp), dimension(:,:,:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 749 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint0 | ( | character(*), intent(in) | varname, |
| integer, intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 920 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint1 | ( | character(*), intent(in) | varname, |
| integer, dimension(:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 939 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint2 | ( | character(*), intent(in) | varname, |
| integer, dimension(:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 958 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint3 | ( | character(*), intent(in) | varname, |
| integer, dimension(:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 977 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint4 | ( | character(*), intent(in) | varname, |
| integer, dimension(:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 996 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint5 | ( | character(*), intent(in) | varname, |
| integer, dimension(:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 1015 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint6 | ( | character(*), intent(in) | varname, |
| integer, dimension(:,:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 1034 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputint7 | ( | character(*), intent(in) | varname, |
| integer, dimension(:,:,:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 1053 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal0 | ( | character(*), intent(in) | varname, |
| real, intent(in) | value, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 768 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal1 | ( | character(*), intent(in) | varname, |
| real, dimension(:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 787 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal2 | ( | character(*), intent(in) | varname, |
| real, dimension(:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 806 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal3 | ( | character(*), intent(in) | varname, |
| real, dimension(:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 825 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal4 | ( | character(*), intent(in) | varname, |
| real, dimension(:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 844 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal5 | ( | character(*), intent(in) | varname, |
| real, dimension(:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 863 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal6 | ( | character(*), intent(in) | varname, |
| real, dimension(:,:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 882 of file gtool_history_generic.f90.
References dc_types::dp.
| subroutine gtool_history_generic::historyput::historyputreal7 | ( | character(*), intent(in) | varname, |
| real, dimension(:,:,:,:,:,:,:), intent(in) | array, | ||
| type(gt_history), intent(inout), optional, target | history, | ||
| character(*), intent(in), optional | range, | ||
| real, intent(in), optional | time, | ||
| logical, intent(in), optional | quiet, | ||
| type(dc_difftime), intent(in), optional | difftime, | ||
| real(dp), intent(in), optional | timed, | ||
| logical, intent(in), optional | time_average_store, | ||
| logical, intent(out), optional | err | ||
| ) |
Definition at line 901 of file gtool_history_generic.f90.
References dc_types::dp.