|
SABER
|
Public Member Functions | |
| subroutine | atlas_create_atlas_function_space (nmga, lon_mga, lat_mga, afunctionspace) |
| Create ATLAS function space from lon/lat. More... | |
Definition at line 93 of file tools_atlas.F90.
| subroutine tools_atlas::create_atlas_function_space::atlas_create_atlas_function_space | ( | integer, intent(in) | nmga, |
| real(kind_real), dimension(nmga), intent(in) | lon_mga, | ||
| real(kind_real), dimension(nmga), intent(in) | lat_mga, | ||
| type(atlas_functionspace), intent(out) | afunctionspace | ||
| ) |
Create ATLAS function space from lon/lat.
| [in] | nmga | Number of nodes |
| [in] | lon_mga | Longitudes [in degrees] |
| [in] | lat_mga | Latitudes [in degrees] |
| [out] | afunctionspace | ATLAS function space |
Definition at line 933 of file tools_atlas.F90.