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
List the steps someone needs to take to reproduce the bug.
Add some code you would like to build as part of dart:
assimilation_code/modules/assimilation/cheesecake_filter_mod.F90
What was the expected outcome?
That cheesecake_filter_mod.F90 would get included in the list of files to compile and then compiled in to dart (filter, pmo, whatever)
What actually happened?
cheesecake_filter_mod.F90 is not found.
Error Message
/Users/hkershaw/DART/Bugs/issue_696/models/lorenz_96/cheesecake.f90:2:5:
2 | use cheesecake_filter_mod
| 1
Fatal Error: Cannot open module file 'cheesecake_filter_mod.mod' for reading at(1): No such file or directory
compilation terminated.
Which model(s) are you working with?
lorenz_96, but could be any.
Version of DART
Which version of DART are you using?
You can find the version using git describe --tags
🐛 Your bug may already be reported!
Describe the bug
List the steps someone needs to take to reproduce the bug.
Add some code you would like to build as part of dart:
assimilation_code/modules/assimilation/cheesecake_filter_mod.F90
What was the expected outcome?
That cheesecake_filter_mod.F90 would get included in the list of files to compile and then compiled in to dart (filter, pmo, whatever)
What actually happened?
cheesecake_filter_mod.F90 is not found.
Error Message
Which model(s) are you working with?
lorenz_96, but could be any.
Version of DART
Which version of DART are you using?
You can find the version using
git describe --tags
Have you modified the DART code?
Yes, to give an example for .F90 code:
https://github.com/hkershaw-brown/DART/tree/bigF90
v11.6.0-1-g2a8903ca3
Build information
Please describe:
The text was updated successfully, but these errors were encountered: