gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
Public Member Functions | List of all members
gtool_historyauto_generic::historyautoput Interface Reference

Public Member Functions

subroutine historyautoputdouble0 (time, varname, value, err)
 
subroutine historyautoputdouble1 (time, varname, array, err)
 
subroutine historyautoputdouble2 (time, varname, array, err)
 
subroutine historyautoputdouble3 (time, varname, array, err)
 
subroutine historyautoputdouble4 (time, varname, array, err)
 
subroutine historyautoputdouble5 (time, varname, array, err)
 
subroutine historyautoputdouble6 (time, varname, array, err)
 
subroutine historyautoputdouble7 (time, varname, array, err)
 
subroutine historyautoputreal0 (time, varname, value, err)
 
subroutine historyautoputreal1 (time, varname, array, err)
 
subroutine historyautoputreal2 (time, varname, array, err)
 
subroutine historyautoputreal3 (time, varname, array, err)
 
subroutine historyautoputreal4 (time, varname, array, err)
 
subroutine historyautoputreal5 (time, varname, array, err)
 
subroutine historyautoputreal6 (time, varname, array, err)
 
subroutine historyautoputreal7 (time, varname, array, err)
 
subroutine historyautoputint0 (time, varname, value, err)
 
subroutine historyautoputint1 (time, varname, array, err)
 
subroutine historyautoputint2 (time, varname, array, err)
 
subroutine historyautoputint3 (time, varname, array, err)
 
subroutine historyautoputint4 (time, varname, array, err)
 
subroutine historyautoputint5 (time, varname, array, err)
 
subroutine historyautoputint6 (time, varname, array, err)
 
subroutine historyautoputint7 (time, varname, array, err)
 
subroutine historyautoputold1double0 (time, varname, value, err)
 
subroutine historyautoputold1double1 (time, varname, array, err)
 
subroutine historyautoputold1double2 (time, varname, array, err)
 
subroutine historyautoputold1double3 (time, varname, array, err)
 
subroutine historyautoputold1double4 (time, varname, array, err)
 
subroutine historyautoputold1double5 (time, varname, array, err)
 
subroutine historyautoputold1double6 (time, varname, array, err)
 
subroutine historyautoputold1double7 (time, varname, array, err)
 
subroutine historyautoputold1real0 (time, varname, value, err)
 
subroutine historyautoputold1real1 (time, varname, array, err)
 
subroutine historyautoputold1real2 (time, varname, array, err)
 
subroutine historyautoputold1real3 (time, varname, array, err)
 
subroutine historyautoputold1real4 (time, varname, array, err)
 
subroutine historyautoputold1real5 (time, varname, array, err)
 
subroutine historyautoputold1real6 (time, varname, array, err)
 
subroutine historyautoputold1real7 (time, varname, array, err)
 
subroutine historyautoputold1int0 (time, varname, value, err)
 
subroutine historyautoputold1int1 (time, varname, array, err)
 
subroutine historyautoputold1int2 (time, varname, array, err)
 
subroutine historyautoputold1int3 (time, varname, array, err)
 
subroutine historyautoputold1int4 (time, varname, array, err)
 
subroutine historyautoputold1int5 (time, varname, array, err)
 
subroutine historyautoputold1int6 (time, varname, array, err)
 
subroutine historyautoputold1int7 (time, varname, array, err)
 

Detailed Description

Definition at line 520 of file gtool_historyauto_generic.f90.

Member Function/Subroutine Documentation

◆ historyautoputdouble0()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble0 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), intent(in), target  value,
logical, intent(out), optional  err 
)

Definition at line 523 of file gtool_historyauto_generic.f90.

527 use dc_date_types, only: dc_difftime
528 use dc_types, only: dp
529
530 real(DP), intent(in):: time
531 character(*), intent(in):: varname
532 real(DP), intent(in), target:: value
533 logical, intent(out), optional:: err
日付・時刻に関する構造データ型と定数
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ historyautoputdouble1()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble1 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 537 of file gtool_historyauto_generic.f90.

