From 53c0a8638ee5e12de8273d10a25e0ce934153b5f Mon Sep 17 00:00:00 2001 From: Dethinne Thomas <tdethinne@uliege.be> Date: Wed, 27 Nov 2024 15:15:59 +0000 Subject: [PATCH] update the python files --- couplage/code python/CAR2MAR_preprocess.zip | Bin 9120 -> 9120 bytes couplage/code python/MAR2CAR_clim.py | 2 +- .../code python/create_necessary_files.py | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/couplage/code python/CAR2MAR_preprocess.zip b/couplage/code python/CAR2MAR_preprocess.zip index 2789ae9f808ac48d09b21abffdb96eeedb5acc90..11ffb869a798cd8d770523029cb469b227e868b0 100644 GIT binary patch delta 259 zcmZ4BzQBEQIjaTJflr$^vSzb@XgRJnX6B5B>dDJ_Rk^pAxTkLgVj#WwI<GMkQ&r$* z9)U<E7We%e43jg396>tP2ptCNEEK=VIg!bPd6|j(<cW$R8+~<HCofmjU}9jHd{I#b zsB-c~R?*4XN<5PVl;oIFStc7OsenYoloUCD7Dj^2tXC3KR_0(}@O2C_a&`=gPtM8A z)hnnB4dG>AM{>>NXeF7+SCr(KfAKI(?h}$>JMhUZ{p91xQA)CtO_b%B_X;vh4iuLI c8DA(4u{1<cj`^ZA!$et0s0+m=_b7`10Dj9>g8%>k delta 256 zcmZ4BzQBF*MQJnU6Yt$NbICZcPGmA;`gnh%RW=LLx0jojv$QcY8#Ja*HsDa@*1e&V z-u}`p9Y}9Z;4o%l+7+>RDpw>E%cIAZ8k0ZqI5Hi5vDuXOFbh-q<ITSWZ*or7SJq%= zU|^X1PFj);XhHge$CLjm%1#bZlw&SuWtb={&HnMeTl&8{x|9DY%1qv@D93b%bMj?H z6`<9Ve<~^}0&R{28D7Q0z>p-!z`)O-05lE)wl&V;Wti;1A&TrSusP*Qa!iFnlcy`m kvK@WlmVOdq>2)PJW)pFS$+raM*wP=nrO$mZxl&mj06@E4=Kufz diff --git a/couplage/code python/MAR2CAR_clim.py b/couplage/code python/MAR2CAR_clim.py index f05736d..11c04ec 100644 --- a/couplage/code python/MAR2CAR_clim.py +++ b/couplage/code python/MAR2CAR_clim.py @@ -77,7 +77,7 @@ def get_name(var): "TTmax":"tmaxyyyy", "TT":"temyyyy", "MBrr":"prcyyyy", - "RH":"ruhyyyy", + "RH":"rhuyyyy", "UV":"wndyyyy", "SWD":"fsolyyyy" } diff --git a/couplage/code python/create_necessary_files.py b/couplage/code python/create_necessary_files.py index 4ee0714..099a4c8 100644 --- a/couplage/code python/create_necessary_files.py +++ b/couplage/code python/create_necessary_files.py @@ -72,8 +72,8 @@ if __name__ == '__main__': ys = 2009 #starting year -1 ye = 2024 #end year - # print("Creating the climatology files") - # main_climatology(path_to_MAR_ICE) + print("Creating the climatology files") + main_climatology(path_to_MAR_ICE) print("Creating the Landuse files") main_landuse(path_to_MAR_ICE) -- GitLab