[English |
Japanese]
[GFD Dennou Club |
Gtool4 Project]
[Gt4f90io Reference Manual]
- Checking for operation on powerpc-ibm-aix by
IBM XL Fortran Enterprise Edition for AIX5L compiler.
- !!! Attention !!!
- Argument keyword "slice" is renamed to "range" in "HistoryGet"
and "HistoryGetPointer".
- "range" argument is added to "HistoryPut". This argument specifies
range of output.
- Tutorial is import from "gt4f90io tutorial - Rakuraku gt4f90io -".
- RDoc format documentation is embedded to Fortran90 files, so
reference manual is generated by RDoc automatically.
- HTML file under "doc" directory is converted to RD format files
- Width of indent is modified in conformity with Fortran standard coding
rules of Japan Meteorological Agency.
- Some procedures about derived-type "GT_HISTORY_AXIS" are added or modified.
- Some procedures about derived-type "GT_HISTORY_VARINFO" are added or modified.
- Derived-type "GT_HISTORY_ATTR" is encapsulated.
- "configure" is modified, so that the linker is different from the compiler
- The mechanism of automatic generation of the code is done with not
m4 but Ruby.
- The argument of the character type array is added to "Printf" and
"CPrintf".
- Numeric type argument "time" of HistoryGet and HistoryGetPointer was
changed to character string type argument "slice", and the input
range specification by the comma notation was enabled.
- Rapper "gt4_historyauto" of the "gt4_history" module that can
freely set sampling to time and the space in each variable is
added. The one offered by Takeshi Horinouchi was modified a
little, and it was corrected again afterwards by
Mr. Horinouchi. It corresponds to time-sharing and making of the
output that seems to become long parallel. (The manual is
unmade. )
- The file of the license is changed from COPYING.TXT to
<URL:COPYRIGHT>.
- A postscript is added to the literature cited.
- CREDITS that describes directions and the development member is made.
- "dc_types#INTK" and "dc_types#SP" are removed.
- Modification of HistoryGetPointer
- Until now, if pointer array arguments that differ from data are given,
pointer array is reallocate in responce to data size.
But Now, error is occurs, because the possibility of causing
confusion is high.
- Modification of Get in
gtdata_generic
- Until now, subroutine Get
in gtdata_generic module can get
1-3 dimensional data. Now, "Get" is enhanced to be able to get
1-7 dimensional data.
Max number of dimension can be changed by configure with
"--with-maxdim" option.
- Max number of dimension of input and output data by
HistoryPut,
HistoryGet,
HistoryGetPointer
are increaced to 7.
Max number of dimension can be changed by configure with
"--with-maxdim" option.
- Internal elements of drived types
GT_HISTORY,
GT_HISTORY_AXIS,
GT_HISTORY_VARINFO,
can not be accessed.
- "HistoryAxisCreate" that creates about "GT_HISTORY_AXIS"
GT_HISTORY_AXIS
is created. (Documentations are now construction)
- "HistoryVarinfoCreate" that creates about "GT_HISTORY_AXIS"
GT_HISTORY_VARINFO
is created. (Documentations are now construction)
- "HistoryInquire" that inquires about
GT_HISTORY,
is created. (Documentations are now construction)
- "HistoryAxisInquire" that inquires about
GT_HISTORY_AXIS
is created. (Documentations are now construction)
- "HistoryVarinfoInquire" that inquires about
GT_HISTORY_VARINFO
is created. (Documentations are now construction)
- "HistoryCopy" that copy information of
GT_HISTORY to
new "GT_HISTORY". (Documentations are now construction)
- "HistoryCreate", "HistoryAxisCreate", "HistoryVarinfoCreate" are
provided by generic name "Create". (Documentations are now construction)
- "HistoryCopy" is provided by generic name "Copy".
(Documentations are now construction)
- "HistoryInquire", "HistoryAxisInquire", "HistoryVarinfo" are
provided by generic name "Inquire".
(Documentations are now construction)
- "HistoryPut" is provided by generic name "Put".
(Documentations are now construction)
- "dc_present_select" module is integrated to "dc_present" module.
(Documentations are now construction)
- In "Config.cache.debian-ffc5-debug", the subroutine "errtra" in frt
is used.
- "dc_present" module is added. This program is provided by
T. Horinouchi. This module judge optional control parameters.
(Documentations are now construction)
- In "dc_types" module, the parameter of double precision is changed to
"DP", and the parameters of single precision and integer are added.
- In "HistoryCreate", when argument "convention" is null character,
a default value is specified to "Conventions" attribute.
- About installation guide
- Information of Debian package is added.
- Descriptions about environmental variable "FFLAGS" are added.
- More detail descriptions about "./configure" are added.
- To install documentations currently, Makefiles are modified.
- Suffix of japanese documentations is changed from "*.htm.ja" to "*.htm".
- About "configure"
- Japanese comments are added in "Config.mk.in"
- Commands "ar" and "make" can be changed by "--with-ar-cmd", and
"--with-make-cmd" options.
- Parent working directory is specified to "GT4DIR" automatically.
- Some functions in "aclocal.m4" are imported from DCPAM.
- Operation in NEC SX-6 is confirmed.
- Links to netCDF installation guide in unidata site are created.
- Description about "FC" is added.
$Id: HISTORY,v 1.15 2006/01/21 12:40:22 morikawa Exp $