Browse Source

Correction path ecearth model

Pierre-Yves Barriat 7 years ago
parent
commit
d6efe5df0d
3 changed files with 3 additions and 3 deletions
  1. 1 1
      3.2.2/runtime/classic/config-run.xml
  2. 1 1
      3.2.2/sources/config-build.xml
  3. 1 1
      install.sh

+ 1 - 1
3.2.2/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_3.2.2/sources</Value>
         </Parameter>
 
         <Parameter name="RUN_DIR">

+ 1 - 1
3.2.2/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_3.2.2/sources</Value>
         </Parameter>
 
         <Parameter name="MPI_BASE_DIR">

+ 1 - 1
install.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 TAG="3.2.2"
-TARGET="$HOME/modeles/ecearth/$TAG"
+TARGET="$HOME/modeles/ecearth_$TAG"
 
 cp $TAG/sources/config-build.xml $TARGET/sources/config-build.xml
 cp $TAG/runtime/classic/config-run.xml $TARGET/runtime/classic/config-run.xml