浏览代码

Correction path ecearth model

Pierre-Yves Barriat 7 年之前
父节点
当前提交
d6efe5df0d
共有 3 个文件被更改,包括 3 次插入3 次删除
  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">
         <Parameter name="ECEARTH_SRC_DIR">
             <Description>Base directory for EC-Earth sources</Description>
             <Description>Base directory for EC-Earth sources</Description>
             <Type>PATH</Type>
             <Type>PATH</Type>
-            <Value>${HOME}/modeles/ecearth/3.2.2/sources</Value>
+            <Value>${HOME}/modeles/ecearth_3.2.2/sources</Value>
         </Parameter>
         </Parameter>
 
 
         <Parameter name="RUN_DIR">
         <Parameter name="RUN_DIR">

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

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

+ 1 - 1
install.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 
 
 TAG="3.2.2"
 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/sources/config-build.xml $TARGET/sources/config-build.xml
 cp $TAG/runtime/classic/config-run.xml $TARGET/runtime/classic/config-run.xml
 cp $TAG/runtime/classic/config-run.xml $TARGET/runtime/classic/config-run.xml