Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix WRFDA reading of global attributes from netcdf input (wrf-model#258
) TYPE: bug fix KEYWORDS: WRFDA, wrf_get_dom_ti_integer, ncd_ext_get_dom_ti_integer SOURCE: internal DESCRIPTION OF CHANGES: When using ncd_ext_get_dom_ti_integer to get the global attribute, only root processor gets the correct value, other processors returns with the WRF_WARN_BAD_DATA_HANDLE error. The problem is fixed by calling wrf_get_dom_ti_integer instead. For HYBRID_OPT=2 case, root processor gets hybrid_opt=2 while other processors end up with hybrid_opt=0. LIST OF MODIFIED FILES: M var/da/da_main/da_med_initialdata_input.inc M var/da/da_main/da_wrfvar_io.f90 TESTS CONDUCTED: Before the fix, the 3dvar/hybrid_opt=2 system have been cycled for ~3 weeks until I 'accidentally' look at rsl.out from non-root processors...
- Loading branch information