Skip to content

Commit c17d32f

Browse files
changing streams for class=rr to read only
1 parent 22f6855 commit c17d32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

definitions/grib2/products_crra.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ concept marsStream(unknown) {
113113
outerLoopTypeOfTimeIncrement = 1;
114114
outerLoopLengthOfTimeRange = 24;
115115
}
116-
} : no_copy;
116+
} : no_copy,read_only;
117117

118118
alias mars.stream = marsStream;
119119
alias mars.type = marsType;
120120

121121
if (marsStream is "moda") {
122122

123123
meta verificationDate g1verificationdate(dataDate, dataTime, outerLoopLengthOfTimeRange) : read_only;
124-
meta monthlyVerificationDate g1monthlydate(verificationDate) : dump,no_copy;
124+
meta monthlyVerificationDate g1monthlydate(verificationDate) : no_copy;
125125
alias mars.date = monthlyVerificationDate;
126126

127127
unalias mars.time;

0 commit comments

Comments
 (0)