-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
build-systemissues related to building dartissues related to building dart
Description
🐛 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
/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
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:
- mac M2 (note case insensitive filesystem)
- gnu
Metadata
Metadata
Assignees
Labels
build-systemissues related to building dartissues related to building dart