https://github.com/0-mostafa-rezaee-0/fortran_tutorial
FORTRAN Tutorial for Science and Engineering
https://github.com/0-mostafa-rezaee-0/fortran_tutorial
engineering fortran high-performance-computing hpc science scientific-computing tutorial
Last synced: about 1 month ago
JSON representation
FORTRAN Tutorial for Science and Engineering
- Host: GitHub
- URL: https://github.com/0-mostafa-rezaee-0/fortran_tutorial
- Owner: 0-mostafa-rezaee-0
- Created: 2023-07-23T02:28:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T20:53:12.000Z (7 months ago)
- Last Synced: 2025-09-03T08:52:58.115Z (2 months ago)
- Topics: engineering, fortran, high-performance-computing, hpc, science, scientific-computing, tutorial
- Language: Fortran
- Homepage: https://www.linkedin.com/in/mostafa-rezaee/
- Size: 15.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🧰 How to Use This Template
Click the green **"Use this template"** button at the top of the page, then choose **"Create a new repository"**.
This will create your own copy of this project, which you can modify freely — no need to fork!
---
# FORTRAN Tutorial
## The codes are set to introduce various applications of these commands.
00. **ifort Installation Guide**: A Comprehensive Guide to Install ifort
01. **FORTRAN Main Commands Tutorial**: A Comprehensive Guide to Key Commands and Functions
02. **FORTRAN Coding Template Tutorial**: 11 Essential Steps to Streamline Your Code
03. **FORTRAN Run a Code Tutorial**: 5 Steps to Run Your Code
04. **FORTRAN Coding Template**: A Template for Programming
05. **Write Read Variables Types**: Examples of the Types of Tasks that can be Done with these Commands
06. **Readable Code Structure**: See this Program only as a Regular and Readable Program
07. **Do loop**: Types of Repetition Loops
08. **If then else**: Types of Conditional Command
09. **Open file**: The Method of Creating a File - Writing to the File - Reading from the File
10. **Array**: Definition and Use of Arrays, the Programs of this Collection are Set to Introduce Various Applications of these Commands.