Skip to content
Snippets Groups Projects
Commit 53c0a863 authored by Dethinne Thomas's avatar Dethinne Thomas
Browse files

update the python files

parent 536fa625
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -77,7 +77,7 @@ def get_name(var): ...@@ -77,7 +77,7 @@ def get_name(var):
"TTmax":"tmaxyyyy", "TTmax":"tmaxyyyy",
"TT":"temyyyy", "TT":"temyyyy",
"MBrr":"prcyyyy", "MBrr":"prcyyyy",
"RH":"ruhyyyy", "RH":"rhuyyyy",
"UV":"wndyyyy", "UV":"wndyyyy",
"SWD":"fsolyyyy" "SWD":"fsolyyyy"
} }
......
...@@ -72,8 +72,8 @@ if __name__ == '__main__': ...@@ -72,8 +72,8 @@ if __name__ == '__main__':
ys = 2009 #starting year -1 ys = 2009 #starting year -1
ye = 2024 #end year ye = 2024 #end year
# print("Creating the climatology files") print("Creating the climatology files")
# main_climatology(path_to_MAR_ICE) main_climatology(path_to_MAR_ICE)
print("Creating the Landuse files") print("Creating the Landuse files")
main_landuse(path_to_MAR_ICE) main_landuse(path_to_MAR_ICE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment