We named the longitude parameter long.
In the climate section of the code, the parameter was named lon.
The best name is definitely lon because it is the most commonly used standard.
We should replace long with lon throughout the code and issue a warning and deprecation of the parameter.
We named the longitude parameter
long.In the climate section of the code, the parameter was named
lon.The best name is definitely
lonbecause it is the most commonly used standard.We should replace
longwithlonthroughout the code and issue a warning and deprecation of the parameter.