ICTP / RegCM

ICTP Regional Climate Model
https://www.ictp.it/esp/about
Other
54 stars 42 forks source link

ISC24 Bonus Task by NTU Singapore Team #43

Open Tanknam opened 5 months ago

Tanknam commented 5 months ago

This code must be compiled with OpenMP support as stated in README under onedrive submission.

Brief explanation:

Most execution of this file falls within 'nogtom' subroutine, involving multiple loops and microphysics. Only loops that are big enough that additional parallelizations we are adding would overcome their overhead are considered. The biggest loop is at line 753 (new file) which loops over all the divided grid and is responsible for multiple calculations. Directives are added after the first outer loop to maintain number accuracy. Some other loops that take considerable time were parallelized as well.