Update the Fortran standard to 2008. I picked 2008 because this datbase relies on norm2, which comes from the 2008 standard.
Type of change
What types of change is it?
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (non-backwards-compatible fix or feature)
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no API changes)
[ ] Documentation update
[X] Maintenance update
[ ] Other (please describe)
Testing
I have not tested this with TAPENADE. I also don't think I currently have any access to intel compiler, so I cannot check the intel flags or compilation. (I guess we probably have a docker image I can try?)
Checklist
[X] I have run flake8 and black to make sure the code adheres to PEP-8 and is consistently formatted
[X] I have run unit and regression tests which pass locally with my changes
[ ] I have added new tests that prove my fix is effective or that my feature works
Purpose
Update the Fortran standard to 2008. I picked 2008 because this datbase relies on norm2, which comes from the 2008 standard.
Type of change
What types of change is it?
Testing
I have not tested this with TAPENADE. I also don't think I currently have any access to intel compiler, so I cannot check the intel flags or compilation. (I guess we probably have a docker image I can try?)
Checklist
flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted