Class | gtool_history_generic |
In: |
gtool/gtool_history/gtool_history_generic.f90
|
Note that Japanese and English are described in parallel.
モジュールの概要や使用方法については, gtool_history を参照ください.
See "gtool_history" for brief and usage of this module.
【出力用】
HistoryCreate : | gtool4 データ出力用初期設定 |
HistoryAddVariable : | 変数定義 |
HistoryCopyVariable : | 変数定義 (別ファイルの変数コピー) |
HistoryPut : | データ出力 |
HistoryAddAttr : | 変数に属性付加 |
HistoryClose : | 終了処理 |
HistorySetTime : | 時刻指定 |
HistoryPutAxisMPI : | 領域全体の座標データ指定 (MPI 使用時のみ有効) |
【入力用】
HistoryGet : | データ入力 (固定長配列用) |
HistoryGetPointer : | データ入力 (ポインタ配列用) |
HistoryGetAttr : | 属性入力 |
【その他】
HistoryInquire : | gtool_history_types#GT_HISTORY 型変数への問い合わせ |
HistoryCopy : | gtool_history_types#GT_HISTORY 型変数のコピー |
HistoryPutLine : | gtool_history_types#GT_HISTORY 型変数の印字 |
HistoryInitialized : | gtool_history_types#GT_HISTORY 型変数の初期設定をチェック |
HistoryAxisCreate : | 作成 (初期設定) |
HistoryAxisCopy : | コピー |
HistoryAxisAddAttr : | 属性付加 |
HistoryAxisInquire : | 問い合わせ |
HistoryAxisClear : | 終了処理 |
HistoryVarinfoCreate : | 作成 (初期設定) |
HistoryVarinfoCopy : | コピー |
HistoryVarinfoAddAttr : | 属性付加 |
HistoryVarinfoInquire : | 問い合わせ |
HistoryVarinfoClear : | 終了処理 |
HistoryVarinfoInitialized : | 初期設定チェック |
Subroutine : | |||
axis_dest : | type(GT_HISTORY_AXIS),intent(out)
| ||
axis_src : | type(GT_HISTORY_AXIS),intent(in)
| ||
err : | logical, intent(out), optional | ||
name : | character(*) , intent(in), optional
| ||
length : | integer, intent(in), optional
| ||
longname : | character(*) , intent(in), optional
| ||
units : | character(*) , intent(in), optional
| ||
xtype : | character(*) , intent(in), optional
|
使用方法は HistoryAxisCopy と同様です.
Usage is same as "HistoryAxisCopy".
Original external subprogram is gtool/gtool_history/historyaxiscopy.f90#HistoryAxisCopy2
Subroutine : | |
hist_dest : | type(GT_HISTORY), intent(out), target |
file : | character(*), intent(in) |
hist_src : | type(GT_HISTORY), intent(in), optional, target |
title : | character(*), intent(in), optional |
source : | character(*), intent(in), optional |
institution : | character(*), intent(in), optional |
origin : | real, intent(in), optional |
interval : | real, intent(in), optional |
conventions : | character(*), intent(in), optional |
gt_version : | character(*), intent(in), optional |
使用方法は HistoryCopy と同様です.
Usage is same as "HistoryCopy".
Original external subprogram is gtool/gtool_history/historycopy.F90#HistoryCopy2
Subroutine : | |||
varinfo_dest : | type(GT_HISTORY_VARINFO),intent(out) | ||
varinfo_src : | type(GT_HISTORY_VARINFO),intent(in) | ||
err : | logical, intent(out), optional | ||
name : | character(*) , intent(in), optional
| ||
dims(:) : | character(*) , intent(in), optional, target
| ||
longname : | character(*) , intent(in), optional
| ||
units : | character(*) , intent(in), optional
| ||
xtype : | character(*) , intent(in), optional
|
使用方法は HistoryVarinfoCopy と同様です.
Usage is same as "HistoryVarinfoCopy".
Original external subprogram is gtool/gtool_history/historyvarinfocopy.f90#HistoryVarinfoCopy2
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(out) | ||
name : | character(*) , intent(in)
| ||
size : | integer, intent(in)
| ||
longname : | character(*) , intent(in)
| ||
units : | character(*) , intent(in)
| ||
xtype : | character(*) , intent(in)
|
使用方法は HistoryAxisCreate と同様です.
Usage is same as "HistoryAxisCreate".
Original external subprogram is gtool/gtool_history/historyaxiscreate.f90#HistoryAxisCreate2
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
name : | character(*), intent(in)
| ||
dims(:) : | character(*), intent(in)
| ||
longname : | character(*), intent(in)
| ||
units : | character(*), intent(in)
| ||
xtype : | character(*), intent(in), optional
| ||
time_average : | logical, intent(in), optional
| ||
average : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
使用方法は HistoryVarinfoCreate と同様です.
Usage is same as "HistoryVarinfoCreate".
Original external subprogram is gtool/gtool_history/historyvarinfocreate.f90#HistoryVarinfoCreate2
Subroutine : | |||
varname : | character(*), intent(in)
| ||
attrname : | character(*), intent(in)
| ||
value : | character(*), intent(in)
| ||
history : | type(GT_HISTORY), intent(inout), target, optional
| ||
err : | logical, intent(out), optional
|
gtool4 データおよびそのデータ内の変数に属性を付加します。 このサブルーチンを用いる前に、 HistoryCreate による初期設定が 必要です。
属性名 attrname の先頭にプラス "+" を付加する 場合は、gtool4 データ自体の属性 (大域属性) として属性が付加されます。 この場合、varname は無視されますが、 その場合でも varname へはデータ内に存在する変数名を与えてください。
HistoryAddAttr は複数のサブルーチンの総称名です。value には いくつかの型を与えることが可能です。 下記のサブルーチンを参照ください。
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrChar0
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrInt0
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | logical, intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrLogical0
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrDouble0
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrReal0
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value(:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrInt1
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value(:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrDouble1
Subroutine : | |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value(:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), target, optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyaddattr.F90#HistoryAddAttrReal1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO), intent(in)
| ||
history : | type(GT_HISTORY), intent(inout), optional
| ||
err : | logical, intent(out), optional
|
gtool4 データ内の変数の定義を行います。このサブルーチンを 用いる前に、 HistoryCreate による初期設定が必要です。
既に gtool4 データが存在し、そのデータ内の変数と全く同じ 構造の変数を定義したい場合は HistoryCopyVariable を利用すると 便利です。
HistoryAddVariable というサブルーチン名は 2 つの別々の サブルーチンの総称名です。下記のサブルーチンも参照ください。
Original external subprogram is gtool/gtool_history/historyaddvariable.F90#HistoryAddVariable2
Subroutine : | recursive | ||
varname : | character(len = *), intent(in)
| ||
dims(:) : | character(len = *), intent(in)
| ||
longname : | character(len = *), intent(in)
| ||
units : | character(len = *), intent(in)
| ||
xtype : | character(len = *), intent(in), optional
| ||
time_average : | logical, intent(in), optional
| ||
average : | logical, intent(in), optional
| ||
history : | type(GT_HISTORY), intent(inout), optional, target
| ||
err : | logical, intent(out), optional
|
gtool4 データ内の変数の定義を行います。このサブルーチンを 用いる前に、 HistoryCreate による初期設定が必要です。
既に gtool4 データが存在し、そのデータ内の変数と全く同じ 構造の変数を定義したい場合は HistoryCopyVariable を利用すると便利です。
HistoryAddVariable というサブルーチン名は 2 つの別々の サブルーチンの総称名です。上記のサブルーチンも参照ください。
gtool_history を用いた出力では、以下の条件を満たす場合に出力データを 時間方向に平均化して出力します。
HistoryPut に与えられたデータは gtool_history モジュール内部 にいったん保管され、HistoryCreate の引数 interval の間隔を おいて出力が行われます。平均化は出力時から次の出力時の間の データを用いて行われます。時間間隔が一定でない場合、 重み付けをして出力されます。重み付けは以下のように行われます。
sum( <data> * <weight> ) / sum ( <weight> )
<data> : | array または value に与えられたデータ |
<weight> : | 前回 HistoryPut が呼ばれた際の時刻と今回の時刻との差 |
sum : | 前回出力が行われた時刻から interval 経過するまでの値の和 |
Original external subprogram is gtool/gtool_history/historyaddvariable.F90#HistoryAddVariable1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | character(*), intent(in)
|
GT_HISTORY_AXIS 型の変数 axis へ属性を付加します。
HistoryAxisAddAttr は複数のサブルーチンの総称名です。 value には様々な型の引数を与えることが可能です。 下記のサブルーチンを参照ください。
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrChar0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | integer, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrInt0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | logical, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrLogical0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real(DP), intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrDouble0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrReal0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | integer, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrInt1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real(DP), intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrDouble1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttrReal1
Subroutine : | |
axis : | type(GT_HISTORY_AXIS),intent(inout) |
axis で与えられた変数を HistoryAxisCreate による初期設定よりも さらに前の状態に初期化します。
Destructor of GT_HISTORY_AXIS
Original external subprogram is gtool/gtool_history/historyaxisclear.f90#HistoryAxisClear
Subroutine : | |||
axis_dest : | type(GT_HISTORY_AXIS),intent(out)
| ||
axis_src : | type(GT_HISTORY_AXIS),intent(in)
| ||
err : | logical, intent(out), optional | ||
name : | character(*) , intent(in), optional
| ||
length : | integer, intent(in), optional
| ||
longname : | character(*) , intent(in), optional
| ||
units : | character(*) , intent(in), optional
| ||
xtype : | character(*) , intent(in), optional
|
GT_HISTORY_AXIS 型の変数 axis_src を axis_dest にコピーします。 axis_src は HistoryAxisCreate によって初期設定されている必要が あります。 さらに属性を付加する場合には HistoryAxisAddAttr を用いてください。
err を与えておくと、コピーの際何らかの不具合が生じても 終了せずに err が真になって返ります。
err 以降の引数は、コピーの際に上書きする値です。
Original external subprogram is gtool/gtool_history/historyaxiscopy.f90#HistoryAxisCopy1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(out) | ||
name : | character(*) , intent(in)
| ||
size : | integer, intent(in)
| ||
longname : | character(*) , intent(in)
| ||
units : | character(*) , intent(in)
| ||
xtype : | character(*) , intent(in)
|
GT_HISTORY_AXIS 型変数を作成します。 このサブルーチンによる設定の後、 HistoryCreate の axes に与えます。 さらに属性を付加する場合には HistoryAxisAddAttr を用いてください。
Constructor of GT_HISTORY_AXIS
Original external subprogram is gtool/gtool_history/historyaxiscreate.f90#HistoryAxisCreate1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(in) | ||
name : | character(*) , intent(out), optional
| ||
size : | integer, intent(out), optional
| ||
longname : | character(*) , intent(out), optional
| ||
units : | character(*) , intent(out), optional
| ||
xtype : | character(*) , intent(out), optional
|
GT_HISTORY_AXIS 型の変数内の各情報を参照します。
Original external subprogram is gtool/gtool_history/historyaxisinquire.f90#HistoryAxisInquire1
Subroutine : | |||
history : | type(GT_HISTORY), intent(inout), optional, target
| ||
quiet : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
HistoryCreate で始まったデータ出力の終了処理をおこなうものです. プログラム内で HistoryCreate を用いた場合, プログラムを終了する 前に必ずこのサブルーチンを呼んで下さい.
Original external subprogram is gtool/gtool_history/historyclose.F90#HistoryClose
Subroutine : | |
hist_dest : | type(GT_HISTORY), intent(out), target |
file : | character(*), intent(in) |
hist_src : | type(GT_HISTORY), intent(in), optional, target |
title : | character(*), intent(in), optional |
source : | character(*), intent(in), optional |
institution : | character(*), intent(in), optional |
origin : | real, intent(in), optional |
interval : | real, intent(in), optional |
conventions : | character(*), intent(in), optional |
gt_version : | character(*), intent(in), optional |
引数 hist_src の内容にコピーし, hist_dest へ返します. hist_src が与えられない場合は, 引数 history を与えずに呼び出した HistoryCreate の設定内容が参照されます. HistoryCreate と同様に, 出力の初期設定を行います. file は必ず与えなければならず, hist_src と同じファイルへ出力 しようとする場合はエラーを生じます. HistoryAddVariable で設定される内容に関してはコピーされません.
それ以降の引数を与えることで, hist_src の設定を 上書きすることが可能です.
Original external subprogram is gtool/gtool_history/historycopy.F90#HistoryCopy1
Subroutine : | |||
file : | character(len = *), intent(in)
| ||
varname : | character(len = *), intent(in)
| ||
history : | type(GT_HISTORY), intent(inout), optional, target
| ||
overwrite : | logical, intent(in), optional
|
gtool4 データ内の変数の定義を行います。 他の gtool4 データの ファイル名とその中の変数名を指定することで、 自動的のその変数の 構造や属性をコピーして変数定義します。このサブルーチンを 用いる前に、 HistoryCreate による初期設定が必要です。
構造や属性を手動で設定する場合には HistoryAddVariable を用いて下さい。
Original external subprogram is gtool/gtool_history/historycopyvariable.f90#HistoryCopyVariable1
Subroutine : | |||
file : | character(*), intent(in)
| ||
title : | character(*), intent(in)
| ||
source : | character(*), intent(in)
| ||
institution : | character(*), intent(in)
| ||
dims(:) : | character(*), intent(in)
| ||
dimsizes(:) : | integer, intent(in)
| ||
longnames(:) : | character(*), intent(in)
| ||
units(:) : | character(*), intent(in)
| ||
origin : | real, intent(in), optional
| ||
interval : | real, intent(in), optional
| ||
xtypes(:) : | character(*), intent(in), optional
| ||
history : | type(GT_HISTORY), intent(out), optional, target
| ||
origind : | real(DP), intent(in), optional
| ||
intervald : | real(DP), intent(in), optional
| ||
conventions : | character(*), intent(in), optional
| ||
gt_version : | character(*), intent(in), optional
| ||
overwrite : | logical, intent(in), optional
| ||
quiet : | logical, intent(in), optional
| ||
flag_mpi_gather : | logical, intent(in), optional
| ||
flag_mpi_split : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
このサブルーチンは、gtool4 データ出力の初期設定を行います。 HistoryAddVariable、 HistoryCopyVariable、 HistoryPut、 HistoryAddAttr、 HistoryClose、 HistorySetTime を用いるためには、HistoryCreate による初期設定が必要です。
なお、プログラム内で HistoryCreate を呼び出した場合、 プログラムを終了する前に必ず、 HistoryClose を呼び出して 終了処理を行なって下さい。
HistoryCreate というサブルーチン名は 2 つの別々の サブルーチンの総称名です。上記のサブルーチンも参照ください。
Two specific subroutines shares common part:
Both two ones initializes a dataset file. The result of type GT_HISTORY will be returned by history or managed internally if omitted. Mandatory global attributes are defined by arguments title, source, and institution; they are all declared as ((character(len = *))). Spatial axis definitions have two different forms: a primitive one uses several arrays of various types: dims, dimsizes, longnames, units, and xtypes. Another sophisticated one has only array of type GT_HISTORY_AXIS, axes. Temporal definition is done without origin, interval.
Original external subprogram is gtool/gtool_history/historycreate.F90#HistoryCreate1
Subroutine : | |||
file : | character(*), intent(in)
| ||
title : | character(*), intent(in) | ||
source : | character(*), intent(in) | ||
institution : | character(*), intent(in) | ||
axes(:) : | type(GT_HISTORY_AXIS), intent(in)
| ||
origin : | real, intent(in), optional | ||
interval : | real, intent(in), optional | ||
history : | type(GT_HISTORY), intent(out), optional, target | ||
origind : | real(DP), intent(in), optional | ||
intervald : | real(DP), intent(in), optional | ||
conventions : | character(*), intent(in), optional | ||
gt_version : | character(*), intent(in), optional | ||
overwrite : | logical, intent(in), optional | ||
quiet : | logical, intent(in), optional
| ||
flag_mpi_gather : | logical, intent(in), optional
| ||
flag_mpi_split : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
HistoryCreate というサブルーチン名は 2 つの別々の サブルーチンの総称名です。まずは HistoryCreate を参照ください。
もう 1 つのサブルーチンと異なる点は、座標軸の情報を dims, dimsizes, longnames, units, and xtypes といった 個別の引数で与えるのではなく、構造体 GT_HISTORY_AXIS 型の 引数 axes で与える点にあります。
GT_HISTORY_AXIS 型変数の生成 (constructer) は HistoryAxisCreate にて行います。
Two specific subroutines shares common part:
Both two ones initializes a dataset file. The result of type GT_HISTORY will be returned by history or managed internally if omitted. Mandatory global attributes are defined by arguments title, source, and institution; they are all declared as ((character(len = *))). Spatial axis definitions have two different forms: a primitive one uses several arrays of various types: dims, dimsizes, longnames, units, and xtypes. Another sophisticated one has only array of type GT_HISTORY_AXIS, axes. Temporal definition is done without origin, interval.
Original external subprogram is gtool/gtool_history/historycreate.F90#HistoryCreate3
Subroutine : | |||
file : | character(*), intent(in)
| ||
title : | character(*), intent(in)
| ||
source : | character(*), intent(in)
| ||
institution : | character(*), intent(in)
| ||
dims(:) : | character(*), intent(in)
| ||
dimsizes(:) : | integer, intent(in)
| ||
longnames(:) : | character(*), intent(in)
| ||
units(:) : | character(*), intent(in)
| ||
origin : | type(DC_DIFFTIME), intent(in)
| ||
interval : | type(DC_DIFFTIME), intent(in), optional
| ||
xtypes(:) : | character(*), intent(in), optional
| ||
history : | type(GT_HISTORY), intent(out), optional, target
| ||
conventions : | character(*), intent(in), optional
| ||
gt_version : | character(*), intent(in), optional
| ||
overwrite : | logical, intent(in), optional
| ||
quiet : | logical, intent(in), optional
| ||
flag_mpi_gather : | logical, intent(in), optional
| ||
flag_mpi_split : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
このサブルーチンは、gtool4 データ出力の初期設定を行います。 HistoryAddVariable、 HistoryCopyVariable、 HistoryPut、 HistoryAddAttr、 HistoryClose、 HistorySetTime を用いるためには、HistoryCreate による初期設定が必要です。
なお、プログラム内で HistoryCreate を呼び出した場合、 プログラムを終了する前に必ず、 HistoryClose を呼び出して 終了処理を行なって下さい。
HistoryCreate というサブルーチン名は 2 つの別々の サブルーチンの総称名です。上記のサブルーチンも参照ください。
Two specific subroutines shares common part:
Both two ones initializes a dataset file. The result of type GT_HISTORY will be returned by history or managed internally if omitted. Mandatory global attributes are defined by arguments title, source, and institution; they are all declared as ((character(len = *))). Spatial axis definitions have two different forms: a primitive one uses several arrays of various types: dims, dimsizes, longnames, units, and xtypes. Another sophisticated one has only array of type GT_HISTORY_AXIS, axes. Temporal definition is done without origin, interval.
Original external subprogram is gtool/gtool_history/historycreate.F90#HistoryCreate2
Subroutine : | |||
file : | character(*), intent(in)
| ||
varname : | character(*), intent(in)
| ||
array : | real(DP), intent(out)
| ||
range : | character(*), intent(in), optional
| ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional
| ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional
| ||
err : | logical, intent(out), optional
|
Note that Japanese and English are described in parallel.
netCDF データを入力します. gtool4 netCDF 規約に基づくデータを想定 していますが, 大抵の netCDF データの入力は可能であると期待されます.
デフォルトでは, ファイル内の最新データ, すなわちデータを 時刻最大で切り出したものを入力します. 別の時刻または 別の次元で切り出したデータを 入力したい場合には, 下記の time オプションもしくは range オプションを利用してください.
file にファイル名を, varname に変数名を与えます. array にはファイルから入力されたデータが返ります. ポインタの配列へデータを入力を行う場合は, HistoryGetPointer を利用してください.
ある時刻のデータを明示したい場合には, その時刻を time に与えます. 整数型, 単精度実数型, 倍精度実数型の数値を与えることが可能です.
range には gtool4 のコンマ記法 (gtool4 netCDF 規約 の「5.4 コンマ記法」参照) を与えることで, 任意の次元で入力データを切り出すことが可能です. range に空文字を与えた場合は切り出しを行いません.
HistoryGet は複数のサブルーチンの総称名です. array には 0 〜 7 次元の整数型, 単精度実数型, 倍精度実数型の配列を与えることが可能です.
デフォルトでは, データの入力時にどのファイルのどの変数が どの次元で切り出されて入力されたのかを表示します. メッセージ出力が不要な場合は quiet に .true. を与えてください.
Input netCDF data. NetCDF data with gtool4 conventions is assumed, but most netCDF data is expected to be input.
Give filename to file, variable name to varname. Input data is returned to array. If you want to use pointer array, use "HistoryGetPointer".
By default, recent data, that is to say, data clipped with maximum time is input. In order to input data clipped with other time or other dimension, use time option or range option as follows.
In order to get data at certain time, specify the time to time. Type is integer or single precision real or double precision.
Give gtool4 comma-graphy (See "5.4 gtool4 comma-graphy" in gtool4 netCDF Convention) to range, then input data can be clipped by an arbitrary dimension. If null character is given to range, data is not clipped.
HistoryGet is generic name of multiple subroutines. Integer, single precision real, and double precision real 0 — 7 rank array can be given to array.
By default, when data is input, filename and variable name and clipping information is printed. The message is suppressed when .true. is given to quiet
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | integer, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real(DP), intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real, intent(out) | ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGet を参照してください.
See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | integer, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | integer, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | integer, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real(DP), intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real(DP), intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real(DP), intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7TimeR
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real, intent(out) |
time : | integer, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7TimeI
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real, intent(out) |
time : | real(DP), intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7TimeD
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real, intent(out) |
time : | real, intent(in) |
quiet : | logical, intent(in), optional |
flag_mpi_split : | logical, intent(in), optional |
returned_time : | real(DP), intent(out), optional |
flag_time_exist : | logical, intent(out), optional |
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGetPointer です. 使用方法に関しては HistoryGetPointer を参照してください.
This is "HistoryGetPointer" with numerical argument time for specification of time. See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7TimeR
Subroutine : | |||
file : | character(*), intent(in)
| ||
varname : | character(*), intent(in)
| ||
attrname : | character(*), intent(in)
| ||
value : | character(*), intent(out)
| ||
flag_mpi_split : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
gtool4 データおよびそのデータ内の変数に設定されている属性を取得します。
属性名 attrname の先頭にプラス "+" を付加する 場合は、gtool4 データ自体の属性 (大域属性) として属性が取得されます。 この場合、varname は無視されますが、 その場合でも varname へはデータ内に存在する変数名を与えてください。
取得する属性が存在しない場合、以下の値が返ります。
character : | "" (空文字) |
real : | netcdf_f77#NF_FILL_REAL |
real(DP) : | netcdf_f77#NF_FILL_REAL |
integer : | netcdf_f77#NF_FILL_INT |
HistoryGetAttr は複数のサブルーチンの総称名です。value には いくつかの型を与えることが可能です。 下記のサブルーチンを参照ください。
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrChar0
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | integer, intent(out) |
flag_mpi_split : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrInt0
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | real(DP), intent(out) |
flag_mpi_split : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrDouble0
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value : | real, intent(out) |
flag_mpi_split : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrReal0
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value(:) : | integer, intent(out) |
flag_mpi_split : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrInt1
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value(:) : | real(DP), intent(out) |
flag_mpi_split : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrDouble1
Subroutine : | |
file : | character(*), intent(in) |
varname : | character(*), intent(in) |
attrname : | character(*), intent(in) |
value(:) : | real, intent(out) |
flag_mpi_split : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historygetattr.F90#HistoryGettAttrReal1
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional
| ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional
| ||
err : | logical, intent(out), optional
|
Note that Japanese and English are described in parallel.
netCDF データを入力します. gtool4 netCDF 規約に基づくデータを想定 していますが, 大抵の netCDF データの入力は可能であると期待されます.
基本的な使い方に関しては HistoryGet を参照してください. HistoryGet との違いは, array にポインタ配列を与えることです. array には必ず空状態の配列を与えてください. すなわち与える配列に対し, 初期値 =>null() を設定するか nullify を用いてください. 既に割り付けられている場合, もしくは不定状態の場合には エラーを返します.
Input netCDF data. NetCDF data with gtool4 conventions is assumed, but most netCDF data is expected to be input.
See "HistoryGet", for basic usage. Difference from "HistoryGet" is that array is pointer array. Give null array to array. More specifically, use ’=>null()’ as initial value or use ‘nullify’ to the array. If the array is allocated already, or undefined, error is occurred.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | integer, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real(DP), pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real, pointer
| ||
range : | character(*), intent(in), optional | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional
| ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
使用方法に関しては HistoryGetPointer を参照してください.
See "HistoryGetPointer", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7Pointer
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt0PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble0PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal0PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt1PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble1PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal1PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt2PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble2PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal2PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt3PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble3PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal3PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt4PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble4PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal4PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt5PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble5PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal5PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt6PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble6PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal6PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | integer, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | integer, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | integer, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetInt7PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real(DP), pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real(DP), pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real(DP), pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetDouble7PointerTimeR
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real, pointer
| ||
time : | integer, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7PointerTimeI
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real, pointer
| ||
time : | real(DP), intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7PointerTimeD
Subroutine : | |||
file : | character(*), intent(in) | ||
varname : | character(*), intent(in) | ||
array(:,:,:,:,:,:,:) : | real, pointer
| ||
time : | real, intent(in) | ||
quiet : | logical, intent(in), optional | ||
flag_mpi_split : | logical, intent(in), optional | ||
returned_time : | real(DP), intent(out), optional | ||
flag_time_exist : | logical, intent(out), optional | ||
err : | logical, intent(out), optional |
Note that Japanese and English are described in parallel.
数値型引数 time で時刻指定可能な HistoryGet です. 使用方法に関しては HistoryGet を参照してください.
This is "HistoryGet" with numerical argument time for specification of time. See "HistoryGet", for basic usage.
Original external subprogram is gtool/gtool_history/historyget.F90#HistoryGetReal7PointerTimeR
Function : | |
result : | logical |
history : | type(GT_HISTORY), intent(in) |
history が初期設定されている場合には .true. が, 初期設定されていない場合には .false. が返ります.
If history is initialized, .true. is returned. If history is not initialized, .false. is returned.
Original external subprogram is gtool/gtool_history/historyinitialized.f90#HistoryInitialized0
Subroutine : | |||
history : | character(*), intent(in) | ||
err : | logical, intent(out), optional | ||
file : | character(*), intent(out), optional | ||
title : | character(*), intent(out), optional | ||
source : | character(*), intent(out), optional | ||
dims(:) : | character(*), pointer, optional
| ||
dimsizes(:) : | integer,pointer, optional
| ||
longnames(:) : | character(*), pointer, optional
| ||
units(:) : | character(*), pointer, optional
| ||
xtypes(:) : | character(*), pointer, optional
| ||
institution : | character(*), intent(out), optional | ||
origin : | real,intent(out), optional | ||
interval : | real,intent(out), optional | ||
newest : | real,intent(out), optional | ||
oldest : | real,intent(out), optional | ||
conventions : | character(*), intent(out), optional | ||
gt_version : | character(*), intent(out), optional | ||
axes(:) : | type(GT_HISTORY_AXIS), pointer, optional
| ||
varinfo(:) : | type(GT_HISTORY_VARINFO), pointer, optional
|
HistoryCreate で history を指定しなかった場合はこちらの サブルーチンで問い合わせを行います。 history には必ず "default" という文字列を与えてください。
HistoryInquire は 2 つのサブルーチンの総称名です。 各引数の情報に関しては下記のサブルーチンを参照してください。
Original external subprogram is gtool/gtool_history/historyinquire.f90#HistoryInquire2
Subroutine : | |||
history : | type(GT_HISTORY), intent(in) | ||
err : | logical, intent(out), optional | ||
file : | character(*), intent(out), optional | ||
title : | character(*), intent(out), optional | ||
source : | character(*), intent(out), optional | ||
dims(:) : | character(*), pointer, optional
| ||
dimsizes(:) : | integer,pointer, optional
| ||
longnames(:) : | character(*), pointer, optional
| ||
units(:) : | character(*), pointer, optional
| ||
xtypes(:) : | character(*), pointer, optional
| ||
institution : | character(*), intent(out), optional | ||
origin : | real,intent(out), optional | ||
interval : | real,intent(out), optional | ||
newest : | real,intent(out), optional
| ||
oldest : | real,intent(out), optional
| ||
conventions : | character(*), intent(out), optional | ||
gt_version : | character(*), intent(out), optional | ||
axes(:) : | type(GT_HISTORY_AXIS), pointer, optional
| ||
varinfo(:) : | type(GT_HISTORY_VARINFO), pointer, optional
|
HistoryCreate や HistoryAddVariable などで設定した値の 参照を行います。
file, title, source, institution, origin, interval, conventions, gt_version, dims, dimsizes, longnames, units, xtypes に関しては HistoryCreate を参照してください。
title, source, institution, origin, interval, conventions, gt_version に関しては、値が得られなかった場合は "unknown" が返ります。
dims, dimsizes, longnames, units, xtypes に関してはポインタに 値を返すため、必ずポインタを空状態にしてから与えてください。
axes と varinfo にはそれぞれ座標軸情報と変数情報を返します。 将来的には全ての属性の値も一緒に返す予定ですが、現在は long_name, units, xtype のみが属性の値として返ります。
HistoryInquire は 2 つのサブルーチンの総称名です。 HistoryCreate で history を与えなかった場合の問い合わせに関しては 上記のサブルーチンを参照してください。
以下の場合に、このサブルーチンはエラーを生じプログラムを終了させます。 ただし、err 引数を与える場合、この引数に .true. を 返し、プログラムは続行します。
Original external subprogram is gtool/gtool_history/historyinquire.f90#HistoryInquire1
Subroutine : | |||
varname : | character(*), intent(in)
| ||
value : | real(DP), intent(in)
| ||
history : | type(GT_HISTORY), intent(inout), optional, target
| ||
range : | character(*), intent(in), optional
| ||
time : | real, intent(in), optional
| ||
quiet : | logical, intent(in), optional
| ||
difftime : | type(DC_DIFFTIME), intent(in), optional
| ||
timed : | real(DP), intent(in), optional
| ||
time_average_store : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
gtool4 データ内の変数へデータの出力を行います。 このサブルーチンを用いる前に、HistoryCreate による初期設定が必要です。
HistoryPut は複数のサブルーチンの総称名です。value に 変数 (整数型、単精度実数型、倍精度実数型、文字型) もしくは 1 〜 7 次元の配列 (整数型、単精度実数型、倍精度実数型) を与えることが可能です。 下記の同名のサブルーチンを参照ください。 ただし、多次元配列を与える際の引数キーワードには array を用いてください。
HistoryPut を最初に呼んだ時、時間次元の変数は HistoryCreate の origin の値に設定されます。
ある変数 varname に対して HistoryPut を複数回呼ぶと、 HistoryCreate の interval × HistoryPut を呼んだ回数、 の分だけ 時間次元の変数の値が増やされます。 ただし、時間平均値を出力する場合は例外です。 以下の時間平均に関する項目を参照ください。
これらの時間次元の変数の値を明示的に設定したい場合は HistorySetTime を用いるか、HistoryPut 自身で時間次元の変数へ値 を出力してください。
時間平均については HistoryAddVariable を参照ください。
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble0
Subroutine : | |
varname : | character(*), intent(in) |
value : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt0
Subroutine : | |
varname : | character(*), intent(in) |
value : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal0
Subroutine : | |
varname : | character(*), intent(in) |
value : | character(*), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutChar0
Subroutine : | |
varname : | character(*), intent(in) |
array(:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt1
Subroutine : | |
varname : | character(*), intent(in) |
array(:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble1
Subroutine : | |
varname : | character(*), intent(in) |
array(:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal1
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt2
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble2
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal2
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt3
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble3
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal3
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt4
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble4
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal4
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt5
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble5
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal5
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt6
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble6
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal6
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutInt7
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real(DP), intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutDouble7
Subroutine : | |
varname : | character(*), intent(in) |
array(:,:,:,:,:,:,:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
range : | character(*), intent(in), optional |
time : | real, intent(in), optional |
quiet : | logical, intent(in), optional |
difftime : | type(DC_DIFFTIME), intent(in), optional |
timed : | real(DP), intent(in), optional |
time_average_store : | logical, intent(in), optional |
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutReal7
Subroutine : | |||
varname : | character(*), intent(in)
| ||
array(:) : | real(DP), intent(in)
| ||
history : | type(GT_HISTORY), intent(inout), optional, target
| ||
err : | logical, intent(out), optional
|
MPI 使用時に, 各々のノード上のデータを単一ファイルに 集約して出力する場合には, このサブルーチンに領域全体の座標データを与えてください. また, HistoryCreate のオプショナル論理型引数 flag_mpi_gather に .true. を与えてください.
HistoryPut よりも後に使用してください HistoryAddVariable, HistoryAddAttr よりも前に使用してください.
When MPI is used, if data on each node is integrated and output to one file, give data of axes in whole area to this subroutine. And give .true. to optional logical argument flag_mpi_gather in "HistoryCreate".
Use this subroutine after "HistoryPut", and before "HistoryAddVariable", "HistoryAddAttr".
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutAxisMPIDouble
Subroutine : | |
varname : | character(*), intent(in) |
array(:) : | integer, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
err : | logical, intent(out), optional |
MPI 使用時に, 各々のノード上のデータを単一ファイルに 集約して出力する場合には, このサブルーチンに領域全体の座標データを与えてください. また, HistoryCreate のオプショナル論理型引数 flag_mpi_gather に .true. を与えてください.
HistoryPut よりも後に使用してください HistoryAddVariable, HistoryAddAttr よりも前に使用してください.
When MPI is used, if data on each node is integrated and output to one file, give data of axes in whole area to this subroutine. And give .true. to optional logical argument flag_mpi_gather in "HistoryCreate".
Use this subroutine after "HistoryPut", and before "HistoryAddVariable", "HistoryAddAttr".
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutAxisMPIInt
Subroutine : | |
varname : | character(*), intent(in) |
array(:) : | real, intent(in) |
history : | type(GT_HISTORY), intent(inout), optional, target |
err : | logical, intent(out), optional |
MPI 使用時に, 各々のノード上のデータを単一ファイルに 集約して出力する場合には, このサブルーチンに領域全体の座標データを与えてください. また, HistoryCreate のオプショナル論理型引数 flag_mpi_gather に .true. を与えてください.
HistoryPut よりも後に使用してください HistoryAddVariable, HistoryAddAttr よりも前に使用してください.
When MPI is used, if data on each node is integrated and output to one file, give data of axes in whole area to this subroutine. And give .true. to optional logical argument flag_mpi_gather in "HistoryCreate".
Use this subroutine after "HistoryPut", and before "HistoryAddVariable", "HistoryAddAttr".
Original external subprogram is gtool/gtool_history/historyput.F90#HistoryPutAxisMPIReal
Subroutine : | |||
history : | type(GT_HISTORY), intent(in), target, optional | ||
unit : | integer, intent(in), optional
| ||
indent : | character(*), intent(in), optional
| ||
err : | logical, intent(out), optional
|
引数 history に設定されている情報を印字します. デフォルトではメッセージは標準出力に出力されます. unit に装置番号を指定することで, 出力先を変更することが可能です.
Print information of history. By default messages are output to standard output. Unit number for output can be changed by unit argument.
Original external subprogram is gtool/gtool_history/historyputline.f90#HistoryPutLine
Subroutine : | |||
time : | real, intent(in), optional
| ||
history : | type(GT_HISTORY), intent(inout), optional, target
| ||
difftime : | type(DC_DIFFTIME), intent(in), optional
| ||
timed : | real(DP), intent(in), optional
|
明示的に時刻指定を行なうためのサブルーチンです。 このサブルーチンを用いる前に、HistoryCreate による初期設定が必要です。 このサブルーチンを使用する事で HistoryCreate の interval が無効 になるので注意してください。
Original external subprogram is gtool/gtool_history/historysettime.F90#HistorySetTime
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | character(*), intent(in)
| ||
err : | logical, intent(out), optional
|
GT_HISTORY_VARINFO 型の変数 varinfo へ属性を付加します。
HistoryVarinfoAddAttr は複数のサブルーチンの総称名です。 value には様々な型の引数を与えることが可能です。 下記のサブルーチンを参照ください。
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrChar0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | integer, intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrInt0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | logical, intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrLogical0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real(DP), intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrDouble0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real, intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrReal0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | integer, intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrInt1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real(DP), intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrDouble1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real, intent(in) | ||
err : | logical, intent(out), optional
|
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttrReal1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
err : | logical, intent(out), optional
|
varinfo で与えられた変数を HistoryVarinfoCreate による初期設定よりも さらに前の状態に初期化します。
Destructor of GT_HISTORY_VARINFO
Original external subprogram is gtool/gtool_history/historyvarinfoclear.f90#HistoryVarinfoClear0
Subroutine : | |||
varinfo_dest : | type(GT_HISTORY_VARINFO),intent(out) | ||
varinfo_src : | type(GT_HISTORY_VARINFO),intent(in) | ||
err : | logical, intent(out), optional | ||
name : | character(*) , intent(in), optional
| ||
dims(:) : | character(*) , intent(in), optional, target
| ||
longname : | character(*) , intent(in), optional
| ||
units : | character(*) , intent(in), optional
| ||
xtype : | character(*) , intent(in), optional
|
GT_HISTORY_VARINFO 型の変数 varinfo_src を varinfo_dest にコピーします。 varinfo_src は HistoryVarinfoCreate によって初期設定されている必要が あります。 さらに属性を付加する場合には HistoryVarinfoAddAttr を用いてください。
err を与えておくと、コピーの際何らかの不具合が生じても 終了せずに err が真になって返ります。
err 以降の引数は、コピーの際に上書きする値です。
Original external subprogram is gtool/gtool_history/historyvarinfocopy.f90#HistoryVarinfoCopy1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
name : | character(*), intent(in)
| ||
dims(:) : | character(*), intent(in)
| ||
longname : | character(*), intent(in)
| ||
units : | character(*), intent(in)
| ||
xtype : | character(*), intent(in), optional
| ||
time_average : | logical, intent(in), optional
| ||
average : | logical, intent(in), optional
| ||
err : | logical, intent(out), optional
|
GT_HISTORY_VARINFO 型変数を作成します。 このサブルーチンによる設定の後、 HistoryAddVariable の varinfo に与えます。 さらに属性を付加する場合には HistoryVarinfoAddAttr を用いてください。
Constructor of GT_HISTORY_VARINFO
Original external subprogram is gtool/gtool_history/historyvarinfocreate.f90#HistoryVarinfoCreate1
Function : | |
result : | logical |
varinfo : | type(GT_HISTORY_VARINFO),intent(in) |
varinfo が初期設定されている場合には .true. が, 初期設定されていない場合には .false. が返ります.
If varinfo is initialized, .true. is returned. If varinfo is not initialized, .false. is returned.
Original external subprogram is gtool/gtool_history/historyvarinfoinitialized.f90#HistoryVarinfoInitialized0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(in) | ||
name : | character(*), intent(out), optional
| ||
dims(:) : | character(*), pointer, optional
| ||
longname : | character(*), intent(out), optional
| ||
units : | character(*), intent(out), optional
| ||
xtype : | character(*), intent(out), optional
| ||
time_average : | logical, intent(out), optional
| ||
average : | logical, intent(out), optional
| ||
err : | logical, intent(out), optional
|
GT_HISTORY_VARINFO 型の変数内の各情報を参照します。
dims はポインタ配列です。空状態にして与えてください。
Original external subprogram is gtool/gtool_history/historyvarinfoinquire.f90#HistoryVarinfoInquire1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(in) | ||
name : | character(*) , intent(out), optional
| ||
size : | integer, intent(out), optional
| ||
longname : | character(*) , intent(out), optional
| ||
units : | character(*) , intent(out), optional
| ||
xtype : | character(*) , intent(out), optional
|
使用方法は HistoryAxisInquire と同様です.
Usage is same as "HistoryAxisInquire".
Original external subprogram is gtool/gtool_history/historyaxisinquire.f90#HistoryAxisInquire2
Subroutine : | |||
history : | character(*), intent(in) | ||
err : | logical, intent(out), optional | ||
file : | character(*), intent(out), optional | ||
title : | character(*), intent(out), optional | ||
source : | character(*), intent(out), optional | ||
dims(:) : | character(*), pointer, optional
| ||
dimsizes(:) : | integer,pointer, optional
| ||
longnames(:) : | character(*), pointer, optional
| ||
units(:) : | character(*), pointer, optional
| ||
xtypes(:) : | character(*), pointer, optional
| ||
institution : | character(*), intent(out), optional | ||
origin : | real,intent(out), optional | ||
interval : | real,intent(out), optional | ||
newest : | real,intent(out), optional | ||
oldest : | real,intent(out), optional | ||
conventions : | character(*), intent(out), optional | ||
gt_version : | character(*), intent(out), optional | ||
axes(:) : | type(GT_HISTORY_AXIS), pointer, optional
| ||
varinfo(:) : | type(GT_HISTORY_VARINFO), pointer, optional
|
使用方法は HistoryInquire と同様です.
Usage is same as "HistoryInquire".
Original external subprogram is gtool/gtool_history/historyinquire.f90#HistoryInquire4
Subroutine : | |||
history : | type(GT_HISTORY), intent(in) | ||
err : | logical, intent(out), optional | ||
file : | character(*), intent(out), optional | ||
title : | character(*), intent(out), optional | ||
source : | character(*), intent(out), optional | ||
dims(:) : | character(*), pointer, optional
| ||
dimsizes(:) : | integer,pointer, optional
| ||
longnames(:) : | character(*), pointer, optional
| ||
units(:) : | character(*), pointer, optional
| ||
xtypes(:) : | character(*), pointer, optional
| ||
institution : | character(*), intent(out), optional | ||
origin : | real,intent(out), optional | ||
interval : | real,intent(out), optional | ||
newest : | real,intent(out), optional
| ||
oldest : | real,intent(out), optional
| ||
conventions : | character(*), intent(out), optional | ||
gt_version : | character(*), intent(out), optional | ||
axes(:) : | type(GT_HISTORY_AXIS), pointer, optional
| ||
varinfo(:) : | type(GT_HISTORY_VARINFO), pointer, optional
|
使用方法は HistoryInquire と同様です.
Usage is same as "HistoryInquire".
Original external subprogram is gtool/gtool_history/historyinquire.f90#HistoryInquire3
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(in) | ||
name : | character(*), intent(out), optional
| ||
dims(:) : | character(*), pointer, optional
| ||
longname : | character(*), intent(out), optional
| ||
units : | character(*), intent(out), optional
| ||
xtype : | character(*), intent(out), optional
| ||
time_average : | logical, intent(out), optional
| ||
average : | logical, intent(out), optional
| ||
err : | logical, intent(out), optional |
使用方法は HistoryVarinfoInquire と同様です.
Usage is same as "HistoryVarinfoInquire".
Original external subprogram is gtool/gtool_history/historyvarinfoinquire.f90#HistoryVarinfoInquire2
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | character(*), intent(in) |
使用方法は HistoryAxisAddAttr と同様です.
Usage is same as "HistoryAxisAddAttr".
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Char0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | integer, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Int0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | logical, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Logical0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real(DP), intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Double0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Real0
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | integer, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Int1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real(DP), intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Double1
Subroutine : | |||
axis : | type(GT_HISTORY_AXIS),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real, intent(in) |
Original external subprogram is gtool/gtool_history/historyaxisaddattr.f90#HistoryAxisAddAttr2Real1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | character(*), intent(in) | ||
err : | logical, intent(out), optional |
使用方法は HistoryVarinfoAddAttr と同様です.
Usage is same as "HistoryVarinfoAddAttr".
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Char0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | integer, intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Int0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | logical, intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Logical0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real(DP), intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Double0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value : | real, intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Real0
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | integer, intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Int1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real(DP), intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Double1
Subroutine : | |||
varinfo : | type(GT_HISTORY_VARINFO),intent(inout) | ||
attrname : | character(*), intent(in)
| ||
value(:) : | real, intent(in) | ||
err : | logical, intent(out), optional |
Original external subprogram is gtool/gtool_history/historyvarinfoaddattr.f90#HistoryVarinfoAddAttr2Real1
Function : | |
result : | logical |
history : | type(GT_HISTORY), intent(in) |
使用方法は HistoryInitialized と同様です.
Usage is same as "HistoryInitialized".
Original external subprogram is gtool/gtool_history/historyinitialized.f90#HistoryInitialized1