Dataset { Float32 S[S = 7]; Float32 X[X = 64]; Float32 Y[Y = 46]; String C[C = 3]; Float32 L[L = 1]; Grid { ARRAY: Float32 dof[S = 7]; MAPS: Float32 S[S = 7]; } dof; Grid { ARRAY: Float32 Forecast[S = 7][Y = 46][X = 64]; MAPS: Float32 S[S = 7]; Float32 Y[Y = 46]; Float32 X[X = 64]; } Forecast; Grid { ARRAY: Float32 PredErrorVars[S = 7][Y = 46][X = 64]; MAPS: Float32 S[S = 7]; Float32 Y[Y = 46]; Float32 X[X = 64]; } PredErrorVars; Grid { ARRAY: Float32 Prob[S = 7][C = 3][Y = 46][X = 64]; MAPS: Float32 S[S = 7]; String C[C = 3]; Float32 Y[Y = 46]; Float32 X[X = 64]; } Prob; Grid { ARRAY: Float32 target_date[L = 1][S = 7]; MAPS: Float32 L[L = 1]; Float32 S[S = 7]; } target_date; Grid { ARRAY: Float32 target_length[L = 1][S = 7]; MAPS: Float32 L[L = 1]; Float32 S[S = 7]; } target_length; } Forecasts;