-
Notifications
You must be signed in to change notification settings - Fork 12
Change src file extensions to F90 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@cbegeman, did creating a second |
796a700 to
5d4556a
Compare
|
@dengwirda That looks like it's working out fine. Wish the solution was more elegant! |
5d4556a to
56613b6
Compare
|
@dengwirda Can you update me on where you got with your testing of this |
|
Hi @cbegeman, I'd say the version that's in |
|
@dengwirda Could you take a look at my latest VLR branch https://github.com/cbegeman/E3SM/tree/ocn/add-vertical-remap-feature? I'm getting E3SM build errors with this |
|
@dengwirda The following worked for me:
Is there any other testing that you think is necessary before merging this PR? Note: VLR branch is based on E3SM-Ocean-Discussion/E3SM/master and uses this PPR branch, master refers to E3SM-Ocean-Discussion/E3SM/master |
|
Seems like this PR is pretty stale, but Having two copies of ppr_1d with "f" and "F" is very annoying when I'm working locally on a mac where file names are handled in a case-insensitive way. My local E3SM repository always shows the PPR submodule as "dirty" and shows uncommitted changes as the difference between these two files. I have the same problem with "example/ex_1.F90". Is there a way to rename these files so that it's not just the case of one letter that is changing? |
|
@whannah1 originally there was indeed only a single |
The file extension of the main routine
ppr_1d.f90needed to be F90 in order for cmake to recognize the c-style# includelines. Since the library is in active use, a copy ofppr_1dwas created with the F90 extension.