![]() |
YAC 3.9.0
Yet Another Coupler
|
#include "basic_grid_data.h"
#include "grid_reg2d_common.h"
#include "geometry.h"
#include "utils_common.h"
Go to the source code of this file.
Functions | |
void | yac_rotate_coordinates (yac_coordinate_pointer coordinates, size_t num_coordinates, double north_pole[3]) |
static struct yac_basic_grid_data | yac_generate_basic_grid_data_reg_2d_rot_ (size_t nbr_vertices[2], int cyclic[2], double *lon_vertices, double *lat_vertices, double north_pol_lon, double north_pol_lat, void(*LLtoXYZ_ptr)(double, double, double[])) |
struct yac_basic_grid_data | yac_generate_basic_grid_data_reg_2d_rot (size_t nbr_vertices[2], int cyclic[2], double *lon_vertices, double *lat_vertices, double north_pol_lon, double north_pol_lat) |
struct yac_basic_grid_data | yac_generate_basic_grid_data_reg_2d_rot_deg (size_t nbr_vertices[2], int cyclic[2], double *lon_vertices, double *lat_vertices, double north_pol_lon, double north_pol_lat) |
struct yac_basic_grid_data yac_generate_basic_grid_data_reg_2d_rot | ( | size_t | nbr_vertices[2], |
int | cyclic[2], | ||
double * | lon_vertices, | ||
double * | lat_vertices, | ||
double | north_pol_lon, | ||
double | north_pol_lat ) |
Definition at line 87 of file grid_reg2d_rot.c.
|
static |
Definition at line 47 of file grid_reg2d_rot.c.
struct yac_basic_grid_data yac_generate_basic_grid_data_reg_2d_rot_deg | ( | size_t | nbr_vertices[2], |
int | cyclic[2], | ||
double * | lon_vertices, | ||
double * | lat_vertices, | ||
double | north_pol_lon, | ||
double | north_pol_lat ) |
Definition at line 98 of file grid_reg2d_rot.c.
void yac_rotate_coordinates | ( | yac_coordinate_pointer | coordinates, |
size_t | num_coordinates, | ||
double | north_pole[3] ) |
Definition at line 10 of file grid_reg2d_rot.c.