Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

fatal error: Can't open module file ‘io_manager_base.mod’ for reading at (1): No such file or directory

huangsiyr

New member
dear friends,
I wanna to install wrf-hydro5.2.0 into wrf4.4 in gnu fortran 8.5.0, when I wanna to compile compile_offline_NoahMP.sh, it make so many fatal errors like: cannot open module file '***.mod' for reading at(1): No such file or directory. how can I deal with that?
hear attach my setEnvar.sh bashrc and compile.log.

hear is bashrc
#netcdf
export PATH=$DIR/bin:$PATH
export NETCDF=$DIR
export NETCDF_LIB=$DIR/lib
export NETCDF_INC=$DIR/include
export LD_LIBRARY_PATH=$DIR:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/bin:$LD_LIBRARY_PATH
#mpi
export PATH=$DIR/bin:$PATH
#export LD_LIBRARY_PATH=/home/hsy/wrf-workstation/library/netcdf/include:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/hsy/wrf-workstation/library/netcdf/lib:$LD_LIBRARY_PATH
export WRFIO_NCD_LARGE_FILE_SUPPORT=1


hear is setEnv.sh

#!/bin/bash

# WRF-Hydro compile time options

# This is a WRF environment variable. Always set to 1=On for compiling WRF-Hydro.
export WRF_HYDRO=1

# Enhanced diagnostic output for debugging: 0=Off, 1=On.
export HYDRO_D=1

# Spatially distributed parameters for NoahMP: 0=Off, 1=On.
export SPATIAL_SOIL=2

# RAPID model: 0=Off, 1=On.
export WRF_HYDRO_RAPID=0

# WCOSS file units: 0=Off, 1=On.
export NCEP_WCOSS=0

# NWM output metadata: 0=Off, 1=On.
export NWM_META=0

# Streamflow nudging: 0=Off, 1=On.
export WRF_HYDRO_NUDGING=0


thanks for your answers.
 

Attachments

  • compile.log
    300.5 KB · Views: 3
Top