Skip to content

Instantly share code, notes, and snippets.

View GabrieleLabanca's full-sized avatar

Gabriele Labanca GabrieleLabanca

View GitHub Profile
!-----------
! Some code readability/performance improvements
! _ indices don't have to be called with different names if they are not nested (i,j,k,l,... are most common names);
! _ treating the boundary points should not be done inside of the loop, because the same operation will be repeated without being
! necessary; it also improves the ease of read, since it is more logical;
! _ defining a 'program' allows to have a better defined structure, and to use constants instead of passing them;
! _ always use 'implicit none'! Is saves the situation sometimes;
! _ if you are not defining a variable at runtime, better to declare it a parameter (=constant).
[
{
"name": "Venaria Reale",
"temperature": 9.44,
"latitude": 45.1239,
"longitude": 7.6354,
"elevation": 261,
"time": "2019-02-13T18:15:32.786+01:00"
},
{