|
OOPS
|
Functions/Subroutines | |
| character(len=2 *length) function, public | genfilename (f_conf, length, vdate) |
| Generate filename. More... | |
| subroutine, public | ncerr (info) |
| Check NetCDF status. More... | |
| subroutine, public | baroclinic_instability (x, y, z, var, res) |
| Generate values for baroclinic instability. More... | |
| subroutine, public | large_vortices (x, y, z, var, res) |
| Generate values for large vortices. More... | |
Variables | |
| real(kind_real), parameter | ubot = -2.0_kind_real |
| Zonal wind at the surface (m/s) More... | |
| real(kind_real), parameter | utop = 58.0_kind_real |
| Zonal wind at the top (m/s) More... | |
| subroutine, public qg_tools_mod::baroclinic_instability | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y, | ||
| real(kind_real), intent(in) | z, | ||
| character(len=1), intent(in) | var, | ||
| real(kind_real), intent(out) | res | ||
| ) |
Generate values for baroclinic instability.
| [in] | x | X value |
| [in] | y | Y value |
| [in] | z | Z value |
| [in] | var | Variable |
| [out] | res | Results |
Definition at line 119 of file qg_tools_mod.F90.

| character(len=2*length) function, public qg_tools_mod::genfilename | ( | type(fckit_configuration), intent(in) | f_conf, |
| integer, intent(in) | length, | ||
| type(datetime), intent(in) | vdate | ||
| ) |
Generate filename.
| [in] | f_conf | FCKIT configuration |
| [in] | vdate | Date and time |
Definition at line 30 of file qg_tools_mod.F90.

| subroutine, public qg_tools_mod::large_vortices | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y, | ||
| real(kind_real), intent(in) | z, | ||
| character(len=1), intent(in) | var, | ||
| real(kind_real), intent(out) | res | ||
| ) |
Generate values for large vortices.
| [in] | x | X value |
| [in] | y | Y value |
| [in] | z | Z value |
| [in] | var | Variable |
| [out] | res | Results |
Definition at line 155 of file qg_tools_mod.F90.

| subroutine, public qg_tools_mod::ncerr | ( | integer, intent(in) | info | ) |
Check NetCDF status.
| [in] | info | Info index |
Definition at line 106 of file qg_tools_mod.F90.

|
private |
Zonal wind at the surface (m/s)
Definition at line 24 of file qg_tools_mod.F90.
|
private |
Zonal wind at the top (m/s)
Definition at line 25 of file qg_tools_mod.F90.