541 use dc_date_types, only: dc_difftime
542 use dc_types, only: dp
543
544 real(DP), intent(in):: time
545 character(*), intent(in):: varname
546 real(DP), intent(in), target:: array(:)
547 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputdouble2()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble2 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 551 of file gtool_historyauto_generic.f90.

555 use dc_date_types, only: dc_difftime
556 use dc_types, only: dp
557
558 real(DP), intent(in):: time
559 character(*), intent(in):: varname
560 real(DP), intent(in), target:: array(:,:)
561 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputdouble3()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble3 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 565 of file gtool_historyauto_generic.f90.

569 use dc_date_types, only: dc_difftime
570 use dc_types, only: dp
571
572 real(DP), intent(in):: time
573 character(*), intent(in):: varname
574 real(DP), intent(in), target:: array(:,:,:)
575 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputdouble4()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble4 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 579 of file gtool_historyauto_generic.f90.

583 use dc_date_types, only: dc_difftime
584 use dc_types, only: dp
585
586 real(DP), intent(in):: time
587 character(*), intent(in):: varname
588 real(DP), intent(in), target:: array(:,:,:,:)
589 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputdouble5()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble5 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 593 of file gtool_historyauto_generic.f90.

597 use dc_date_types, only: dc_difftime
598 use dc_types, only: dp
599
600 real(DP), intent(in):: time
601 character(*), intent(in):: varname
602 real(DP), intent(in), target:: array(:,:,:,:,:)
603 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputdouble6()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble6 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 607 of file gtool_historyauto_generic.f90.

611 use dc_date_types, only: dc_difftime
612 use dc_types, only: dp
613
614 real(DP), intent(in):: time
615 character(*), intent(in):: varname
616 real(DP), intent(in), target:: array(:,:,:,:,:,:)
617 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputdouble7()

subroutine gtool_historyauto_generic::historyautoput::historyautoputdouble7 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 621 of file gtool_historyauto_generic.f90.

625 use dc_date_types, only: dc_difftime
626 use dc_types, only: dp
627
628 real(DP), intent(in):: time
629 character(*), intent(in):: varname
630 real(DP), intent(in), target:: array(:,:,:,:,:,:,:)
631 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint0()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint0 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, intent(in), target  value,
logical, intent(out), optional  err 
)

Definition at line 747 of file gtool_historyauto_generic.f90.

751 use dc_date_types, only: dc_difftime
752 use dc_types, only: dp
753
754 real(DP), intent(in):: time
755 character(*), intent(in):: varname
756 integer, intent(in), target:: value
757 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint1()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint1 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 761 of file gtool_historyauto_generic.f90.

765 use dc_date_types, only: dc_difftime
766 use dc_types, only: dp
767
768 real(DP), intent(in):: time
769 character(*), intent(in):: varname
770 integer, intent(in), target:: array(:)
771 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint2()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint2 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 775 of file gtool_historyauto_generic.f90.

779 use dc_date_types, only: dc_difftime
780 use dc_types, only: dp
781
782 real(DP), intent(in):: time
783 character(*), intent(in):: varname
784 integer, intent(in), target:: array(:,:)
785 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint3()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint3 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 789 of file gtool_historyauto_generic.f90.

793 use dc_date_types, only: dc_difftime
794 use dc_types, only: dp
795
796 real(DP), intent(in):: time
797 character(*), intent(in):: varname
798 integer, intent(in), target:: array(:,:,:)
799 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint4()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint4 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 803 of file gtool_historyauto_generic.f90.

807 use dc_date_types, only: dc_difftime
808 use dc_types, only: dp
809
810 real(DP), intent(in):: time
811 character(*), intent(in):: varname
812 integer, intent(in), target:: array(:,:,:,:)
813 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint5()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint5 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 817 of file gtool_historyauto_generic.f90.

