We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f6855 commit c17d32fCopy full SHA for c17d32f
definitions/grib2/products_crra.def
@@ -113,15 +113,15 @@ concept marsStream(unknown) {
113
outerLoopTypeOfTimeIncrement = 1;
114
outerLoopLengthOfTimeRange = 24;
115
}
116
-} : no_copy;
+} : no_copy,read_only;
117
118
alias mars.stream = marsStream;
119
alias mars.type = marsType;
120
121
if (marsStream is "moda") {
122
123
meta verificationDate g1verificationdate(dataDate, dataTime, outerLoopLengthOfTimeRange) : read_only;
124
- meta monthlyVerificationDate g1monthlydate(verificationDate) : dump,no_copy;
+ meta monthlyVerificationDate g1monthlydate(verificationDate) : no_copy;
125
alias mars.date = monthlyVerificationDate;
126
127
unalias mars.time;
0 commit comments