NCAR / wrf_hydro_docker

Docker containers for the WRF-Hydro modeling system
https://hub.docker.com/u/wrfhydro
22 stars 24 forks source link

Erro WRF-Hydro V5 in Standalone Mode #97

Closed eliascho closed 5 years ago

eliascho commented 5 years ago

rm -f CPL_WRF.o CPL_WRF.mod CPL_WRF.stb ~ .f cpp -P -xassembler-with-cpp -traditional -DMPP_LAND -I"../Data_Rec" -DWRF_HYDRO -DWRFIO_NCD_LARGE_FILE_SUPPORT -I/home/eleazar/wrflib/netcdf/include CPL_WRF.F > CPL_WRF.f mpif90 -o CPL_WRF.o -w -c -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -I"./" -I"../../MPP" -I"../MPP" -I"../mod" CPL_WRF.f Warning: Nonexistent include directory "../../MPP"

Sorry, when I try to compile "./compile_offline_Noah.sh setEnvar.sh" it shows the following line: Warning: Nonexistent include directory "../../MPP", but the MPP folder does exist.

jmccreight commented 5 years ago

is this relevant to this repository? There is insufficient information to do anything with this. For example, I dont know what container you are referencing.

eliascho commented 5 years ago

orry, when I try to compile "./compile_offline_Noah.sh setEnvar.sh" it shows the following line: Warning: Nonexistent include directory "../../MPP", but the MPP folder does exist.

jmccreight commented 5 years ago

This is still incomplete. And not relevant to this repository. You should contact model user support. A few tips before you go, 1) configure (at least show it) 2) I'm not sure the Noah compile script works this way. and /or v5.0 may have been before the compile script accepted that argument. I suggest source template/setEnvars.sh; ./compile_offline_Noah.sh. I would test it for NoahMP first (we use this more often), once it works switch to Noah.

jmccreight commented 5 years ago

Do that stuff before contacting user support and you will get further faster.

eliascho commented 5 years ago

Thank you for the attention, I will follow your suggestions and I will send you my comments.