Toggle navigation
Gtool Project
地球流体電脳倶楽部
dcmodel プロジェクト
SIGEN
English
gtool
gtool_history
hsaatd.f90
Go to the documentation of this file.
1
!
2
!= gtool_history Fortran 77 用インターフェース
3
!
4
! Authors:: Shin-ichi TAKEHIRO, Yasuhiro MORIKAWA
5
! Version:: $Id: hsaatd.f90,v 1.2 2009-06-01 15:17:20 morikawa Exp $
6
! Tag Name:: $Name: $
7
! Copyright:: Copyright (C) GFD Dennou Club, 2000-2005. All rights reserved.
8
! License:: See COPYRIGHT[link:../../COPYRIGHT]
9
!
10
!== サブルーチン対応表
11
!
12
! gtool_history_generic#HistoryAddAttr :: HSAATC,HSAATR,HSAATD,HSAATI
13
!
14
subroutine
hsaatd
(vname, atname, value,i)
15
!
16
!== 機能
17
!
18
! ヒストリー, 変数に属性をつける.
19
!
20
!== 備考
21
!
22
! VNAME が空の場合にはヒストリーのグローバル属性として扱われる.
23
!
24
use
gtool_history
25
character(len=*)
,
intent(in)
:: vname
! 変数名
26
character(len=*)
,
intent(in)
:: atname
! 属性名
27
double precision
,
intent(in)
::
value
(i)
! 変数
28
integer
:: i
! 属性の次元数
29
30
call
historyaddattr(vname, atname,
value
)
31
32
end subroutine
hsaatd
gtool_history
Definition:
gtool_history.f90:12
hsaatd
subroutine hsaatd(vname, atname, value, i)
Definition:
hsaatd.f90:15