id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 206,header binary file not created when compiled without netcdf support,camelia,,"Missing in the `FLEXPART.f90` the option in which flexpart is compiled without the netcdf module. I fixed this problem by changed the lines 358 - 376 with: {{{#!fortran #ifdef USE_NCF if (lnetcdfout.eq.1) then call writeheader_netcdf(lnest=.false.) else ! call writeheader goto 10 end if if (nested_output.eq.1) then if (lnetcdfout.eq.1) then call writeheader_netcdf(lnest=.true.) else ! call writeheader_nest goto 11 endif endif #endif if (verbosity.gt.0) then print*,'call writeheader' endif 10 call writeheader 11 if (nested_output.eq.1) then call writeheader_nest endif }}} Another option could be to declare the variable `lnetcdfout` outside of netcdf module in `FLEXPART.f90` and it to be included as parameter in the command file",Defect,new,major,FLEXPART 10,FP coding/compilation,FLEXPART 9.0.2,,,