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

Commit

Permalink
added rotphase varid and varname to netcdf module
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Feb 9, 2024
1 parent bcbf96b commit 85c779a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/netcdf_io/netcdf_io_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ module netcdf_io
integer(I4B) :: Ip_varid !! ID for the axis principal moment of inertia variable
character(NAMELEN) :: rot_varname = "rot" !! name of the rotation vector variable
integer(I4B) :: rot_varid !! ID for the rotation vector variable
character(NAMELEN) :: rotphase_varname = "rotphase" !! name of the rotation phase variable
integer(I4B) :: rotphase_varid !! ID for the rotation phase variable
character(NAMELEN) :: j2rp2_varname = "j2rp2" !! name of the j2rp2 variable
integer(I4B) :: j2rp2_varid !! ID for the j2 variable
character(NAMELEN) :: j4rp4_varname = "j4rp4" !! name of the j4pr4 variable
Expand Down

0 comments on commit 85c779a

Please sign in to comment.