OOPS
qg_tools_mod Module Reference

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...
 

Function/Subroutine Documentation

◆ baroclinic_instability()

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.

Parameters
[in]xX value
[in]yY value
[in]zZ value
[in]varVariable
[out]resResults

Definition at line 119 of file qg_tools_mod.F90.

Here is the caller graph for this function:

◆ genfilename()

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.

Parameters
[in]f_confFCKIT configuration
[in]vdateDate and time

Definition at line 30 of file qg_tools_mod.F90.

Here is the caller graph for this function:

◆ large_vortices()

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.

Parameters
[in]xX value
[in]yY value
[in]zZ value
[in]varVariable
[out]resResults

Definition at line 155 of file qg_tools_mod.F90.

Here is the caller graph for this function:

◆ ncerr()

subroutine, public qg_tools_mod::ncerr ( integer, intent(in)  info)

Check NetCDF status.

Parameters
[in]infoInfo index

Definition at line 106 of file qg_tools_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ ubot

real(kind_real), parameter qg_tools_mod::ubot = -2.0_kind_real
private

Zonal wind at the surface (m/s)

Definition at line 24 of file qg_tools_mod.F90.

◆ utop

real(kind_real), parameter qg_tools_mod::utop = 58.0_kind_real
private

Zonal wind at the top (m/s)

Definition at line 25 of file qg_tools_mod.F90.