Skip to content

Commit

Permalink
fix WRFDA build for Parallel netcdf-4 IO (#1634)
Browse files Browse the repository at this point in the history
TYPE: bug fix

KEYWORDS: WRFDA, IO_NETCDFPAR

SOURCE: Jamie Bresch (NCAR)

DESCRIPTION OF CHANGES:
Problem:
WRFDA does not build after commit e018624.
Registry.EM_COMMON was modified in commit e018624, but WRFDA uses Registry.EM_COMMON.var.

Solution:
Add io_netcdfpar to Registry.EM_COMMON.var

LIST OF MODIFIED FILES:
M       Registry/Registry.EM_COMMON.var

TESTS CONDUCTED:
1. WRFDA builds after the fix
2. Jenkins is all pass (for real).
  • Loading branch information
jamiebresch authored Jan 13, 2022
1 parent c40e138 commit 92fd706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Registry/Registry.EM_COMMON.var
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ package io_zzz io_form_restart==9 - -
package io_grib2 io_form_restart==10 - -
package io_pnetcdf io_form_restart==11 - -
package io_pio io_form_restart==12 - -
package io_netcdfpar io_form_restart==13 - -

#WRF Hydro
package no_wrfhydro wrf_hydro==0 - -
Expand Down

0 comments on commit 92fd706

Please sign in to comment.