Demo

Some results, which are got by using programs in "demo" directory, are shown in this page.

To use these programs, you must install some libraries : netcdf, gtool5.
Some results produced by programs are output as NetCDF format. You can visualized these results to use some visualized software.
Tools for DCL are included in "demo" directory. Then, if you install DCLf90, you can use the tools. Please see the document how to use these tools.

poisson

The program to solve a two-dimensional Poisson equation by the Jacobi iteration method.

A forcing in the Poisson equation is given by a shape of a circle.

  • Result
    • using subroutine : Ellip_Jacobi (use Ellip_Slv)

cov

The program to calculate correlation coefficient in a distribution and draw the result.

  • Result
    • using subroutine : Reg_Line_1d, Cor_Coe_1d (use Statistics)

wind

The program to calculate a geostrophic wind, vorticity and stream line for an analytic pressure distribution.

matrix_test

By using the data in the "data.dat", the program to

  • solve a simultaneous equation
    • using subroutine (use Algebra) :
      • gausss, LU_devs, Gau_Sei, Jacobi_algebra, SOR_Gau_Sei, SOR_Jacobi_algebra
  • invert a matrix
    • using subroutine : invert_mat (use Algebra)
  • solve an eigenvalue problem
    • using subroutine : eigenvalue_power (use Algebra)
    • the program calculates the maximum eigenvalue and the eigenvector correponding to the eigenvalue by using the power method.

When you run this program, select one from some single digits. The digits correspond to some calculating methods.

adjust

A one-dimensional, linear and shallow-water model to simulate processes of geostropic adjustment and radiation of gravity wave.

Karman

A two dimensional, incompressible fluid model to simulate Karman vortex sheets.

  • Detail
    • using subroutine : Ellip_Jacobi (use Ellip_Slv)

WK04

A two dimensional, incompressible fluid model to simulate cold pools and gravity currents.

  • Detail
    • using subroutine : Ellip_Jacobi (use Ellip_Slv)

SEQ

A two-dimensional model to diagnose the transverse circulation induced by diabatic heating and surface friction associated with an axisymmetric tropical cyclone (referring to Pendergrass and Willoughby (2009).

  • Detail
    • using subroutine : Ellip_Gausei (use Ellip_Slv)

NM01

A two-dimensional, shallow-water model to simulate a vortex Rossby wave embedded in an axisymmetric cyclonic circulation (Nolan and Montgomery 2001).

The model performs the time integration by a hybrid method for spacial derivations which use a spectral method by FFT for the azimuthal direction and a central finite difference method.

  • Detail
    • using subroutine : ffttp_1d (use ffts), grad_* (use derivation)

BAROVOR

A two-dimensional, barotropic, non-divergent vorticity model to simulate any vortex behaviors.

The model performs the time integration by a full spectral method for spacial derivations.

This model includes non-linear terms which is (more accurately than any psedo-spectral methods) evaluated by a method to translate the terms between real and spectral space.

  • Detail
    • using subroutine : ffttp_2d (use ffts)


Return