[ncl-talk] Question on parallelism

时光足迹 1072752133 at qq.com
Sun Jan 19 21:00:37 MST 2020


Hi adimistrator,
   I am using parallelism in NCL, version 6.6.2. 

   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. 

   Annually average and monthly average of every variables were calculated in the 'drived' script. However only few levels are output to files.
   For example, it should get output files:
  (1) Annual-Mean-Lev0.nc  (2)Annual-Mean-Lev1.nc ... (14)Annual-Mean-Lev13.nc
   But now i only get some of these:
  (1)Annual-Mean-Lev1.nc   (2)Annual-Mean-Lev3.nc ... 

   That means some levels are missing.


   When I run the 'drived' script alone, I can get Annual-Mean-Lev2.nc successfully. 



   So I wonder why I can't get all files using parallelism(subprocess) ?
Yours,
HUNAG

  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200120/8f61f104/attachment.html>


More information about the ncl-talk mailing list