YAC 3.9.0
Yet Another Coupler
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
grid_reg2d_rot.c File Reference
#include "basic_grid_data.h"
#include "grid_reg2d_common.h"
#include "geometry.h"
#include "utils_common.h"
Include dependency graph for grid_reg2d_rot.c:

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)
 

Function Documentation

◆ yac_generate_basic_grid_data_reg_2d_rot()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ yac_generate_basic_grid_data_reg_2d_rot_()

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[]) )
static

Definition at line 47 of file grid_reg2d_rot.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ yac_generate_basic_grid_data_reg_2d_rot_deg()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ yac_rotate_coordinates()

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.

Here is the call graph for this function:
Here is the caller graph for this function: