Data Types | |
interface | DumpError |
Functions/Subroutines | |
integer function, public | errorcode () |
subroutine, public | geterrormessage (msg) |
subroutine, public | storeerror (number, where, err, cause_c, cause_i) |
Variables | |
integer, parameter, public | dc_noerr = 0 |
integer, save, private | errno = DC_NOERR |
integer, save, private | cause_int = DC_NOERR |
logical, save, private | cause_int_valid = .false. |
character(string), save, private | cause_string = "" |
character(string), save, private | cause_location = "" |
integer, parameter, public | gt_efake = -100 |
integer, parameter, public | gt_enomoredims = -101 |
integer, parameter, public | gt_edimnodim = -102 |
integer, parameter, public | gt_edimmultidim = -103 |
integer, parameter, public | gt_edimotherdim = -104 |
integer, parameter, public | gt_ebaddimname = -105 |
integer, parameter, public | gt_enotvar = -106 |
integer, parameter, public | gt_enomem = -107 |
integer, parameter, public | gt_eotherfile = -108 |
integer, parameter, public | gt_eargsizemismatch = -109 |
integer, parameter, public | gt_enomatchdim = -110 |
integer, parameter, public | gt_elimited = -111 |
integer, parameter, public | gt_ebadvar = -112 |
integer, parameter, public | gt_echarshort = -113 |
integer, parameter, public | gt_enounlimitdim = -114 |
integer, parameter, public | gt_ebadattrname = -115 |
integer, parameter, public | gt_ebadhistory = -116 |
integer, parameter, public | gt_ebadallocatesize = -117 |
integer, parameter, public | gt_erankmismatch = -118 |
integer, parameter, public | gt_enoturl = -119 |
integer, parameter, public | gt_ebadgt4commagraphy = -120 |
integer, parameter, public | gr_enotgr = -300 |
integer, parameter, public | dc_enotinit = -400 |
integer, parameter, public | dc_ealreadyinit = -401 |
integer, parameter, public | dc_ebadunit = -402 |
integer, parameter, public | dc_ebadcaltype = -403 |
integer, parameter, public | dc_ebadtimezone = -404 |
integer, parameter, public | dc_efilenameempty = -405 |
integer, parameter, public | dc_ebadfileopmode = -406 |
integer, parameter, public | dc_enounitnum = -407 |
integer, parameter, public | dc_enofileexist = -408 |
integer, parameter, public | dc_enofileread = -409 |
integer, parameter, public | dc_enofilewrite = -410 |
integer, parameter, public | dc_enegative = -411 |
integer, parameter, public | dc_earglack = -412 |
integer, parameter, public | dc_enoassoc = -413 |
integer, parameter, public | dc_enoentry = -414 |
integer, parameter, public | dc_enodimtime = -415 |
integer, parameter, public | dc_edimtime = -416 |
integer, parameter, public | dc_etoolargetime = -417 |
integer, parameter, public | dc_ebaddate = -418 |
integer, parameter, public | dc_einconsistcaldate = -419 |
integer, parameter, public | hst_enotindefine = -500 |
integer, parameter, public | hst_eindefine = -501 |
integer, parameter, public | hst_eintfile = -502 |
integer, parameter, public | hst_ebadname = -503 |
integer, parameter, public | hst_enottermgthist = -504 |
integer, parameter, public | hst_enodependtime = -505 |
integer, parameter, public | hst_ebadvarname = -506 |
integer, parameter, public | hst_enotimedim = -507 |
integer, parameter, public | hst_enoaxisname = -508 |
integer, parameter, public | hst_evarinuse = -509 |
integer, parameter, public | hst_ealreadyregvarfix = -510 |
integer, parameter, public | hst_ebadslice = -511 |
integer, parameter, public | hst_ebadnewfileint = -512 |
integer, parameter, public | hst_emaxdimsdepended = -513 |
integer, parameter, public | hst_eindivisible = -514 |
integer, parameter, public | hst_ebadterminus = -515 |
integer, parameter, public | hst_ebadorigin = -516 |
integer, parameter, public | hst_empinoaxisdata = -517 |
integer, parameter, public | usr_errno = -1000 |
integer function, public dc_error::errorcode | ( | ) |
Definition at line 620 of file dc_error.f90.
References errno.
Referenced by gtvarputline().
subroutine, public dc_error::geterrormessage | ( | character(len = *), intent(out) | msg | ) |
Definition at line 629 of file dc_error.f90.
References cause_int, cause_int_valid, cause_location, cause_string, dc_ealreadyinit, dc_earglack, dc_ebadcaltype, dc_ebaddate, dc_ebadfileopmode, dc_ebadtimezone, dc_ebadunit, dc_edimtime, dc_efilenameempty, dc_einconsistcaldate, dc_enegative, dc_enoassoc, dc_enodimtime, dc_enoentry, dc_enofileexist, dc_enofileread, dc_enofilewrite, dc_enotinit, dc_enounitnum, dc_etoolargetime, errno, gr_enotgr, gt_eargsizemismatch, gt_ebadallocatesize, gt_ebadattrname, gt_ebaddimname, gt_ebadgt4commagraphy, gt_ebadvar, gt_echarshort, gt_edimmultidim, gt_edimnodim, gt_edimotherdim, gt_efake, gt_elimited, gt_enomatchdim, gt_enomem, gt_enomoredims, gt_enoturl, gt_enotvar, gt_enounlimitdim, gt_eotherfile, gt_erankmismatch, hst_ealreadyregvarfix, hst_ebadname, hst_ebadnewfileint, hst_ebadorigin, hst_ebadslice, hst_ebadterminus, hst_ebadvarname, hst_eindefine, hst_eindivisible, hst_eintfile, hst_emaxdimsdepended, hst_empinoaxisdata, hst_enoaxisname, hst_enodependtime, hst_enotimedim, hst_enotindefine, hst_enottermgthist, hst_evarinuse, and usr_errno.
Referenced by dumperror().
subroutine, public dc_error::storeerror | ( | integer, intent(in) | number, |
character(len = *), intent(in) | where, | ||
logical, intent(out), optional | err, | ||
character(len = *), intent(in), optional | cause_c, | ||
integer, intent(in), optional | cause_i | ||
) |
Definition at line 830 of file dc_error.f90.
References cause_int, cause_int_valid, cause_location, cause_string, dc_noerr, dumperror(), and errno.
Referenced by actual_iorange_dump(), gtool_history_internal::copy_attrs(), dccalconvertbyunit1(), dccalconvertbyunit2(), dccalconverttoday1(), dccalconverttoday2(), dccalconverttohour1(), dccalconverttohour2(), dccalconverttomin1(), dccalconverttomin2(), dccalconverttosec1(), dccalconverttosec2(), dccalcreate1(), dccalcreate2(), dccaldatecreate1(), dccaldatecreate2(), dccaldatecurrent1(), dccaldatedifference1(), dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateinquire1(), dccaldateinquire2(), dccaldateparsestr1(), dccaldefault1(), dccalinquire1(), dccalparseunit1(), dc_clock::dcclockgetd(), dc_clock::dcclockgetr(), dc_clock::dcclockpredict0(), dc_clock::dcclockputline0(), dc_clock::dcclockresult0(), dc_clock::dcclocksetname0(), dc_clock::dcclockstart0(), dc_clock::dcclockstop0(), dc_date_internal::dcdate_nondimcheck(), dcdatetimecreate1(), dcdatetimesetzone(), dcdifftimecreate2d(), dcdifftimeeval1(), dc_scaledsec::dcscaledseccreated(), gtdata_internal_vartable::dimrange_direct(), dc_iounit::fileopen(), gdmemvarattrdel(), gdmemvarattrget(), gdncfileclose(), gdncfileinquirename(), gdncfileopen(), gdncfilereopen(), gdncvarattrcopy(), gdncvarclose(), gdncvarcreate(), gdncvarcreated(), gdncvardelattr(), gdncvaropen(), gdncvaropenbydimord(), gdncvarputattrchar(), gdncvarputattrdouble(), gdncvarputattrint(), gdncvarputattrreal(), gtvaraddmember(), gtvarattrtrue(), gtvarclose(), gtvarcopyattr(), gtvarcreate(), gtvarcreatecopyc(), gtvarcreated(), gtvardelattr(), gtvargetattrd(), gtvargetattrda(), gtvargetattrdp(), gtvargetattri(), gtvargetattria(), gtvargetattrip(), gtvargetattrr(), gtvargetattrra(), gtvargetattrrp(), gtvargetdouble(), gtvargetint(), gtvargetpointerdouble1(), gtvargetpointerdouble2(), gtvargetpointerdouble3(), gtvargetpointerdouble4(), gtvargetpointerdouble5(), gtvargetpointerdouble6(), gtvargetpointerdouble7(), gtvargetpointerint1(), gtvargetpointerint2(), gtvargetpointerint3(), gtvargetpointerint4(), gtvargetpointerint5(), gtvargetpointerint6(), gtvargetpointerint7(), gtvargetpointerreal1(), gtvargetpointerreal2(), gtvargetpointerreal3(), gtvargetpointerreal4(), gtvargetpointerreal5(), gtvargetpointerreal6(), gtvargetpointerreal7(), gtvargetreal(), gtvarlimit_iiii(), gtvaropen(), gtvaropenbydimord(), gtvarputchar(), gtvarputdouble(), gtvarputint(), gtvarputline(), gtvarputreal(), gtvarslice(), gtvarslicenext(), gtvarxformbinary(), historyaddattrchar0(), historyaddattrdouble0(), historyaddattrdouble1(), historyaddattrint0(), historyaddattrint1(), historyaddattrlogical0(), historyaddattrreal0(), historyaddattrreal1(), historyaddvariable1(), historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddvariable2(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoallvarfix(), historyautoclose1(), historyautocreate1(), historyautocreate2(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyautoputaxisreal(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), historyclose(), historycopy1(), historycreate1(), historycreate2(), historygetdouble0(), historygetdouble1(), historygetdouble2(), historygetdouble3(), historygetdouble4(), historygetdouble5(), historygetdouble6(), historygetdouble7(), historygetint0(), historygetint1(), historygetint2(), historygetint3(), historygetint4(), historygetint5(), historygetint6(), historygetint7(), historygetreal0(), historygetreal1(), historygetreal2(), historygetreal3(), historygetreal4(), historygetreal5(), historygetreal6(), historygetreal7(), historygettattrchar0(), historygettattrdouble0(), historygettattrdouble1(), historygettattrint0(), historygettattrint1(), historygettattrreal0(), historygettattrreal1(), historyinquire1(), historyinquire2(), historyputaxismpidouble(), historyputaxismpiint(), historyputaxismpireal(), historyputcharex(), historyputdoubleex(), historyputintex(), historyputline(), historyputrealex(), historyvarinfoaddattrchar0(), historyvarinfoaddattrdouble0(), historyvarinfoaddattrdouble1(), historyvarinfoaddattrint0(), historyvarinfoaddattrint1(), historyvarinfoaddattrlogical0(), historyvarinfoaddattrreal0(), historyvarinfoaddattrreal1(), historyvarinfoclear0(), historyvarinfocopy1(), historyvarinfocreate1(), historyvarinfoinquire1(), gtool_historyauto_internal::hstfilecreate(), hstnmlinfoadd(), hstnmlinfoallnamevalid(), hstnmlinfoallvarinicheck(), hstnmlinfoassocgthist(), hstnmlinfoclose(), hstnmlinfocreate(), hstnmlinfodelete(), hstnmlinfoenddefine(), hstnmlinfogetnames(), hstnmlinfoinquire(), gtool_history_nmlinfo_internal::hstnmlinfolistlast(), gtool_history_nmlinfo_internal::hstnmlinfolistnext(), gtool_history_nmlinfo_internal::hstnmlinfolistsearch(), hstnmlinfooutputstepdisable(), hstnmlinfoputline(), hstnmlinforedefine(), hstnmlinforesetdefault(), hstnmlinfosetvalidname(), gtool_historyauto_internal::hstvarsoutputcheck(), gtool_history_internal::lookup_dimension(), lookup_growable_url(), gtool_history_internal::lookup_var_or_dim(), gtool_history_internal::lookup_variable(), gtdata_internal_map::maptabdelete(), dc_message::messagenotifyc(), dc_message::messagenotifyi(), gtdata_internal_vartable::ndims(), gtdata_internal_vartable::query_growable(), and timegoahead().
|
private |
Definition at line 511 of file dc_error.f90.
Referenced by geterrormessage(), and storeerror().
|
private |
Definition at line 512 of file dc_error.f90.
Referenced by geterrormessage(), and storeerror().
|
private |
Definition at line 514 of file dc_error.f90.
Referenced by geterrormessage(), and storeerror().
|
private |
Definition at line 513 of file dc_error.f90.
Referenced by geterrormessage(), and storeerror().
integer, parameter, public dc_error::dc_ealreadyinit = -401 |
Definition at line 558 of file dc_error.f90.
Referenced by dccalcreate1(), dccalcreate2(), dccaldatecreate1(), dccaldatecreate2(), dccaldatecurrent1(), dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateparsestr1(), dccaldefault1(), dccalparseunit1(), geterrormessage(), historyautocreate1(), historyautocreate2(), historyautocreate3(), historycreate1(), historycreate2(), historyvarinfocopy1(), historyvarinfocreate1(), and hstnmlinfocreate().
integer, parameter, public dc_error::dc_earglack = -412 |
Definition at line 569 of file dc_error.f90.
Referenced by geterrormessage(), historyputcharex(), historyputdoubleex(), historyputintex(), historyputrealex(), hstnmlinfoadd(), hstnmlinfoallnamevalid(), hstnmlinfoallvarinicheck(), hstnmlinfocreate(), hstnmlinfodelete(), hstnmlinfoinquire(), and hstnmlinfosetvalidname().
integer, parameter, public dc_error::dc_ebadcaltype = -403 |
Definition at line 560 of file dc_error.f90.
Referenced by dccalcreate1(), dccalcreate2(), dccaldefault1(), dccalparseunit1(), dcdatetimecreate1(), and geterrormessage().
integer, parameter, public dc_error::dc_ebaddate = -418 |
Definition at line 575 of file dc_error.f90.
Referenced by dccaldatecreate1(), dccaldatecreate2(), dccaldatecurrent1(), dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateparsestr1(), and geterrormessage().
integer, parameter, public dc_error::dc_ebadfileopmode = -406 |
Definition at line 563 of file dc_error.f90.
Referenced by dc_iounit::fileopen(), and geterrormessage().
integer, parameter, public dc_error::dc_ebadtimezone = -404 |
Definition at line 561 of file dc_error.f90.
Referenced by dcdatetimecreate1(), dcdatetimesetzone(), and geterrormessage().
integer, parameter, public dc_error::dc_ebadunit = -402 |
Definition at line 559 of file dc_error.f90.
Referenced by dccalconvertbyunit1(), dccalconvertbyunit2(), dccalconverttoday1(), dccalconverttoday2(), dccalconverttohour1(), dccalconverttohour2(), dccalconverttomin1(), dccalconverttomin2(), dccalconverttosec1(), dccalconverttosec2(), dccaldatedifference1(), dccaldateevalid2(), dccaldateevalym2ym2(), dccaldateevalymdhms2(), dccalparseunit1(), dcdifftimecreate2d(), and geterrormessage().
integer, parameter, public dc_error::dc_edimtime = -416 |
Definition at line 573 of file dc_error.f90.
Referenced by dc_date_internal::dcdate_nondimcheck(), dcdifftimeeval1(), and geterrormessage().
integer, parameter, public dc_error::dc_efilenameempty = -405 |
Definition at line 562 of file dc_error.f90.
Referenced by dc_iounit::fileopen(), and geterrormessage().
integer, parameter, public dc_error::dc_einconsistcaldate = -419 |
Definition at line 576 of file dc_error.f90.
Referenced by dc_calendar_internal::dccaldate_normalize(), dc_calendar_internal::dccaldate_ym2d(), dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateinquire1(), dccaldateinquire2(), and geterrormessage().
integer, parameter, public dc_error::dc_enegative = -411 |
Definition at line 568 of file dc_error.f90.
Referenced by dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateinquire1(), dccaldateinquire2(), geterrormessage(), gtvargetdouble(), gtvargetint(), gtvargetreal(), historyautocreate1(), historyautocreate3(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and hstnmlinfocreate().
integer, parameter, public dc_error::dc_enoassoc = -413 |
Definition at line 570 of file dc_error.f90.
Referenced by geterrormessage().
integer, parameter, public dc_error::dc_enodimtime = -415 |
Definition at line 572 of file dc_error.f90.
Referenced by dcdifftimeeval1(), and geterrormessage().
integer, parameter, public dc_error::dc_enoentry = -414 |
Definition at line 571 of file dc_error.f90.
Referenced by geterrormessage(), hstnmlinfoallnamevalid(), hstnmlinfoallvarinicheck(), hstnmlinfoassocgthist(), hstnmlinfoinquire(), hstnmlinfooutputstepdisable(), and hstnmlinfosetvalidname().
integer, parameter, public dc_error::dc_enofileexist = -408 |
Definition at line 565 of file dc_error.f90.
Referenced by dc_iounit::fileopen(), and geterrormessage().
integer, parameter, public dc_error::dc_enofileread = -409 |
Definition at line 566 of file dc_error.f90.
Referenced by dc_iounit::fileopen(), geterrormessage(), and hstnmlinfocreate().
integer, parameter, public dc_error::dc_enofilewrite = -410 |
Definition at line 567 of file dc_error.f90.
Referenced by dc_iounit::fileopen(), and geterrormessage().
integer, parameter, public dc_error::dc_enotinit = -400 |
Definition at line 557 of file dc_error.f90.
Referenced by dccalconvertbyunit1(), dccalconvertbyunit2(), dccalconverttoday1(), dccalconverttoday2(), dccalconverttohour1(), dccalconverttohour2(), dccalconverttomin1(), dccalconverttomin2(), dccalconverttosec1(), dccalconverttosec2(), dccaldatedifference1(), dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateinquire1(), dccaldateinquire2(), dccalinquire1(), dc_clock::dcclockgetd(), dc_clock::dcclockgetr(), dc_clock::dcclockpredict0(), dc_clock::dcclockputline0(), dc_clock::dcclockresult0(), dc_clock::dcclocksetname0(), dc_clock::dcclockstart0(), dc_clock::dcclockstop0(), geterrormessage(), historyaddvariable1(), historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoallvarfix(), historyautoclose1(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyautoputaxisreal(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), historyclose(), historyputaxismpidouble(), historyputaxismpiint(), historyputaxismpireal(), historyputcharex(), historyputdoubleex(), historyputintex(), historyputline(), historyputrealex(), historyvarinfoaddattrchar0(), historyvarinfoaddattrdouble0(), historyvarinfoaddattrdouble1(), historyvarinfoaddattrint0(), historyvarinfoaddattrint1(), historyvarinfoaddattrlogical0(), historyvarinfoaddattrreal0(), historyvarinfoaddattrreal1(), historyvarinfoclear0(), historyvarinfocopy1(), historyvarinfoinquire1(), hstnmlinfoadd(), hstnmlinfoallnamevalid(), hstnmlinfoallvarinicheck(), hstnmlinfoassocgthist(), hstnmlinfoclose(), hstnmlinfodelete(), hstnmlinfoenddefine(), hstnmlinfogetnames(), hstnmlinfoinquire(), hstnmlinfooutputstepdisable(), hstnmlinfoputline(), hstnmlinforedefine(), hstnmlinforesetdefault(), and hstnmlinfosetvalidname().
integer, parameter, public dc_error::dc_enounitnum = -407 |
Definition at line 564 of file dc_error.f90.
Referenced by dc_iounit::fileopen(), and geterrormessage().
integer, parameter, public dc_error::dc_etoolargetime = -417 |
Definition at line 574 of file dc_error.f90.
Referenced by dc_scaledsec::dcscaledseccreated(), and geterrormessage().
integer, parameter, public dc_error::dc_noerr = 0 |
Definition at line 509 of file dc_error.f90.
Referenced by actual_iorange_dump(), gtool_history_internal::copy_attrs(), dccalconvertbyunit1(), dccalconvertbyunit2(), dccalconverttoday1(), dccalconverttoday2(), dccalconverttohour1(), dccalconverttohour2(), dccalconverttomin1(), dccalconverttomin2(), dccalconverttosec1(), dccalconverttosec2(), dccalcreate1(), dccalcreate2(), dc_calendar_internal::dccaldate_normalize(), dc_calendar_internal::dccaldate_ym2d(), dccaldatecreate1(), dccaldatecreate2(), dccaldatecurrent1(), dccaldatedifference1(), dccaldateevalid1(), dccaldateevalid2(), dccaldateevalym2ym1(), dccaldateevalym2ym2(), dccaldateevalymdhms1(), dccaldateevalymdhms2(), dccaldateinquire1(), dccaldateinquire2(), dccaldateparsestr1(), dccaldefault1(), dccalinquire1(), dccalparseunit1(), dc_clock::dcclockgetd(), dc_clock::dcclockgetr(), dc_clock::dcclockpredict0(), dc_clock::dcclockputline0(), dc_clock::dcclockresult0(), dc_clock::dcclocksetname0(), dc_clock::dcclockstart0(), dc_clock::dcclockstop0(), dcdatetimecreate1(), dcdatetimesetzone(), dcdifftimecreate2d(), dcdifftimeeval1(), dc_scaledsec::dcscaledseccreated(), dc_iounit::fileopen(), gtvarclose(), gtvarcopyattr(), gtvarcreate(), gtvarcreated(), gtvargetdouble(), gtvargetint(), gtvargetpointerdouble1(), gtvargetpointerdouble2(), gtvargetpointerdouble3(), gtvargetpointerdouble4(), gtvargetpointerdouble5(), gtvargetpointerdouble6(), gtvargetpointerdouble7(), gtvargetpointerint1(), gtvargetpointerint2(), gtvargetpointerint3(), gtvargetpointerint4(), gtvargetpointerint5(), gtvargetpointerint6(), gtvargetpointerint7(), gtvargetpointerreal1(), gtvargetpointerreal2(), gtvargetpointerreal3(), gtvargetpointerreal4(), gtvargetpointerreal5(), gtvargetpointerreal6(), gtvargetpointerreal7(), gtvargetreal(), gtvarlimit_iiii(), gtvaropen(), gtvaropenbydimord(), gtvarputline(), gtvarslicenext(), gtvarxformbinary(), historyaddattrchar0(), historyaddattrdouble0(), historyaddattrdouble1(), historyaddattrint0(), historyaddattrint1(), historyaddattrlogical0(), historyaddattrreal0(), historyaddattrreal1(), historyaddvariable1(), historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddvariable1(), historyautoaddvariable2(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoallvarfix(), historyautoclose1(), historyautocreate1(), historyautocreate2(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyautoputaxisreal(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), historyclose(), historycopy1(), historycreate1(), historycreate2(), historygetdouble0(), historygetdouble1(), historygetdouble2(), historygetdouble3(), historygetdouble4(), historygetdouble5(), historygetdouble6(), historygetdouble7(), historygetint0(), historygetint1(), historygetint2(), historygetint3(), historygetint4(), historygetint5(), historygetint6(), historygetint7(), historygetreal0(), historygetreal1(), historygetreal2(), historygetreal3(), historygetreal4(), historygetreal5(), historygetreal6(), historygetreal7(), historygettattrchar0(), historygettattrdouble0(), historygettattrdouble1(), historygettattrint0(), historygettattrint1(), historygettattrreal0(), historygettattrreal1(), historyinquire1(), historyinquire2(), historyputaxismpidouble(), historyputaxismpiint(), historyputaxismpireal(), historyputcharex(), historyputdoubleex(), historyputintex(), historyputline(), historyputrealex(), historyvarinfoaddattrchar0(), historyvarinfoaddattrdouble0(), historyvarinfoaddattrdouble1(), historyvarinfoaddattrint0(), historyvarinfoaddattrint1(), historyvarinfoaddattrlogical0(), historyvarinfoaddattrreal0(), historyvarinfoaddattrreal1(), historyvarinfoclear0(), historyvarinfocopy1(), historyvarinfocreate1(), historyvarinfoinquire1(), gtool_historyauto_internal::hstfilecreate(), hstnmlinfoadd(), hstnmlinfoallnamevalid(), hstnmlinfoallvarinicheck(), hstnmlinfoassocgthist(), hstnmlinfoclose(), hstnmlinfocreate(), hstnmlinfodelete(), hstnmlinfoenddefine(), hstnmlinfogetnames(), hstnmlinfoinquire(), gtool_history_nmlinfo_internal::hstnmlinfolistlast(), gtool_history_nmlinfo_internal::hstnmlinfolistnext(), gtool_history_nmlinfo_internal::hstnmlinfolistsearch(), hstnmlinfooutputstepdisable(), hstnmlinfoputline(), hstnmlinforedefine(), hstnmlinforesetdefault(), hstnmlinfosetvalidname(), gtool_historyauto_internal::hstvarsoutputcheck(), gtool_history_internal::lookup_dimension(), lookup_growable_url(), gtool_history_internal::lookup_var_or_dim(), gtool_history_internal::lookup_variable(), gtdata_internal_map::map_create(), gtdata_internal_map::map_set(), gtdata_internal_map::map_set_ndims(), gtdata_internal_map::map_set_rank(), gtdata_internal_map::maptabdelete(), storeerror(), and timegoahead().
|
private |
Definition at line 510 of file dc_error.f90.
Referenced by errorcode(), geterrormessage(), and storeerror().
integer, parameter, public dc_error::gr_enotgr = -300 |
Definition at line 552 of file dc_error.f90.
Referenced by geterrormessage().
integer, parameter, public dc_error::gt_eargsizemismatch = -109 |
Definition at line 536 of file dc_error.f90.
Referenced by gtool_history_internal::copy_attrs(), geterrormessage(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautocreate1(), historyautocreate2(), historyautocreate3(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxisreal(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), historycopy1(), historycreate1(), historycreate2(), historygetdouble0(), historygetdouble1(), historygetdouble2(), historygetdouble3(), historygetdouble4(), historygetdouble5(), historygetdouble6(), historygetdouble7(), historygetint0(), historygetint1(), historygetint2(), historygetint3(), historygetint4(), historygetint5(), historygetint6(), historygetint7(), historygetreal0(), historygetreal1(), historygetreal2(), historygetreal3(), historygetreal4(), historygetreal5(), historygetreal6(), historygetreal7(), historyputcharex(), historyputdoubleex(), historyputintex(), and historyputrealex().
integer, parameter, public dc_error::gt_ebadallocatesize = -117 |
Definition at line 544 of file dc_error.f90.
Referenced by geterrormessage(), gtvargetpointerdouble1(), gtvargetpointerdouble2(), gtvargetpointerdouble3(), gtvargetpointerdouble4(), gtvargetpointerdouble5(), gtvargetpointerdouble6(), gtvargetpointerdouble7(), gtvargetpointerint1(), gtvargetpointerint2(), gtvargetpointerint3(), gtvargetpointerint4(), gtvargetpointerint5(), gtvargetpointerint6(), gtvargetpointerint7(), gtvargetpointerreal1(), gtvargetpointerreal2(), gtvargetpointerreal3(), gtvargetpointerreal4(), gtvargetpointerreal5(), gtvargetpointerreal6(), and gtvargetpointerreal7().
integer, parameter, public dc_error::gt_ebadattrname = -115 |
Definition at line 542 of file dc_error.f90.
Referenced by gtool_history_internal::copy_attrs(), and geterrormessage().
integer, parameter, public dc_error::gt_ebaddimname = -105 |
Definition at line 532 of file dc_error.f90.
Referenced by geterrormessage(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), historyputaxismpidouble(), historyputaxismpiint(), historyputaxismpireal(), and gtool_history_internal::lookup_dimension().
integer, parameter, public dc_error::gt_ebadgt4commagraphy = -120 |
Definition at line 547 of file dc_error.f90.
Referenced by geterrormessage(), and lookup_growable_url().
integer, parameter, public dc_error::gt_ebadhistory = -116 |
Definition at line 543 of file dc_error.f90.
Referenced by historyinquire1().
integer, parameter, public dc_error::gt_ebadvar = -112 |
Definition at line 539 of file dc_error.f90.
Referenced by geterrormessage(), gtvarclose(), gtvardelattr(), and gtvargetattrr().
integer, parameter, public dc_error::gt_echarshort = -113 |
Definition at line 540 of file dc_error.f90.
Referenced by gdncattrgetchar(), and geterrormessage().
integer, parameter, public dc_error::gt_edimmultidim = -103 |
Definition at line 530 of file dc_error.f90.
Referenced by gdncvarcreate(), and geterrormessage().
integer, parameter, public dc_error::gt_edimnodim = -102 |
Definition at line 529 of file dc_error.f90.
Referenced by gdncvarcreate(), and geterrormessage().
integer, parameter, public dc_error::gt_edimotherdim = -104 |
Definition at line 531 of file dc_error.f90.
Referenced by geterrormessage().
integer, parameter, public dc_error::gt_efake = -100 |
Definition at line 523 of file dc_error.f90.
Referenced by gtdata_internal_vartable::dimrange_direct(), geterrormessage(), gtvaraddmember(), gtvarcreate(), gtvargetdouble(), gtvargetint(), gtvargetreal(), gtvaropen(), gtvaropenbydimord(), gtvarputchar(), gtvarputdouble(), gtvarputint(), gtvarputreal(), gtvarslicenext(), and gtvarxformbinary().
integer, parameter, public dc_error::gt_elimited = -111 |
Definition at line 538 of file dc_error.f90.
Referenced by geterrormessage().
integer, parameter, public dc_error::gt_enomatchdim = -110 |
Definition at line 537 of file dc_error.f90.
Referenced by geterrormessage(), and gtvarxformbinary().
integer, parameter, public dc_error::gt_enomem = -107 |
Definition at line 534 of file dc_error.f90.
Referenced by gdncvarcreate(), gdncvarcreated(), geterrormessage(), gtvarcreatecopyc(), gtvarputline(), and gtdata_memory_internal::memtab_add().
integer, parameter, public dc_error::gt_enomoredims = -101 |
Definition at line 528 of file dc_error.f90.
Referenced by gdncsearchdim(), gdncvaropenbydimord(), geterrormessage(), gtvargetpointerdouble1(), gtvargetpointerdouble2(), gtvargetpointerdouble3(), gtvargetpointerdouble4(), gtvargetpointerdouble5(), gtvargetpointerdouble6(), gtvargetpointerdouble7(), gtvargetpointerint1(), gtvargetpointerint2(), gtvargetpointerint3(), gtvargetpointerint4(), gtvargetpointerint5(), gtvargetpointerint6(), gtvargetpointerint7(), gtvargetpointerreal1(), gtvargetpointerreal2(), gtvargetpointerreal3(), gtvargetpointerreal4(), gtvargetpointerreal5(), gtvargetpointerreal6(), gtvargetpointerreal7(), gtvaropenbydimord(), gtvarslicenext(), gtdata_internal_map::map_create(), gtdata_internal_map::map_set(), gtdata_internal_map::map_set_ndims(), and gtdata_internal_map::map_set_rank().
integer, parameter, public dc_error::gt_enoturl = -119 |
Definition at line 546 of file dc_error.f90.
Referenced by geterrormessage(), historygetdouble0(), historygetdouble1(), historygetdouble2(), historygetdouble3(), historygetdouble4(), historygetdouble5(), historygetdouble6(), historygetdouble7(), historygetint0(), historygetint1(), historygetint2(), historygetint3(), historygetint4(), historygetint5(), historygetint6(), historygetint7(), historygetreal0(), historygetreal1(), historygetreal2(), historygetreal3(), historygetreal4(), historygetreal5(), historygetreal6(), historygetreal7(), historygettattrchar0(), historygettattrdouble0(), historygettattrdouble1(), historygettattrint0(), historygettattrint1(), historygettattrreal0(), and historygettattrreal1().
integer, parameter, public dc_error::gt_enotvar = -106 |
Definition at line 533 of file dc_error.f90.
Referenced by geterrormessage(), gtvarattrtrue(), gtvargetattrd(), gtvargetattrda(), gtvargetattrdp(), gtvargetattri(), gtvargetattria(), gtvargetattrip(), gtvargetattrra(), gtvargetattrrp(), gtvaropen(), and lookup_growable_url().
integer, parameter, public dc_error::gt_enounlimitdim = -114 |
Definition at line 541 of file dc_error.f90.
Referenced by geterrormessage(), and lookup_growable_url().
integer, parameter, public dc_error::gt_eotherfile = -108 |
Definition at line 535 of file dc_error.f90.
Referenced by gdncvarcreate(), and geterrormessage().
integer, parameter, public dc_error::gt_erankmismatch = -118 |
Definition at line 545 of file dc_error.f90.
Referenced by geterrormessage(), gtvargetpointerdouble1(), gtvargetpointerdouble2(), gtvargetpointerdouble3(), gtvargetpointerdouble4(), gtvargetpointerdouble5(), gtvargetpointerdouble6(), gtvargetpointerdouble7(), gtvargetpointerint1(), gtvargetpointerint2(), gtvargetpointerint3(), gtvargetpointerint4(), gtvargetpointerint5(), gtvargetpointerint6(), gtvargetpointerint7(), gtvargetpointerreal1(), gtvargetpointerreal2(), gtvargetpointerreal3(), gtvargetpointerreal4(), gtvargetpointerreal5(), gtvargetpointerreal6(), gtvargetpointerreal7(), historygetdouble0(), historygetdouble1(), historygetdouble2(), historygetdouble3(), historygetdouble4(), historygetdouble5(), historygetdouble6(), historygetdouble7(), historygetint0(), historygetint1(), historygetint2(), historygetint3(), historygetint4(), historygetint5(), historygetint6(), historygetint7(), historygetreal0(), historygetreal1(), historygetreal2(), historygetreal3(), historygetreal4(), historygetreal5(), historygetreal6(), and historygetreal7().
integer, parameter, public dc_error::hst_ealreadyregvarfix = -510 |
Definition at line 591 of file dc_error.f90.
Referenced by geterrormessage(), and historyautoaddvariable1().
integer, parameter, public dc_error::hst_ebadname = -503 |
Definition at line 584 of file dc_error.f90.
Referenced by geterrormessage(), hstnmlinfoassocgthist(), and hstnmlinfooutputstepdisable().
integer, parameter, public dc_error::hst_ebadnewfileint = -512 |
Definition at line 593 of file dc_error.f90.
Referenced by geterrormessage(), hstnmlinfoadd(), and hstnmlinfoenddefine().
integer, parameter, public dc_error::hst_ebadorigin = -516 |
Definition at line 597 of file dc_error.f90.
Referenced by geterrormessage(), and hstnmlinfoenddefine().
integer, parameter, public dc_error::hst_ebadslice = -511 |
Definition at line 592 of file dc_error.f90.
Referenced by geterrormessage(), gtool_historyauto_internal::hstfilecreate(), and hstnmlinfoenddefine().
integer, parameter, public dc_error::hst_ebadterminus = -515 |
Definition at line 596 of file dc_error.f90.
Referenced by geterrormessage(), and hstnmlinfoenddefine().
integer, parameter, public dc_error::hst_ebadvarname = -506 |
Definition at line 587 of file dc_error.f90.
Referenced by geterrormessage(), historyautoallvarfix(), historyautoputdouble0(), historyautoputdouble1(), historyautoputdouble2(), historyautoputdouble3(), historyautoputdouble4(), historyautoputdouble5(), historyautoputdouble6(), historyautoputdouble7(), historyautoputint0(), historyautoputint1(), historyautoputint2(), historyautoputint3(), historyautoputint4(), historyautoputint5(), historyautoputint6(), historyautoputint7(), historyautoputreal0(), historyautoputreal1(), historyautoputreal2(), historyautoputreal3(), historyautoputreal4(), historyautoputreal5(), historyautoputreal6(), historyautoputreal7(), and gtool_historyauto_internal::hstfilecreate().
integer, parameter, public dc_error::hst_eindefine = -501 |
Definition at line 582 of file dc_error.f90.
Referenced by geterrormessage(), hstnmlinfoassocgthist(), hstnmlinfooutputstepdisable(), and hstnmlinforedefine().
integer, parameter, public dc_error::hst_eindivisible = -514 |
Definition at line 595 of file dc_error.f90.
Referenced by geterrormessage(), and historyautoaddvariable1().
integer, parameter, public dc_error::hst_eintfile = -502 |
Definition at line 583 of file dc_error.f90.
Referenced by geterrormessage(), hstnmlinfoenddefine(), and hstnmlinforedefine().
integer, parameter, public dc_error::hst_emaxdimsdepended = -513 |
Definition at line 594 of file dc_error.f90.
Referenced by geterrormessage(), and historyautoaddvariable1().
integer, parameter, public dc_error::hst_empinoaxisdata = -517 |
Definition at line 598 of file dc_error.f90.
Referenced by geterrormessage(), historyaddattrchar0(), historyaddattrdouble0(), historyaddattrdouble1(), historyaddattrint0(), historyaddattrint1(), historyaddattrlogical0(), historyaddattrreal0(), historyaddattrreal1(), historyaddvariable1(), historygettattrchar0(), historygettattrdouble0(), historygettattrdouble1(), historygettattrint0(), historygettattrint1(), historygettattrreal0(), historygettattrreal1(), and gtool_historyauto_internal::hstfilecreate().
integer, parameter, public dc_error::hst_enoaxisname = -508 |
Definition at line 589 of file dc_error.f90.
Referenced by geterrormessage(), historyautoaddattrchar0(), historyautoaddattrdouble0(), historyautoaddattrdouble1(), historyautoaddattrint0(), historyautoaddattrint1(), historyautoaddattrlogical0(), historyautoaddattrreal0(), historyautoaddattrreal1(), historyautoaddweightdouble(), historyautoaddweightint(), historyautoaddweightreal(), historyautoputaxisdouble(), historyautoputaxisint(), historyautoputaxismpidouble(), historyautoputaxismpiint(), historyautoputaxismpireal(), and historyautoputaxisreal().
integer, parameter, public dc_error::hst_enodependtime = -505 |
Definition at line 586 of file dc_error.f90.
Referenced by geterrormessage(), and historyaddvariable1().
integer, parameter, public dc_error::hst_enotimedim = -507 |
Definition at line 588 of file dc_error.f90.
Referenced by geterrormessage(), historyautocreate1(), historyautocreate2(), and historyautocreate3().
integer, parameter, public dc_error::hst_enotindefine = -500 |
Definition at line 581 of file dc_error.f90.
Referenced by geterrormessage(), hstnmlinfoadd(), hstnmlinfodelete(), hstnmlinfoenddefine(), hstnmlinforedefine(), and hstnmlinforesetdefault().
integer, parameter, public dc_error::hst_enottermgthist = -504 |
Definition at line 585 of file dc_error.f90.
Referenced by geterrormessage(), and hstnmlinfoclose().
integer, parameter, public dc_error::hst_evarinuse = -509 |
Definition at line 590 of file dc_error.f90.
Referenced by geterrormessage(), and historyautoaddvariable1().
integer, parameter, public dc_error::usr_errno = -1000 |
Definition at line 604 of file dc_error.f90.
Referenced by geterrormessage(), historyputcharex(), historyputdoubleex(), historyputintex(), historyputrealex(), hstnmlinfoadd(), hstnmlinfocreate(), hstnmlinfodelete(), dc_message::messagenotifyc(), and dc_message::messagenotifyi().