Hello again :)
I was doing some really basic programs for meteorological variables and things related, but I noticed that when I write implicit none and then define my variable that must be integer the value is wrong, because it is rounded down, not rounded to the closest integer value, so when...