diff --git a/couplage/code python/CAR2MAR_preprocess.zip b/couplage/code python/CAR2MAR_preprocess.zip index 2789ae9f808ac48d09b21abffdb96eeedb5acc90..11ffb869a798cd8d770523029cb469b227e868b0 100644 Binary files a/couplage/code python/CAR2MAR_preprocess.zip and b/couplage/code python/CAR2MAR_preprocess.zip differ diff --git a/couplage/code python/MAR2CAR_clim.py b/couplage/code python/MAR2CAR_clim.py index f05736da387e1f5d8e5bf37d87566f175396c14c..11c04ecd1cfc088e7d23e11e35f4a545815f90d1 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 4ee0714c26aabf3c437dad2e46f37d9d87272dff..099a4c85385b698d5a8dee8654f55ff0441c6758 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)