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

Public Member Functions

recursive subroutine historyaddvariable1 (varname, dims, longname, units, xtype, time_average, average, history, err)
subroutine historyaddvariable2 (varinfo, history, err)

Detailed Description

Definition at line 299 of file gtool_history_generic.f90.

Member Function/Subroutine Documentation

◆ historyaddvariable1()

recursive subroutine gtool_history_generic::historyaddvariable::historyaddvariable1 ( character(len = *), intent(in) varname,
character(len = *), dimension(:), intent(in) dims,
character(len = *), intent(in) longname,
character(len = *), intent(in) units,
character(len = *), intent(in), optional xtype,
logical, intent(in), optional time_average,
logical, intent(in), optional average,
type(gt_history), intent(inout), optional, target history,
logical, intent(out), optional err )

Definition at line 300 of file gtool_history_generic.f90.

304 character(len = *), intent(in):: varname, dims(:), longname, units
305 character(len = *), intent(in), optional:: xtype
306 logical, intent(in), optional:: time_average, average
307 type(GT_HISTORY), intent(inout), optional, target:: history
308 logical, intent(out), optional:: err

◆ historyaddvariable2()

subroutine gtool_history_generic::historyaddvariable::historyaddvariable2 ( type(gt_history_varinfo), intent(in) varinfo,
type(gt_history), intent(inout), optional history,
logical, intent(out), optional err )

Definition at line 311 of file gtool_history_generic.f90.

314 type(GT_HISTORY_VARINFO), intent(in) :: varinfo
315 type(GT_HISTORY), intent(inout), optional:: history
316 logical, intent(out), optional:: err

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