gtool5 Fortran 90/95 ライブラリ 1.0.0-rc5
English
Loading...
Searching...
No Matches
gtool_history_generic::put_attr Interface Reference

Public Member Functions

subroutine historyaxisaddattr2char0 (axis, attrname, value)
subroutine historyvarinfoaddattr2char0 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2logical0 (axis, attrname, value)
subroutine historyvarinfoaddattr2logical0 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2int0 (axis, attrname, value)
subroutine historyvarinfoaddattr2int0 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2int1 (axis, attrname, value)
subroutine historyvarinfoaddattr2int1 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2real0 (axis, attrname, value)
subroutine historyvarinfoaddattr2real0 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2real1 (axis, attrname, value)
subroutine historyvarinfoaddattr2real1 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2double0 (axis, attrname, value)
subroutine historyvarinfoaddattr2double0 (varinfo, attrname, value, err)
subroutine historyaxisaddattr2double1 (axis, attrname, value)
subroutine historyvarinfoaddattr2double1 (varinfo, attrname, value, err)

Detailed Description

Definition at line 1409 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaxisaddattr2char0()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2char0 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
character(*), intent(in) value )

Definition at line 1412 of file gtool_history_generic.f90.

1415 use dc_types, only: dp
1416 type(GT_HISTORY_AXIS),intent(inout) :: axis
1417 character(*), intent(in):: attrname ! 属性の名前
1418 character(*), intent(in):: value
種別型パラメタを提供します。
Definition dc_types.f90:55
integer, parameter, public dp
倍精度実数型変数
Definition dc_types.f90:92

References dc_types::dp.

◆ historyaxisaddattr2double0()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2double0 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
real(dp), intent(in) value )

Definition at line 1532 of file gtool_history_generic.f90.

1535 use dc_types, only: dp
1536 type(GT_HISTORY_AXIS),intent(inout) :: axis
1537 character(*), intent(in):: attrname ! 属性の名前
1538 real(DP), intent(in):: value

References dc_types::dp.

◆ historyaxisaddattr2double1()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2double1 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
real(dp), dimension(:), intent(in) value )

Definition at line 1552 of file gtool_history_generic.f90.

1555 use dc_types, only: dp
1556 type(GT_HISTORY_AXIS),intent(inout) :: axis
1557 character(*), intent(in):: attrname ! 属性の名前
1558 real(DP), intent(in):: value(:)

References dc_types::dp.

◆ historyaxisaddattr2int0()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2int0 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
integer, intent(in) value )

Definition at line 1452 of file gtool_history_generic.f90.

1455 use dc_types, only: dp
1456 type(GT_HISTORY_AXIS),intent(inout) :: axis
1457 character(*), intent(in):: attrname ! 属性の名前
1458 integer, intent(in):: value

References dc_types::dp.

◆ historyaxisaddattr2int1()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2int1 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
integer, dimension(:), intent(in) value )

Definition at line 1472 of file gtool_history_generic.f90.

1475 use dc_types, only: dp
1476 type(GT_HISTORY_AXIS),intent(inout) :: axis
1477 character(*), intent(in):: attrname ! 属性の名前
1478 integer, intent(in):: value(:)

References dc_types::dp.

◆ historyaxisaddattr2logical0()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2logical0 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
logical, intent(in) value )

Definition at line 1432 of file gtool_history_generic.f90.

1435 use dc_types, only: dp
1436 type(GT_HISTORY_AXIS),intent(inout) :: axis
1437 character(*), intent(in):: attrname ! 属性の名前
1438 logical, intent(in):: value

References dc_types::dp.

◆ historyaxisaddattr2real0()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2real0 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
real, intent(in) value )

Definition at line 1492 of file gtool_history_generic.f90.

1495 use dc_types, only: dp
1496 type(GT_HISTORY_AXIS),intent(inout) :: axis
1497 character(*), intent(in):: attrname ! 属性の名前
1498 real, intent(in):: value

References dc_types::dp.

◆ historyaxisaddattr2real1()

subroutine gtool_history_generic::put_attr::historyaxisaddattr2real1 ( type(gt_history_axis), intent(inout) axis,
character(*), intent(in) attrname,
real, dimension(:), intent(in) value )

Definition at line 1512 of file gtool_history_generic.f90.

1515 use dc_types, only: dp
1516 type(GT_HISTORY_AXIS),intent(inout) :: axis
1517 character(*), intent(in):: attrname ! 属性の名前
1518 real, intent(in):: value(:)

References dc_types::dp.

◆ historyvarinfoaddattr2char0()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2char0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
character(*), intent(in) value,
logical, intent(out), optional err )

Definition at line 1421 of file gtool_history_generic.f90.

1424 use dc_types, only: dp
1425 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1426 character(*), intent(in):: attrname ! 属性の名前
1427 character(*), intent(in):: value
1428 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2double0()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2double0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real(dp), intent(in) value,
logical, intent(out), optional err )

Definition at line 1541 of file gtool_history_generic.f90.

1544 use dc_types, only: dp
1545 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1546 character(*), intent(in):: attrname ! 属性の名前
1547 real(DP), intent(in):: value
1548 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2double1()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2double1 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real(dp), dimension(:), intent(in) value,
logical, intent(out), optional err )

Definition at line 1561 of file gtool_history_generic.f90.

1564 use dc_types, only: dp
1565 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1566 character(*), intent(in):: attrname ! 属性の名前
1567 real(DP), intent(in):: value(:)
1568 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2int0()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2int0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
integer, intent(in) value,
logical, intent(out), optional err )

Definition at line 1461 of file gtool_history_generic.f90.

1464 use dc_types, only: dp
1465 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1466 character(*), intent(in):: attrname ! 属性の名前
1467 integer, intent(in):: value
1468 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2int1()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2int1 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
integer, dimension(:), intent(in) value,
logical, intent(out), optional err )

Definition at line 1481 of file gtool_history_generic.f90.

1484 use dc_types, only: dp
1485 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1486 character(*), intent(in):: attrname ! 属性の名前
1487 integer, intent(in):: value(:)
1488 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2logical0()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2logical0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
logical, intent(in) value,
logical, intent(out), optional err )

Definition at line 1441 of file gtool_history_generic.f90.

1444 use dc_types, only: dp
1445 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1446 character(*), intent(in):: attrname ! 属性の名前
1447 logical, intent(in):: value
1448 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2real0()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2real0 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real, intent(in) value,
logical, intent(out), optional err )

Definition at line 1501 of file gtool_history_generic.f90.

1504 use dc_types, only: dp
1505 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1506 character(*), intent(in):: attrname ! 属性の名前
1507 real, intent(in):: value
1508 logical, intent(out), optional:: err

References dc_types::dp.

◆ historyvarinfoaddattr2real1()

subroutine gtool_history_generic::put_attr::historyvarinfoaddattr2real1 ( type(gt_history_varinfo), intent(inout) varinfo,
character(*), intent(in) attrname,
real, dimension(:), intent(in) value,
logical, intent(out), optional err )

Definition at line 1521 of file gtool_history_generic.f90.

1524 use dc_types, only: dp
1525 type(GT_HISTORY_VARINFO),intent(inout) :: varinfo
1526 character(*), intent(in):: attrname ! 属性の名前
1527 real, intent(in):: value(:)
1528 logical, intent(out), optional:: err

References dc_types::dp.


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