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

Commit

Permalink
Added j2 and j4 terms to NetCDF
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlisle April Wishard committed Mar 4, 2022
1 parent 5515769 commit 2cce143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/swiftest_classes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ module swiftest_classes
integer(I4B) :: rotx_varid !! NetCDF ID for the rotation x variable
integer(I4B) :: roty_varid !! NetCDF ID for the rotation y variable
integer(I4B) :: rotz_varid !! NetCDF ID for the rotation z variable
integer(I4B) :: j2rp2_varid !! NetCDF ID for the j2 variable
integer(I4B) :: j4rp4_varid !! NetCDF ID for the j4 variable
integer(I4B) :: k2_varid !! NetCDF ID for the Love number variable
integer(I4B) :: Q_varid !! NetCDF ID for the energy dissipation variable
integer(I4B) :: KE_orb_varid !! NetCDF ID for the system orbital kinetic energy variable
Expand Down

0 comments on commit 2cce143

Please sign in to comment.