Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'oblate_coord_rot' of github.itap.purdue.edu:MintonGroup…
Browse files Browse the repository at this point in the history
…/swiftest into oblate_coord_rot
  • Loading branch information
daminton committed Feb 17, 2024
2 parents 88f7b88 + 38445ee commit 19c8519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README_tables/add_body_kwargs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
| ```Gmass``` | Gravitational mass value(s) of bodies. Only for massive bodies. Only ```mass``` **OR** ```Gmass``` may be set. | float or array-like of floats
| ```radius``` | Radius value(s) of bodies. Only for massive bodies. | float or array-like of floats
| ```rhill``` | Hill Radius value(s) of bodies. Only for massive bodies. | float or array-like of floats
| ```rot``` | Rotation rate vector(s) of bodies in degrees/sec. Only for massive bodies. Only used if ```rotation``` is set to ```True```. | (n,3) array-like of floats
| ```rot``` | Rotation rate vector(s) of bodies in degrees/TU. Only for massive bodies. Only used if ```rotation``` is set to ```True```. | (n,3) array-like of floats
| ```Ip``` | Principal axes moments of inertia vector(s) of bodies. Only for massive bodies. Only used if ```rotation``` is set to ```True```. | (n,3) array-like of floats
| ```J2``` | The unitless value of the spherical harmonic term equal to J2*R^2 where R is the radius of the central body. | float or array-like of floats
| ```J4``` | The unitless value of the spherical harmonic term equal to J4*R^4 where R is the radius of the central body. | float or array-like of floats
1 change: 1 addition & 0 deletions buildscripts/build_rcac_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if [[ $MACHINE_NAME == "bell" ]]; then
module load netcdf/4.7.4
module load netcdf-fortran/4.5.3
module load use.own
# module load fftw/3.3.8.lua
module load conda-env/mintongroup-py3.8.5
MACHINE_CODE_VALUE="Host"
elif [[ $MACHINE_NAME == "negishi" ]]; then
Expand Down

0 comments on commit 19c8519

Please sign in to comment.