Overview of Csagrid procedures


The table below summarizes all of the procedures in Csagrid for the three user interfaces: Clicking on the procedure name in the tables below will link to a detailed description of that procedure.
Fortran

  One-dimensional input:
    CSA1S   - simple entry
    CSA1D   - simple entry (double precision)
    CSA1XS  - expanded entry
    CSA1XD  - expanded entry (double precision)

  Two-dimensional input:
    CSA2S   - simple entry, gridded output
    CSA2D   - simple entry, gridded output (double precision)
    CSA2XS  - expanded entry, gridded output
    CSA2XD  - expanded entry, gridded output (double precision)
    CSA2LS  - simple entry, list output
    CSA2LD  - simple entry, list output (double precision)
    CSA2LXS - expanded entry, list output
    CSA2LXD - expanded entry, list output (double precision)

  Three-dimensional input:
    CSA3S   - simple entry, gridded output
    CSA3D   - simple entry, gridded output (double precision)
    CSA3XS  - expanded entry, gridded output
    CSA3XD  - expanded entry, gridded output (double precision)
    CSA3LS  - simple entry, list output.
    CSA3LD  - simple entry, list output. (double precision)
    CSA3LXS - expanded entry, list output.
    CSA3LXD - expanded entry, list output. (double precision)


C

  One-dimensional input:
    c_csa1s   - simple entry
    c_csa1d   - simple entry (double precision)
    c_csa1xs  - expanded entry
    c_csa1xd  - expanded entry (double precision)

  Two-dimensional input:
    c_csa2s   - simple entry, gridded output
    c_csa2d   - simple entry, gridded output (double precision)
    c_csa2xs  - expanded entry, gridded output
    c_csa2xd  - expanded entry, gridded output (double precision)
    c_csa2ls  - simple entry, list output
    c_csa2ld  - simple entry, list output (double precision)
    c_csa2lxs - expanded entry, list output
    c_csa2lxd - expanded entry, list output (double precision)

  Three-dimensional input:
    c_csa3s   - simple entry, gridded output
    c_csa3d   - simple entry, gridded output (double precision)
    c_csa3xs  - expanded entry, gridded output
    c_csa3xd  - expanded entry, gridded output (double precision)
    c_csa3ls  - simple entry, list output
    c_csa3ld  - simple entry, list output (double precision)
    c_csa3lxs - expanded entry, list output
    c_csa3lxd - expanded entry, list output (double precision)


NCL

  One-dimensional input:
    csa1s   - simple entry
    csa1d   - simple entry (double precision)
    csa1    - simple entry (generic version)
    csa1xs  - expanded entry
    csa1xd  - expanded entry (double precision)
    csa1x   - expanded entry (generic version)

  Two-dimensional input:
    csa2s   - simple entry, gridded output
    csa2d   - simple entry, gridded output (double precision)
    csa2    - simple entry, gridded output (generic version)
    csa2xs  - expanded entry, gridded output
    csa2xd  - expanded entry, gridded output (double precision)
    csa2x   - expanded entry, gridded output (generic version)
    csa2ls  - simple entry, list output
    csa2ld  - simple entry, list output (double precision)
    csa2l   - simple entry, list output (generic version)
    csa2lxs - expanded entry, list output
    csa2lxd - expanded entry, list output (double precision)
    csa2lx  - expanded entry, list output (generic version)

  Three-dimensional input:
    csa3s   - simple entry, gridded output
    csa3d   - simple entry, gridded output (double precision)
    csa3    - simple entry, gridded output (generic version)
    csa3xs  - expanded entry, gridded output
    csa3xd  - expanded entry, gridded output (double precision)
    csa3x   - expanded entry, gridded output (generic version)
    csa3ls  - simple entry, list output
    csa3ld  - simple entry, list output (double precision)
    csa3l   - simple entry, list output (generic version)
    csa3lxs - expanded entry, list output
    csa3lxd - expanded entry, list output (double precision)
    csa3lx  - expanded entry, list output (generic version)


home | contents | defs | procedures | examples | errors