PUMA  219
Portable University Model of the Atmosphere
/Users/home/WC/puma/src/restartmod.f90 File Reference

Go to the source code of this file.

Data Types

module  restartmod

Functions/Subroutines

subroutine restart_ini (lrestart, yrfile)
subroutine restart_prepare (ywfile)
subroutine restart_stop
subroutine get_restart_integer (yn, kv)
subroutine get_restart_array (yn, pa, k1, k2, k3)
subroutine put_restart_integer (yn, kv)
subroutine put_restart_array (yn, pa, k1, k2, k3)
subroutine fileseek (yn, k)
subroutine check_equality (yn, pa, pb, k1, k2)
subroutine varseek (yn, knum)

Function/Subroutine Documentation

subroutine check_equality ( character (len=*)  yn,
real, dimension(k1,k2)  pa,
real, dimension(k1,k2)  pb,
  k1,
  k2 
)

Definition at line 209 of file restartmod.f90.

subroutine fileseek ( character (len=*)  yn,
  k 
)

Definition at line 179 of file restartmod.f90.

subroutine get_restart_array ( character (len=*)  yn,
real, dimension(k2,k3)  pa,
  k1,
  k2,
  k3 
)

Definition at line 115 of file restartmod.f90.

subroutine get_restart_integer ( character (len=*)  yn,
integer  kv 
)

Definition at line 88 of file restartmod.f90.

subroutine put_restart_array ( character (len=*)  yn,
real, dimension(k2,k3)  pa,
integer  k1,
integer  k2,
integer  k3 
)

Definition at line 160 of file restartmod.f90.

subroutine put_restart_integer ( character (len=*)  yn,
integer  kv 
)

Definition at line 142 of file restartmod.f90.

subroutine restart_ini ( logical  lrestart,
character (len=*)  yrfile 
)

Definition at line 16 of file restartmod.f90.

subroutine restart_prepare ( character (len=*)  ywfile)

Definition at line 59 of file restartmod.f90.

subroutine restart_stop ( )

Definition at line 74 of file restartmod.f90.

subroutine varseek ( character (len=*)  yn,
integer  knum 
)

Definition at line 231 of file restartmod.f90.