Replies: 2 comments
-
Hi @jbensabat , Are you specifically trying to build with Noah for some reason? Because for a stand-alone model you would want to build with NoahMP. The easiest and quickest way to do this is to look at the BUILD.md file and follow the CMake instructions. The default build is a parallel build which is as easy to do as:
If you have any other questions just let us know! |
Beta Was this translation helpful? Give feedback.
-
Good morning and thanks for your message. if(myId .eq. 0) then
in this call netcdf_layer is a NULL pointer causing the program to crash
I have observed that there are differences between version 5.2 from the tarball and the one in the GITHUB |
Beta Was this translation helpful? Give feedback.
-
Hello
I am trying to build WRF HYDRO with NOAH and parallel option
for this there is a (this is my understanding) to define MPP_LAND during the building process
looking at the code of the driver Noah_hrldas_driver.f I see another preprocessor variable PARALLEL
so here are the questions
do I need to set both ?
if not what is the difference between them ?
which one should I set
best
jac
Beta Was this translation helpful? Give feedback.
All reactions