Browse Source

Fix path in trunk conf

Pierre-Yves Barriat 7 years ago
parent
commit
a38cd45a6c
2 changed files with 2 additions and 2 deletions
  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">