FORTRAN for Meteorologists
Helpful Resources
| |
Here, you can find several different Fortran tutorials to suit your needs. Use these and your own searches as a much cheaper alternative to a textbook.
|
Fortran 90 Reference Card
| |
Look here for a quick reference for data types, control structures, intrinsic functions, and input/output commands.
|
UNIX/Linux Tutorials for Beginners
| |
Learn the basics for staying alive at the Linux command line. If you're very new to the Linux command line interface, these tutorials should provide you with some basic command line skills, as well as teach you some neat command line tricks.
|
Vim Tutorial
| |
This tutorial starts with the basics of Vim and walks you through more advanced techniques. Each section includes a short video to clarify each step.
|
Vim Shortcut Keys
| |
This page shows a list of keyboard shortcuts for Vim. It's pretty thorough, but this list does not include some shortcuts that I like to use, such as Y, which copies an entire line, or D, which deletes everything from the cursor to the end of a line.
|
Vim Quick Reference Card
| |
Here is a more complete list of keyboard shortcuts and commands in Vim.
|
GNU Fortran (gfortran) Documentation
| |
Look here for everything you ever wanted to know about the gfortran compiler.
|