# Output inventory, plotting, and budget analysis ## Analyze without overclaiming Output analysis can detect errors and quantify diagnostics. It cannot by itself establish: - Correct equations, units, or boundary/initial/forcing conditions. - Adequate resolution or dealiasing. - Stable/accurate time integration. - Conservation or budget closure. - Statistical stationarity. - Grid/time convergence. - Physical validity. Keep plotting descriptive until those checks pass. ## FluidSim 0.9 physical-state format Official 0.9 source selects: - `.nc` with `h5netcdf` when h5py lacks MPI support (normal default). - `.h5` with h5py when h5py is MPI-enabled. Filename: ```text state_phys_t