You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile the HIT_forced case on the Emmanuel/NSCBC_time_varying branch (this case also exists on other branches but the problem is the same) when I perform make -j4, an error appears telling me that the bl_constants_module.mod module is missing this module is called in forcing_src_nd.F90, same for most other modules called in forcing_src_nd.F90 or Prob_nd.F90 (as parallel for example). They are missing and not found. What to do, where to find these modules, how to create them ? I really need to simulate a forced HIT case. Thanks in advance
The text was updated successfully, but these errors were encountered:
Unfortunately NSCBC is currently not supported in the code. It existed in the code previously when it was written in Fortran, but it hasn't been successfully ported to C++ yet. This is likely why it seems like you are missing files, and that branch is likely quite out of date. NSCBC is on our list of tasks, but we are unsure when we will be able to provide it.
I tried to compile the HIT_forced case on the Emmanuel/NSCBC_time_varying branch (this case also exists on other branches but the problem is the same) when I perform
make -j4
, an error appears telling me that thebl_constants_module.mod
module is missing this module is called inforcing_src_nd.F90
, same for most other modules called inforcing_src_nd.F90
orProb_nd.F90
(asparallel
for example). They are missing and not found. What to do, where to find these modules, how to create them ? I really need to simulate a forced HIT case. Thanks in advanceThe text was updated successfully, but these errors were encountered: