From 85c779a53b52e4a22da04022c47c4bd25935fca7 Mon Sep 17 00:00:00 2001 From: anand43 Date: Fri, 9 Feb 2024 16:17:41 -0500 Subject: [PATCH] added rotphase varid and varname to netcdf module --- src/netcdf_io/netcdf_io_module.f90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/netcdf_io/netcdf_io_module.f90 b/src/netcdf_io/netcdf_io_module.f90 index 51b315a04..e40df8135 100644 --- a/src/netcdf_io/netcdf_io_module.f90 +++ b/src/netcdf_io/netcdf_io_module.f90 @@ -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