821 use dc_date_types, only: dc_difftime
822 use dc_types, only: dp
823
824 real(DP), intent(in):: time
825 character(*), intent(in):: varname
826 integer, intent(in), target:: array(:,:,:,:,:)
827 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint6()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint6 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 831 of file gtool_historyauto_generic.f90.

835 use dc_date_types, only: dc_difftime
836 use dc_types, only: dp
837
838 real(DP), intent(in):: time
839 character(*), intent(in):: varname
840 integer, intent(in), target:: array(:,:,:,:,:,:)
841 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputint7()

subroutine gtool_historyauto_generic::historyautoput::historyautoputint7 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 845 of file gtool_historyauto_generic.f90.

849 use dc_date_types, only: dc_difftime
850 use dc_types, only: dp
851
852 real(DP), intent(in):: time
853 character(*), intent(in):: varname
854 integer, intent(in), target:: array(:,:,:,:,:,:,:)
855 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double0()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double0 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), intent(in), target  value,
logical, intent(out), optional  err 
)

Definition at line 859 of file gtool_historyauto_generic.f90.

863 use dc_date_types, only: dc_difftime
864 use dc_types, only: dp
865
866 type(DC_DIFFTIME), intent(in):: time
867 character(*), intent(in):: varname
868 real(DP), intent(in), target:: value
869 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double1()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double1 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 873 of file gtool_historyauto_generic.f90.

877 use dc_date_types, only: dc_difftime
878 use dc_types, only: dp
879
880 type(DC_DIFFTIME), intent(in):: time
881 character(*), intent(in):: varname
882 real(DP), intent(in), target:: array(:)
883 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double2()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double2 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 887 of file gtool_historyauto_generic.f90.

891 use dc_date_types, only: dc_difftime
892 use dc_types, only: dp
893
894 type(DC_DIFFTIME), intent(in):: time
895 character(*), intent(in):: varname
896 real(DP), intent(in), target:: array(:,:)
897 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double3()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double3 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 901 of file gtool_historyauto_generic.f90.

905 use dc_date_types, only: dc_difftime
906 use dc_types, only: dp
907
908 type(DC_DIFFTIME), intent(in):: time
909 character(*), intent(in):: varname
910 real(DP), intent(in), target:: array(:,:,:)
911 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double4()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double4 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 915 of file gtool_historyauto_generic.f90.

919 use dc_date_types, only: dc_difftime
920 use dc_types, only: dp
921
922 type(DC_DIFFTIME), intent(in):: time
923 character(*), intent(in):: varname
924 real(DP), intent(in), target:: array(:,:,:,:)
925 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double5()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double5 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 929 of file gtool_historyauto_generic.f90.

933 use dc_date_types, only: dc_difftime
934 use dc_types, only: dp
935
936 type(DC_DIFFTIME), intent(in):: time
937 character(*), intent(in):: varname
938 real(DP), intent(in), target:: array(:,:,:,:,:)
939 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double6()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double6 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 943 of file gtool_historyauto_generic.f90.

947 use dc_date_types, only: dc_difftime
948 use dc_types, only: dp
949
950 type(DC_DIFFTIME), intent(in):: time
951 character(*), intent(in):: varname
952 real(DP), intent(in), target:: array(:,:,:,:,:,:)
953 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1double7()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1double7 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real(dp), dimension(:,:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 957 of file gtool_historyauto_generic.f90.

961 use dc_date_types, only: dc_difftime
962 use dc_types, only: dp
963
964 type(DC_DIFFTIME), intent(in):: time
965 character(*), intent(in):: varname
966 real(DP), intent(in), target:: array(:,:,:,:,:,:,:)
967 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int0()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int0 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, intent(in), target  value,
logical, intent(out), optional  err 
)

Definition at line 1083 of file gtool_historyauto_generic.f90.

1087 use dc_date_types, only: dc_difftime
1088 use dc_types, only: dp
1089
1090 type(DC_DIFFTIME), intent(in):: time
1091 character(*), intent(in):: varname
1092 integer, intent(in), target:: value
1093 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int1()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int1 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1097 of file gtool_historyauto_generic.f90.

