Difference between revisions of "Fortran language resources"

From Geos-chem
Jump to: navigation, search
(Online tutorials)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
''''' [[Known issues caused by compiler bugs|Previous]] | [[Guide to compilers for GEOS-Chem|Next]] | [[Guide to compilers for GEOS-Chem]] | [[Getting Started with GEOS-Chem]] | [[Main_Page|GEOS-Chem Main Page]]'''''
+
''''' [[Known issues caused by compiler bugs|Previous]] | [[Guide to compilers for GEOS-Chem|Next]] | [[Guide to compilers for GEOS-Chem]]'''''
  
 
#[[Supported compilers for GEOS-Chem]]
 
#[[Supported compilers for GEOS-Chem]]
Line 7: Line 7:
 
#<span style="color:blue">'''Fortran language resources'''</span>
 
#<span style="color:blue">'''Fortran language resources'''</span>
  
 +
== Overview ==
 
On this page we provide links to Fortran-langage tutorials and guides.
 
On this page we provide links to Fortran-langage tutorials and guides.
  
Line 18: Line 19:
 
*[https://www.nsc.liu.se/~boein/f77to90/f77to90.html Fortran 90 for the Fortran 77 programmer]
 
*[https://www.nsc.liu.se/~boein/f77to90/f77to90.html Fortran 90 for the Fortran 77 programmer]
 
*[http://openmp.org/wp/2008/11/sc08-openmp-hands-on-tutorial-available/ Using OpenMP parallelization with Fortran]
 
*[http://openmp.org/wp/2008/11/sc08-openmp-hands-on-tutorial-available/ Using OpenMP parallelization with Fortran]
 +
*[http://degenerateconic.com General Fortran information at ''degenerateconic.com'']
  
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:53, 14 June 2019 (UTC)
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:49, 31 August 2022 (UTC)
  
 
----
 
----
''''' [[Known issues caused by compiler bugs|Previous]] | [[Guide to compilers for GEOS-Chem|Next]] | [[Guide to compilers for GEOS-Chem]] | [[Getting Started with GEOS-Chem]] | [[Main_Page|GEOS-Chem Main Page]]'''''
+
''''' [[Known issues caused by compiler bugs|Previous]] | [[Guide to compilers for GEOS-Chem|Next]] | [[Guide to compilers for GEOS-Chem]]'''''

Revision as of 14:49, 31 August 2022

Previous | Next | Guide to compilers for GEOS-Chem

  1. Supported compilers for GEOS-Chem
  2. The GNU Fortran compiler (aka gfortran)
  3. The Intel Fortran compiler (aka ifort)
  4. Known issues caused by compiler bugs
  5. Fortran language resources

Overview

On this page we provide links to Fortran-langage tutorials and guides.

Online tutorials

If you are new to Fortran (or are familiar with the older Fortran-77 standard but not Fortran-90), then we invite you to take one or more of these tutorials:

--Bob Yantosca (talk) 14:49, 31 August 2022 (UTC)


Previous | Next | Guide to compilers for GEOS-Chem