Hi, I have a question about the mpas-jedi B sample data’s date.
in 3_convert_uv_to_psichi.bash:

the commented “# f_fcst=…” line, is a more common dir structure “init_dir/output.valid_date.nc“.
but the actually used “f_fcst=…” line, is a dir structure “valid_dir/init.valid_date.nc”.
then ncdump -c, or ncdmp -v xtime, to see the actual used file,
find it’s truely a “init file” with the “right_to_be_used valid date”,
not a “forecast valid file“, from a “init dir” with lead “24h” or “48h” to the “mpasout.valid_date.nc”, like the “# f_fcst=…” line’s dir and file structure.
so, how are these sample_data generated? and is that ok to use the dir_file_structure like the “# f_fcst=…” line indicated?
thanks.