Is UFS able to output dynf*.nc and phyf*.nc in NETCDF4 format? #795
|
Hello everyone: Since UFS outputs are heavy, so I want to know does it currently support NETCDF-4 format to decrease the data size? Bests, |
Answered by
EdwardSnyder-NOAA
May 17, 2023
Replies: 1 comment 4 replies
|
Good afternoon Yi-Chuan, The documentation doesn't specify which format of netCDF the UFS WM is using, so I did a ncdump on the Please let us know if you have any more questions! Thanks! Edward Snyder | Advanced User Support Team |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Yi-Chuan,
My apologies for the delayed response. To compress the
dynf*.ncandphyf*.ncfiles, go intoufs-srweather-app/parm/model_configureand modify theideflatevariable before running therun_fcst_mem###step of your experiment. The accepted values for this variable are 0-9 as mentioned here.The
mpp_io_nmlsection of the FV3.input.yml refers to a package within the FMS framework that is designed to aid with reading and writing of files in a parallel environment.Thanks!
Edward Snyder | Advanced User Support Team