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