WRF | WRF uses Pnetcdf
Issue
To Be Tested.
Remark
Parallel Netcdf4 I/O support (as opposed to pnetcdf) > Unfortunately the WRF model is not capable of using parallel I/O. If you are using netCDF-4, you must install it without activating parallel I/O based on HDF5. It is possible to use compression with netcdf-4 and HDF5 (without parallel I/O). See this page for details: https://www2.mmm.ucar.edu/wrf/users/building_netcdf4.html
- WRF Build with Parallel NetCDF Support
- export PNETCDF=/projects/WRF/parallel-netcdf/xxx/ (BASH)
- Configure namelist to use pNetCDF
1 |
|
With pNetCDF support:
- Timing for Writing wrfout_d03_2010-02-06_01_00_00 for domain 3: 77.62950 elapsed seconds. Timing for Writing wrfout_d03_2010-02-06_02_00_00 for domain 3: 75.74540 elapsed seconds. Timing for Writing wrfout_d03_2010-02-06_03_00_00 for domain 3: 80.26440 elapsed seconds.
- Without pNetCDF support:
- Timing for Writing wrfout_d03_2010-02-06_01:00:00 for domain 3: 315.81271 elapsed seconds. Timing for Writing wrfout_d03_2010-02-06_02:00:00 for domain 3: 299.80011 elapsed seconds. Timing for Writing wrfout_d03_2010-02-06_03:00:00 for domain 3: 307.18109 elapsed seconds.
WRF | WRF uses Pnetcdf
https://waipangsze.github.io/2024/06/05/WRF-install-pnetcdf/