Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue with coupled model #102

Closed
kafitzgerald opened this issue Jul 27, 2018 · 1 comment
Closed

Compile issue with coupled model #102

kafitzgerald opened this issue Jul 27, 2018 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kafitzgerald
Copy link
Contributor

kafitzgerald commented Jul 27, 2018

Logging this from a user report so it's documented in the public repo

Expected Behavior

Coupled WRF | WRF-Hydro should build without error

Current Behavior

Coupled WRF | WRF-Hydro build fails with the following error message:
Unable to open MODULE file netcdf.mod (module_wrf_HYDRO.f: 28)

Possible Solution

Change line 21 in the Makefile from:
$(COMPILER90) -o $(@) $(F90FLAGS) $(MODFLAG) -I$(WRF_ROOT)/frame -I$(WRF_ROOT)/main -I$(WRF_ROOT)/external/esmf_time_f90 $(*).f
to:
$(COMPILER90) -o $(@) $(F90FLAGS) $(MODFLAG) -I$(WRF_ROOT)/frame -I$(WRF_ROOT)/main -I$(WRF_ROOT)/external/esmf_time_f90 -I$(NETCDFINC) $(*).f

Your Environment

  • Version of the code used: WRF-Hydro v5.0.0
  • Operating System and version:
  • Compiler and version: PGI v17.5
  • Other relevant information:
@kafitzgerald kafitzgerald added the bug Something isn't working label Jul 27, 2018
@kafitzgerald kafitzgerald self-assigned this Aug 24, 2018
@kafitzgerald kafitzgerald added this to the v5.0.x milestone Sep 6, 2018
@kafitzgerald
Copy link
Contributor Author

Addressed in merged PR #206

jmccreight pushed a commit to jmccreight/wrf_hydro_nwm_public that referenced this issue Nov 13, 2018
A number of package upgrades to better handle PBS
laurareads pushed a commit to laurareads/wrf_hydro_nwm_public that referenced this issue Apr 3, 2019
moved WPS lesson back to notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant