![]() |
PUMA
219
Portable University Model of the Atmosphere
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | guistart |
| subroutine | guistop |
| subroutine | guistep_puma |
| subroutine | guips (f, pmean) |
| subroutine | guihor (yname, f, klev, pm, pa) |
| subroutine | guigv (yname, f) |
| subroutine | guigt (f) |
| subroutine | guigvcol (yname, f, klon) |
| subroutine | guigtcol (f, klon) |
| subroutine | guid3dcol (yname, f, klon, klev, pm, pa) |
| subroutine | change_nsync (k) |
| subroutine | change_syncstr (k) |
| subroutine | change_disp (k) |
| subroutine | change_dtep (k) |
| subroutine | change_dtns (k) |
| subroutine | change_sellon (k) |
| subroutine change_disp | ( | k | ) |
Definition at line 309 of file guimod.f90.
| subroutine change_dtep | ( | k | ) |
Definition at line 321 of file guimod.f90.
| subroutine change_dtns | ( | k | ) |
Definition at line 341 of file guimod.f90.
| subroutine change_nsync | ( | k | ) |
Definition at line 285 of file guimod.f90.
| subroutine change_sellon | ( | k | ) |
Definition at line 362 of file guimod.f90.
| subroutine change_syncstr | ( | k | ) |
Definition at line 297 of file guimod.f90.
| subroutine guid3dcol | ( | character (len=*) | yname, |
| real, dimension(nlon,nlpp,klev) | f, | ||
| klon, | |||
| klev, | |||
| pm, | |||
| pa | |||
| ) |
Definition at line 260 of file guimod.f90.
| subroutine guigt | ( | real, dimension(nlon,nlpp,nlev) | f | ) |
Definition at line 180 of file guimod.f90.
| subroutine guigtcol | ( | real, dimension(nlon,nlpp,nlev) | f, |
| klon | |||
| ) |
Definition at line 236 of file guimod.f90.
| subroutine guigv | ( | character (len=*) | yname, |
| real, dimension(nlon,nlpp,nlev) | f | ||
| ) |
Definition at line 154 of file guimod.f90.
| subroutine guigvcol | ( | character (len=*) | yname, |
| real, dimension(nlon,nlpp,nlev) | f, | ||
| klon | |||
| ) |
Definition at line 211 of file guimod.f90.
| subroutine guihor | ( | character (len=*) | yname, |
| real, dimension(nlon,nlpp,klev) | f, | ||
| klev, | |||
| pm, | |||
| pa | |||
| ) |
Definition at line 128 of file guimod.f90.
| subroutine guips | ( | real, dimension(nlon,nlat) | f, |
| pmean | |||
| ) |
Definition at line 105 of file guimod.f90.
| subroutine guistart | ( | ) |
Definition at line 18 of file guimod.f90.
| subroutine guistep_puma | ( | ) |
Definition at line 44 of file guimod.f90.
| subroutine guistop | ( | ) |
Definition at line 32 of file guimod.f90.