Skip to content

Commit

Permalink
Merge branch 'mmbell:main' into pr_issue75
Browse files Browse the repository at this point in the history
  • Loading branch information
cenamiller authored Jul 25, 2024
2 parents 317ddb6 + af1cf83 commit 7fcba6b
Show file tree
Hide file tree
Showing 24 changed files with 4,161 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![codecov](https://codecov.io/github/mmbell/samurai/graph/badge.svg?token=YI7nJHhUCX)](https://codecov.io/github/mmbell/samurai)
[![codecov](https://codecov.io/github/mmbell/samurai/branch/main/graph/badge.svg?token=YI7nJHhUCX)](https://codecov.io/github/mmbell/samurai/branch/main)

# SAMURAI

Expand Down
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 7fcba6b

Please sign in to comment.