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