--- trunk/Sources/phylmd/phyetat0.f 2015/05/06 15:51:03 137 +++ trunk/Sources/phylmd/phyetat0.f 2015/05/22 23:13:19 138 @@ -4,7 +4,9 @@ IMPLICIT none - REAL, save:: rlat(klon), rlon(klon) ! latitude and longitude, in degrees + REAL, save:: rlat(klon), rlon(klon) + ! latitude and longitude of a point of the scalar grid identified + ! by a simple index, in degrees private klon