GRASP
Functions/Subroutines
rwfnmchfmcdf.f90 File Reference

Functions/Subroutines

program ff2gr
 
subroutine skip (i, line)
 
integer function rdnum (I, line)
 
integer function rdorb (i, line)
 
subroutine grid (z, rr)
 
subroutine spline (x, y, n, yp1, ypn, y2)
 
subroutine splint (xa, ya, y2a, n, x, y)
 

Function/Subroutine Documentation

◆ ff2gr()

program ff2gr ( )
Here is the call graph for this function:

◆ grid()

subroutine ff2gr::grid (   z,
dimension(230)  rr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdnum()

integer function ff2gr::rdnum (   I,
character*3  line 
)
Here is the caller graph for this function:

◆ rdorb()

integer function ff2gr::rdorb (   i,
character  line 
)
Here is the caller graph for this function:

◆ skip()

subroutine ff2gr::skip (   i,
character  line 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ spline()

subroutine ff2gr::spline ( double precision, dimension(n)  x,
double precision, dimension(n)  y,
integer  n,
double precision  yp1,
double precision  ypn,
double precision, dimension(n)  y2 
)
Here is the caller graph for this function:

◆ splint()

subroutine ff2gr::splint ( double precision, dimension(n)  xa,
double precision, dimension(n)  ya,
double precision, dimension(n)  y2a,
integer  n,
double precision  x,
double precision  y 
)
Here is the caller graph for this function: