https://github.com/carpentries-incubator/intro-to-modern-fortran
Introduction to Modern Fortran
https://github.com/carpentries-incubator/intro-to-modern-fortran
carpentries-incubator english fortran lesson pre-alpha programming
Last synced: about 1 month ago
JSON representation
Introduction to Modern Fortran
- Host: GitHub
- URL: https://github.com/carpentries-incubator/intro-to-modern-fortran
- Owner: carpentries-incubator
- License: other
- Created: 2023-08-07T10:11:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:59:46.000Z (10 months ago)
- Last Synced: 2024-12-24T01:36:48.784Z (10 months ago)
- Topics: carpentries-incubator, english, fortran, lesson, pre-alpha, programming
- Language: R
- Homepage: https://carpentries-incubator.github.io/intro-to-modern-fortran/
- Size: 4.03 MB
- Stars: 15
- Watchers: 12
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Introduction to Modern Fortran
This is the lesson repository for Introduction to Modern Fortran.
This lesson is currently in pre-alpha development by the
[Edinburgh Parallel Computing Centre][epcc-link],
the [National Centre for Atmospheric Science][ncas-link],
the [National Oceanography Centre][noc-link],
and the [Met Office][uk-met-link].## Contributing
If you would like to help build this course please see
the discussion on [Contributing](https://github.com/carpentries-incubator/intro-to-modern-fortran/discussions/39)
and the [Curriculum Outline](https://github.com/carpentries-incubator/intro-to-modern-fortran/discussions/6#discussioncomment-8546839).
We have monthly co-working sessions which are posted on
[Discussions](https://github.com/carpentries-incubator/intro-to-modern-fortran/discussions/categories/meetings?discussions_q=is%3Aopen+category%3AMeetings).General Notes:
- Please use a fork to contribute
- Any Fortran code should follow the agreed style (Met Office)
- If you are adding new exercises or data please re compress
the `exercises.tar.gz` file. In the root dir of this repo:```bash
tar czf episodes/data/exercises.tar.gz exercises/
```[Notes from RSECon23](https://pad.archer2.ac.uk/p/rsecon23-fortran)