Difference between revisions of "Fortran2"

From SourceWiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==Allocatable Arrays==
 
==Allocatable Arrays==
 +
 +
A 2d grid.  Read x and y dimensions from a namelist.  fill out array values according to 360 degrees/num cells etc.
  
 
==User Derived Types==
 
==User Derived Types==

Revision as of 13:56, 24 February 2008


Fortran2: Getting the most from Fortran

Allocatable Arrays

A 2d grid. Read x and y dimensions from a namelist. fill out array values according to 360 degrees/num cells etc.

User Derived Types

DAB radio. Channel has frequency and name. Array of channels.

Modules

Libraries

Appendices

Including NetCDF