Skip to content

Commit

Permalink
Merge pull request mmbell#82 from mmbell/flow_control_analysis_type_o…
Browse files Browse the repository at this point in the history
…ption

Flow control analysis type option
  • Loading branch information
johnmauff authored Jul 24, 2024
2 parents 84d84e9 + 16d9999 commit af1cf83
Show file tree
Hide file tree
Showing 23 changed files with 4,160 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ncar_scripts/TDRP/beltrami.tdrp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,21 @@ bkgd_obs_interpolation = INTERP_SPLINE;

mode = MODE_XYZ;

///////////// mode ////////////////////////////////////
// Type of analysis.
//
// WIND for wind analysis
// THERMO for Thermo analysis using samurai output from a file
// WIND_THERMO for wind analysis and then Thermo analysis
//
// Type: enum
// Options:
// WIND
// THERMO
// WIND_THERMO

analysis_type = WIND;

///////////// projection //////////////////////////////
//
// Projection.
Expand Down
Loading

0 comments on commit af1cf83

Please sign in to comment.