Hi,
I am trying to test parallel I/O options in WRF. I have successfully installed WRF with parallel I/O through the pnetcdf library (uncompressed netcdf3 files), by following this guide:
http://www.hpcadvisorycouncil.com/pdf/WRF_v3.8 Installation_Best_Practices.pdf
and also set io_form_history =11 and io_form_restart = 11 to enable the parallel IO in the namelist.input. This works as expected.
BUT, i understand that netcdf (not pnetcdf) also supports parallel I/O using compressed netcdf4 files by using the hdf5 library on the backend.
My question is: how do i properly configure the netcdf/hdf5/wrf to utiliize this parallel I/O backend as opposed to pnetcdf?
What setting do I use for io_form_history and io_form_restart? 2 , 11, something else?
Many thanks.
I am trying to test parallel I/O options in WRF. I have successfully installed WRF with parallel I/O through the pnetcdf library (uncompressed netcdf3 files), by following this guide:
http://www.hpcadvisorycouncil.com/pdf/WRF_v3.8 Installation_Best_Practices.pdf
and also set io_form_history =11 and io_form_restart = 11 to enable the parallel IO in the namelist.input. This works as expected.
BUT, i understand that netcdf (not pnetcdf) also supports parallel I/O using compressed netcdf4 files by using the hdf5 library on the backend.
My question is: how do i properly configure the netcdf/hdf5/wrf to utiliize this parallel I/O backend as opposed to pnetcdf?
What setting do I use for io_form_history and io_form_restart? 2 , 11, something else?
Many thanks.