Skip to content

Commit

Permalink
added optional diagnostics for MAD CC project
Browse files Browse the repository at this point in the history
  • Loading branch information
achael committed Oct 18, 2019
1 parent 6312091 commit ee8a158
Show file tree
Hide file tree
Showing 6 changed files with 513 additions and 41 deletions.
6 changes: 3 additions & 3 deletions PROBLEMS/JETCOORDS/define.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
#define METRICAXISYMMETRIC

#define RH 1.3479
#define RMIN 1.18
#define RMIN 1.1
#define RMAX 3334.//1.e5

#ifdef myMKS2COORDS //modified Kerr-Shild
Expand All @@ -234,7 +234,7 @@
#define MINY (0.001)
#define MAXY (1.-0.001)

#define MKSR0 -1.35
#define MKSR0 -1.1//35
#define MKSH0 0.7
#define MKSMY1 0.002
#define MKSMY2 0.02
Expand Down Expand Up @@ -384,7 +384,7 @@

#define COORDOUTPUT 1
#define GRIDOUTPUT 1
#define SILOOUTPUT 0
#define SILOOUTPUT 1
#define OUTOUTPUT 0
#define SIMOUTPUT 2
#define CGSOUTPUT
Expand Down
2 changes: 1 addition & 1 deletion choices.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@

//number of profiles
#ifndef NRADPROFILES
#define NRADPROFILES (62-1)
#define NRADPROFILES (66-1)
#endif

#ifndef NTHPROFILES
Expand Down
Loading

0 comments on commit ee8a158

Please sign in to comment.