<div>Hi adimistrator,</div><div>   I am using parallelism in NCL, version 6.6.2. <br></div><div>   Fourteen levels of different variables, such as u(nlev,ntime,nlat,nlon), are processed, by using do-loop (do i=0,14-1) in the 'driver' script. <br></div><div>   Annually average and monthly average of every variables were calculated in the 'drived' script. However only few levels are output to files.</div><div>   For example, it should get output files:</div><div>  (1) Annual-Mean-Lev0.nc  (2)Annual-Mean-Lev1.nc ... (14)Annual-Mean-Lev13.nc</div><div>   But now i only get some of these:</div><div>  (1)Annual-Mean-Lev1.nc   (2)Annual-Mean-Lev3.nc ... <br></div><div>   That means some levels are missing.</div><div><br></div><div>   When I run the 'drived' script alone, I can get Annual-Mean-Lev2.nc successfully. <br></div><div><br></div><div>   So I wonder why I can't get all files using parallelism(subprocess) ?</div><div>Yours,</div><div>HUNAG<br></div><div>   <br></div>