1101 use dc_date_types, only: dc_difftime
1102 use dc_types, only: dp
1103
1104 type(DC_DIFFTIME), intent(in):: time
1105 character(*), intent(in):: varname
1106 integer, intent(in), target:: array(:)
1107 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int2()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int2 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1111 of file gtool_historyauto_generic.f90.

1115 use dc_date_types, only: dc_difftime
1116 use dc_types, only: dp
1117
1118 type(DC_DIFFTIME), intent(in):: time
1119 character(*), intent(in):: varname
1120 integer, intent(in), target:: array(:,:)
1121 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int3()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int3 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1125 of file gtool_historyauto_generic.f90.

1129 use dc_date_types, only: dc_difftime
1130 use dc_types, only: dp
1131
1132 type(DC_DIFFTIME), intent(in):: time
1133 character(*), intent(in):: varname
1134 integer, intent(in), target:: array(:,:,:)
1135 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int4()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int4 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1139 of file gtool_historyauto_generic.f90.

1143 use dc_date_types, only: dc_difftime
1144 use dc_types, only: dp
1145
1146 type(DC_DIFFTIME), intent(in):: time
1147 character(*), intent(in):: varname
1148 integer, intent(in), target:: array(:,:,:,:)
1149 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int5()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int5 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1153 of file gtool_historyauto_generic.f90.

1157 use dc_date_types, only: dc_difftime
1158 use dc_types, only: dp
1159
1160 type(DC_DIFFTIME), intent(in):: time
1161 character(*), intent(in):: varname
1162 integer, intent(in), target:: array(:,:,:,:,:)
1163 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int6()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int6 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1167 of file gtool_historyauto_generic.f90.

1171 use dc_date_types, only: dc_difftime
1172 use dc_types, only: dp
1173
1174 type(DC_DIFFTIME), intent(in):: time
1175 character(*), intent(in):: varname
1176 integer, intent(in), target:: array(:,:,:,:,:,:)
1177 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1int7()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1int7 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
integer, dimension(:,:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1181 of file gtool_historyauto_generic.f90.

1185 use dc_date_types, only: dc_difftime
1186 use dc_types, only: dp
1187
1188 type(DC_DIFFTIME), intent(in):: time
1189 character(*), intent(in):: varname
1190 integer, intent(in), target:: array(:,:,:,:,:,:,:)
1191 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real0()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real0 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, intent(in), target  value,
logical, intent(out), optional  err 
)

Definition at line 971 of file gtool_historyauto_generic.f90.

975 use dc_date_types, only: dc_difftime
976 use dc_types, only: dp
977
978 type(DC_DIFFTIME), intent(in):: time
979 character(*), intent(in):: varname
980 real, intent(in), target:: value
981 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real1()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real1 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 985 of file gtool_historyauto_generic.f90.

989 use dc_date_types, only: dc_difftime
990 use dc_types, only: dp
991
992 type(DC_DIFFTIME), intent(in):: time
993 character(*), intent(in):: varname
994 real, intent(in), target:: array(:)
995 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real2()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real2 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 999 of file gtool_historyauto_generic.f90.

1003 use dc_date_types, only: dc_difftime
1004 use dc_types, only: dp
1005
1006 type(DC_DIFFTIME), intent(in):: time
1007 character(*), intent(in):: varname
1008 real, intent(in), target:: array(:,:)
1009 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real3()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real3 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1013 of file gtool_historyauto_generic.f90.

1017 use dc_date_types, only: dc_difftime
1018 use dc_types, only: dp
1019
1020 type(DC_DIFFTIME), intent(in):: time
1021 character(*), intent(in):: varname
1022 real, intent(in), target:: array(:,:,:)
1023 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real4()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real4 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1027 of file gtool_historyauto_generic.f90.

1031 use dc_date_types, only: dc_difftime
1032 use dc_types, only: dp
1033
1034 type(DC_DIFFTIME), intent(in):: time
1035 character(*), intent(in):: varname
1036 real, intent(in), target:: array(:,:,:,:)
1037 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real5()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real5 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1041 of file gtool_historyauto_generic.f90.

