OOPS
|
Functions/Subroutines | |
subroutine | qg_geom_setup_c (c_key_self, c_conf) |
Setup geometry. More... | |
subroutine | qg_geom_set_atlas_lonlat_c (c_key_self, c_afieldset) |
Set ATLAS lon/lat field. More... | |
subroutine | qg_geom_set_atlas_functionspace_pointer_c (c_key_self, c_afunctionspace) |
Set ATLAS function space pointer. More... | |
subroutine | qg_geom_fill_atlas_fieldset_c (c_key_self, c_afieldset) |
Fill ATLAS fieldset. More... | |
subroutine | qg_geom_clone_c (c_key_self, c_key_other) |
Clone geometry. More... | |
subroutine | qg_geom_delete_c (c_key_self) |
Delete geometry. More... | |
subroutine | qg_geom_info_c (c_key_self, c_nx, c_ny, c_nz, c_deltax, c_deltay) |
Get geometry info. More... | |
subroutine | qg_geom_dimensions_c (lonmin, lonmax, latmin, latmax, zmax) |
Get dimensions of computational domain. More... | |
|
private |
Clone geometry.
[in,out] | c_key_self | Geometry |
[in] | c_key_other | Other geometry |
Definition at line 106 of file qg_geom_interface.F90.
|
private |
Delete geometry.
[in,out] | c_key_self | Geometry |
Definition at line 127 of file qg_geom_interface.F90.
|
private |
Get dimensions of computational domain.
[in,out] | lonmin | longitude min |
[in,out] | lonmax | longitude max |
[in,out] | latmin | latitude min |
[in,out] | latmax | latitude max |
[in,out] | zmax | vertical max |
Definition at line 169 of file qg_geom_interface.F90.
|
private |
Fill ATLAS fieldset.
[in] | c_key_self | Geometry |
[in] | c_afieldset | ATLAS fieldset pointer |
Definition at line 85 of file qg_geom_interface.F90.
|
private |
Get geometry info.
[in] | c_key_self | Geometry |
[in,out] | c_nx | Number of points in the zonal direction |
[in,out] | c_ny | Number of points in the meridional direction |
[in,out] | c_nz | Number of vertical levels |
[in,out] | c_deltax | Zonal cell size |
[in,out] | c_deltay | Meridional cell size |
Definition at line 147 of file qg_geom_interface.F90.
|
private |
Set ATLAS function space pointer.
[in] | c_key_self | Geometry |
[in] | c_afunctionspace | ATLAS function space pointer |
Definition at line 68 of file qg_geom_interface.F90.
|
private |
Set ATLAS lon/lat field.
[in] | c_key_self | Geometry |
[in] | c_afieldset | ATLAS fieldset pointer |
Definition at line 48 of file qg_geom_interface.F90.
|
private |
Setup geometry.
[in,out] | c_key_self | Geometry |
[in] | c_conf | Configuration |
Definition at line 26 of file qg_geom_interface.F90.