| FE-Project
    | 
module Utility for mktopo More...
| Functions/Subroutines | |
| subroutine, public | mktopoutil_barocwave_global_jw2006_calc_topo (topo, u0, eta0, lat, np) | 
| Calculate a topography for a global test case of idealized baroclinic wave in Jablonowski and Williamson (2006) | |
module Utility for mktopo
| subroutine, public mod_mktopo_util::mktopoutil_barocwave_global_jw2006_calc_topo | ( | real(rp), dimension(np), intent(out) | topo, | 
| real(rp), intent(in) | u0, | ||
| real(rp), intent(in) | eta0, | ||
| real(rp), dimension(np), intent(in) | lat, | ||
| integer, intent(in) | np ) | 
Calculate a topography for a global test case of idealized baroclinic wave in Jablonowski and Williamson (2006)
| [in] | u0 | The value of η at a reference level (position of the jet) | 
| [in] | eta0 | The parameter associated with zonal jet maximum amplitude [m/s] | 
| [in] | lat | latitude [radian] | 
Definition at line 42 of file mod_mktopo_util.F90.
Referenced by mod_mktopo::mktopo_write().