<div dir="ltr"><div dir="ltr"><div>Greetings NCL'ers,</div><div><br></div><div>Has anyone ever encountered an error like this before when defining a filevar for a NetCDF file?</div><div><br></div><div><b>fatal:["NclNetCDF4.c":5409]:NetCDF: Filter error: bad id or parameters or duplicate filter<br>fatal:["NclAdvancedFile.c":6126]:AdvancedFileAddVar: Error adding variable as type: <none></b><div><br></div></div><div>The line of code that this is coming from is where the file variable is being defined:</div><div>     filevardef(fout, "CYCLONE_ATCF_stormid",typeof(CYCLONE_ATCF_stormid)                                           ,"cyclone")<br></div><div><br></div><div>The variable is of type string and I am using the advanced features to write out strings:</div><div>     setfileoption("nc","FileStructure","Advanced")  <br></div><div>     setfileoption("nc","Format","NetCDF4")<br></div><div><br></div><div>Variable: CYCLONE_ATCF_stormid<br>Type: string<br>Total Size: 3328 bytes<br>            416 values<br>Number of Dimensions: 1<br>Dimensions and sizes:   [416]<br>Coordinates:<br>Number Of Attributes: 4<br>  units :       none<br>  description : ATCF STORM ID used to designate a given storm in the Best Track dataset b-deck file and the Storm Table (e.g. 'AL012013')<br>  long_name :   BT_STORM_stormid<br>  _FillValue :<br>(0)     string<br></div><div><br></div><div>I did not get this error previously, but my machine was recently upgraded to Debian Bookworm and now this error is occurring both for the RAL-built NCL binary and the one from conda forge. </div><div><br></div><div>I do <u><i>not</i></u> get the error when running on a machine that hasn't been upgraded to the new OS. I've boiled the script down to a standalone test script in case anyone would like to try it (see attached). </div><div><br></div><div>Thanks,</div><div>Jonathan</div><div><br></div><div><br></div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><pre><font face="arial, helvetica, sans-serif">Jonathan Vigh                                         
Project Scientist II, Joint Numerical Testbed    
Research Applications Laboratory (RAL)
National Center for Atmospheric Research (NCAR)
P.O. Box 3000                    tel: +1 (303) 497-8205
Boulder, CO 80307-3000   fax: +1 (303) 497-8171
</font><font face="arial, sans-serif"><a href="http://staff.ral.ucar.edu/jvigh/" target="_blank">Jonathan's Staff Web Page</a> (CV, publications, etc.)
<a href="http://hurricanes.ral.ucar.edu/" target="_blank">Tropical Cyclone Guidance Project</a> (real-time hurricane data)</font></pre><pre><font face="arial, sans-serif"><a href="https://verif.rap.ucar.edu/tcdata/" target="_blank">Tropical Cyclone Data Project</a> (FLIGHT+, VDM+, TC-OBS datasets)</font></pre><pre><a href="https://wxrisk.io/" style="font-family:Arial,Helvetica,sans-serif" target="_blank"><span style="font-size:11pt;font-family:Arial;color:rgb(17,85,204);background-color:transparent;vertical-align:baseline;white-space:pre-wrap">HurricaneRiskCalculator®️</span></a><span style="background-color:transparent;font-size:11pt;font-family:Arial;color:rgb(34,34,34);vertical-align:baseline;white-space:pre-wrap"> (Now available -- Personalized hurricane wind hazard assessments for decision support)</span></pre><pre><span style="color:rgb(136,136,136);font-family:Arial,Helvetica,sans-serif;white-space:normal">During COVID-19, my working day is likely different from your working day. Please do not feel obliged to reply to this email outside of your normal working hours.</span><br></pre>
</div></div></div></div></div></div></div>