mirror of https://github.com/ecmwf/eccodes.git
Comments re no_copy flag
This commit is contained in:
parent
f57987af46
commit
705cee4b92
|
@ -4,6 +4,7 @@
|
||||||
# template_nofail default_step_units "grib2/localConcepts/[centre:s]/default_step_units.def";
|
# template_nofail default_step_units "grib2/localConcepts/[centre:s]/default_step_units.def";
|
||||||
# codetable[1] stepUnits 'stepUnits.table' = defaultStepUnits : transient,dump,no_copy;
|
# codetable[1] stepUnits 'stepUnits.table' = defaultStepUnits : transient,dump,no_copy;
|
||||||
|
|
||||||
|
# See ECC-1768 re why no_copy is needed
|
||||||
meta stepUnits optimal_step_units(forecastTime,indicatorOfUnitOfTimeRange,lengthOfTimeRange,indicatorOfUnitForTimeRange) : dump,no_copy;
|
meta stepUnits optimal_step_units(forecastTime,indicatorOfUnitOfTimeRange,lengthOfTimeRange,indicatorOfUnitForTimeRange) : dump,no_copy;
|
||||||
transient startStepUnit = 255 : hidden; # 255 means MISSING. See code table 4.4
|
transient startStepUnit = 255 : hidden; # 255 means MISSING. See code table 4.4
|
||||||
transient endStepUnit = 255 : hidden;
|
transient endStepUnit = 255 : hidden;
|
||||||
|
|
Loading…
Reference in New Issue