1045 use dc_date_types, only: dc_difftime
1046 use dc_types, only: dp
1047
1048 type(DC_DIFFTIME), intent(in):: time
1049 character(*), intent(in):: varname
1050 real, intent(in), target:: array(:,:,:,:,:)
1051 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real6()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real6 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1055 of file gtool_historyauto_generic.f90.

1059 use dc_date_types, only: dc_difftime
1060 use dc_types, only: dp
1061
1062 type(DC_DIFFTIME), intent(in):: time
1063 character(*), intent(in):: varname
1064 real, intent(in), target:: array(:,:,:,:,:,:)
1065 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputold1real7()

subroutine gtool_historyauto_generic::historyautoput::historyautoputold1real7 ( type(dc_difftime), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 1069 of file gtool_historyauto_generic.f90.

1073 use dc_date_types, only: dc_difftime
1074 use dc_types, only: dp
1075
1076 type(DC_DIFFTIME), intent(in):: time
1077 character(*), intent(in):: varname
1078 real, intent(in), target:: array(:,:,:,:,:,:,:)
1079 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal0()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal0 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, intent(in), target  value,
logical, intent(out), optional  err 
)

Definition at line 635 of file gtool_historyauto_generic.f90.

639 use dc_date_types, only: dc_difftime
640 use dc_types, only: dp
641
642 real(DP), intent(in):: time
643 character(*), intent(in):: varname
644 real, intent(in), target:: value
645 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal1()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal1 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 649 of file gtool_historyauto_generic.f90.

653 use dc_date_types, only: dc_difftime
654 use dc_types, only: dp
655
656 real(DP), intent(in):: time
657 character(*), intent(in):: varname
658 real, intent(in), target:: array(:)
659 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal2()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal2 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 663 of file gtool_historyauto_generic.f90.

667 use dc_date_types, only: dc_difftime
668 use dc_types, only: dp
669
670 real(DP), intent(in):: time
671 character(*), intent(in):: varname
672 real, intent(in), target:: array(:,:)
673 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal3()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal3 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 677 of file gtool_historyauto_generic.f90.

681 use dc_date_types, only: dc_difftime
682 use dc_types, only: dp
683
684 real(DP), intent(in):: time
685 character(*), intent(in):: varname
686 real, intent(in), target:: array(:,:,:)
687 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal4()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal4 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 691 of file gtool_historyauto_generic.f90.

695 use dc_date_types, only: dc_difftime
696 use dc_types, only: dp
697
698 real(DP), intent(in):: time
699 character(*), intent(in):: varname
700 real, intent(in), target:: array(:,:,:,:)
701 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal5()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal5 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 705 of file gtool_historyauto_generic.f90.

709 use dc_date_types, only: dc_difftime
710 use dc_types, only: dp
711
712 real(DP), intent(in):: time
713 character(*), intent(in):: varname
714 real, intent(in), target:: array(:,:,:,:,:)
715 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal6()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal6 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 719 of file gtool_historyauto_generic.f90.

723 use dc_date_types, only: dc_difftime
724 use dc_types, only: dp
725
726 real(DP), intent(in):: time
727 character(*), intent(in):: varname
728 real, intent(in), target:: array(:,:,:,:,:,:)
729 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyautoputreal7()

subroutine gtool_historyauto_generic::historyautoput::historyautoputreal7 ( real(dp), intent(in)  time,
character(*), intent(in)  varname,
real, dimension(:,:,:,:,:,:,:), intent(in), target  array,
logical, intent(out), optional  err 
)

Definition at line 733 of file gtool_historyauto_generic.f90.

737 use dc_date_types, only: dc_difftime
738 use dc_types, only: dp
739
740 real(DP), intent(in):: time
741 character(*), intent(in):: varname
742 real, intent(in), target:: array(:,:,:,:,:,:,:)
743 logical, intent(out), optional:: err

References dc_types::dp.


The documentation for this interface was generated from the following file: