Skip to content
Snippets Groups Projects
var_lookup.hpp 532 B
Newer Older
  • Learn to ignore specific revisions
  • #pragma once
    
    struct iLookVarType {
        // These values should be one index less than the Fortran structure
        // This is so they align with C++ vectors that start at 0
        int scalarv      = -9999;
        int wLength      = -9999;
        int midSnow      = -9999;
        int midSoil      = -9999;
        int midToto      = -9999;
        int ifcSnow      = -9999;
        int ifcSoil      = -9999;
        int ifcToto      = -9999;
        int parSoil      = -9999;
        int routing      = -9999;
        int outstat      = -9999;
        int unknown      = -9999;
    };