﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
228	Inconsistent precision in MSIS_coeff.nc file	Ian Culverwell		"Kjartan Kinch (DMI) discovered that these coefficients are being held at different precision in OCC (8 decimal places, from ascii file) and ROPP (read in from ascii file as single precision, then promoted to double precision before being written out to netCDF file).  

By reading them in as DP in ropp_pp/msis_bangle/MSIS_ascii2netcdf.pro we obtain a netcdf file at equivalent precision.

ba_Ac0(1, 1, 1) from ropp_pp/data/dabcs01.asc:
  0.32796969E+02

ba_Ac0(1, 1, 1) from '''original''' ropp_pp/data/MSIS_coeff.nc:
   3.27969703674316406250e+01

ba_Ac0(1, 1, 1) from '''final''' ropp_pp/data/MSIS_coeff.nc:
    3.27969689999999971519e+01

"	defect	new	normal	5.0	ROPP (all)	4.1			
