OpenCPN Partial API docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XyGribModelDef.h File Reference

XyGrib Model Configuration and Definitions. More...

Go to the source code of this file.

Classes

struct  AtmModelDef_t
 
struct  WaveModelDef_t
 

Macros

#define XYGRIB_RUN_ALL   0x01
 
#define XYGRIB_RUN_0_12   0x02
 

Variables

AtmModelDef_txygribAtmModelList []
 
WaveModelDef_txygribWaveModelList []
 

Detailed Description

XyGrib Model Configuration and Definitions.

Defines data structures and constants for configuring atmospheric and wave models in the XyGrib weather data service integration:

Model Configuration:

  • Atmospheric model parameters (GFS, ICON, ARPEGE, etc.)
  • Wave model parameters (WW3, GWAM, EWAM)
  • Resolution and grid specifications
  • Available weather parameters
  • Time interval options

Features:

  • Flexible model configuration
  • Multiple resolution support
  • Parameter availability flags
  • Run schedule masks
  • Standard and high-definition model variants

Definition in file XyGribModelDef.h.

Macro Definition Documentation

◆ XYGRIB_RUN_0_12

#define XYGRIB_RUN_0_12   0x02

Definition at line 44 of file XyGribModelDef.h.

◆ XYGRIB_RUN_ALL

#define XYGRIB_RUN_ALL   0x01

Definition at line 43 of file XyGribModelDef.h.

Variable Documentation

◆ xygribAtmModelList

AtmModelDef_t* xygribAtmModelList[]
extern

Definition at line 256 of file XyGribModelDef.cpp.

◆ xygribWaveModelList

WaveModelDef_t* xygribWaveModelList[]
extern

Definition at line 282 of file XyGribModelDef.cpp.