YetAnotherCoupler
3.5.2
Loading...
Searching...
No Matches
src
utils
read_grid.h
Go to the documentation of this file.
1
// Copyright (c) 2024 The YAC Authors
2
//
3
// SPDX-License-Identifier: BSD-3-Clause
4
5
// YAC PUBLIC HEADER START
6
18
void
yac_read_coords
(
19
int
ncid,
char
const
* lon_name,
char
const
* lat_name,
20
double
** lon,
double
** lat,
size_t
* len);
21
27
int
yac_check_coord_units
(
int
ncid,
int
varid);
28
29
// YAC PUBLIC HEADER STOP
yac_check_coord_units
int yac_check_coord_units(int ncid, int varid)
Definition
read_grid.c:45
yac_read_coords
void yac_read_coords(int ncid, char const *lon_name, char const *lat_name, double **lon, double **lat, size_t *len)
Definition
read_grid.c:94
Generated on Wed Dec 4 2024 11:31:43 for YetAnotherCoupler by
1.11.0