Hello Michael,
I am trying to use DualPol_simulator for extracting radar parameters (ZDR and Zdiff) from WRF product.
While running the program (DualPol_simulator.jl) in julia-1.9.0, it keeps on creeping up some errors while writing the NC output,

I think this error is arising from the following part of the code where the syntax of NcVar() function is not matching

the format for the function NcVar() in NetCDF.jl documentation is :

I tried many times to resolve this issue but I couldn't succeed, can you guess or provide any tips to resolve this issue.
With regards,
Alex
Hello Michael,
I am trying to use DualPol_simulator for extracting radar parameters (ZDR and Zdiff) from WRF product.
While running the program (DualPol_simulator.jl) in julia-1.9.0, it keeps on creeping up some errors while writing the NC output,
I think this error is arising from the following part of the code where the syntax of NcVar() function is not matching
the format for the function NcVar() in NetCDF.jl documentation is :

I tried many times to resolve this issue but I couldn't succeed, can you guess or provide any tips to resolve this issue.
With regards,
Alex