Merge branch 'update_namelist_wrf_consistency' into release-v4.3 (PR #178)
commitcf1e95b2dc466e4203fa678afa96ea422fd882aa
authorMichael Duda <duda@ucar.edu>
Mon, 10 May 2021 22:47:51 +0000 (10 16:47 -0600)
committerMichael Duda <duda@ucar.edu>
Mon, 10 May 2021 22:47:51 +0000 (10 16:47 -0600)
treed61803b27fa7f07f151c83fc6a979dcf3295d7ee
parentb2694d5ce2b4db7ffabb2d244cc0306fc5c54576
parent34a252230339c3b2b9c764dd0dfae63c56db4d70
Merge branch 'update_namelist_wrf_consistency' into release-v4.3 (PR #178)

This merge updates the namelist.wps file for consistency with updates to WRF's
namelist.input (see WRF #1513), and it also makes minor improvements to decrease
user confusion.

- Set interval_seconds to 10800 - namelists are set up specifically for GFS
  data, which is usually available every three hours.

- Remove io_form_geogrid and io_form_metgrid variables, as currently we
  recommend only setting these to 2, which is the default value.

- Removed old comment regarding using V3.9 settings for geog_data_res.

* update_namelist_wrf_consistency:
  Updated namelist.wps for consistency with updates to namelist.input