Skip to content

Struct emulator::BuildConfig

ClassList > emulator > BuildConfig

Build-time configuration (set by buildnml, fixed for a case). More...

  • #include <emulator_config.hpp>

Public Attributes

Type Name
std::string grid_name
Grid name (e.g., "gauss180x360")
std::string inference_backend = "stub"
Backend: "stub" or "libtorch".

Detailed Description

These values are determined at case creation time and cannot change between runs without rebuilding the case.

Public Attributes Documentation

variable grid_name

Grid name (e.g., "gauss180x360")

std::string emulator::BuildConfig::grid_name;


variable inference_backend

Backend: "stub" or "libtorch".

std::string emulator::BuildConfig::inference_backend;



The documentation for this class was generated from the following file components/emulator_comps/common/src/emulator_config.hpp