Andrea-ARPAPUGLIA
Member
I run WRF model on 3 domains according to the following scheme:
dx =18000, 6000, 2000
e_we =223, 205 , 181
e_sn =223, 205 , 181
There is a rule for choosing the number of CPUs to use:
<<
For your smallest-sized domain:
((e_we)/25) * ((e_sn)/25) = most amount of processors you should use
For your largest-sized domain:
((e_we)/100) * ((e_sn)/100) = least amount of processors you should use. >>
Following this rule in my case I should use at least 5 CPUs and no more than 52 CPUs.
I tried to run with 80 CPUs with a positive result and excellent execution times (5 instead of 10 hours).
Could, using more processors than recommended, cause errors in the results?
Thanks for your reply
dx =18000, 6000, 2000
e_we =223, 205 , 181
e_sn =223, 205 , 181
There is a rule for choosing the number of CPUs to use:
<<
For your smallest-sized domain:
((e_we)/25) * ((e_sn)/25) = most amount of processors you should use
For your largest-sized domain:
((e_we)/100) * ((e_sn)/100) = least amount of processors you should use. >>
Following this rule in my case I should use at least 5 CPUs and no more than 52 CPUs.
I tried to run with 80 CPUs with a positive result and excellent execution times (5 instead of 10 hours).
Could, using more processors than recommended, cause errors in the results?
Thanks for your reply