Jelajahi Sumber

Fix path in trunk conf

Pierre-Yves Barriat 8 tahun lalu
induk
melakukan
a38cd45a6c
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      trunk/runtime/classic/config-run.xml
  2. 1 1
      trunk/sources/config-build.xml

+ 1 - 1
trunk/runtime/classic/config-run.xml

@@ -54,7 +54,7 @@
         <Parameter name="ECEARTH_SRC_DIR">
             <Description>Base directory for EC-Earth sources</Description>
             <Type>PATH</Type>
-            <Value>${HOME}/modeles/ecearth_3.2.2/sources</Value>
+            <Value>${HOME}/modeles/ecearth/sources</Value>
         </Parameter>
 
         <Parameter name="RUN_DIR">

+ 1 - 1
trunk/sources/config-build.xml

@@ -88,7 +88,7 @@
         <Parameter name="ECEARTH_SRC_DIR">
             <Description>Base directory for EC-Earth sources</Description>
             <Type>PATH</Type>
-            <Value>$(HOME)/modeles/ecearth_3.2.2/sources</Value>
+            <Value>$(HOME)/modeles/ecearth/sources</Value>
         </Parameter>
 
         <Parameter name="MPI_BASE_DIR">