ソースを参照

Add CDO path to allow running constant year forcing

Francois Massonnet 7 年 前
コミット
97b74b4909

+ 1 - 1
3.3.0/runtime/classic/ece-ifs+nemo.sh.tmpl

@@ -709,7 +709,7 @@ do
                 # Fixed year forcing, requires cdo!
                 # If cdo is not available at runtime you need to fix proper
                 # icmcl files beforehand and use them here
-                cdo setyear,$yr ${ini_data_dir}/ifs/${ifs_grid}/icmcl_v16/icmcl_${ifs_cmip_fixyear}.grb ${tempfile}
+                ${cdo} setyear,$yr ${ini_data_dir}/ifs/${ifs_grid}/icmcl_v16/icmcl_${ifs_cmip_fixyear}.grb ${tempfile}
                 cat ${tempfile} >> ICMCL${exp_name}INIT
             fi
         done

+ 3 - 0
3.3.0/runtime/classic/zenobe.sh.tmpl

@@ -25,3 +25,6 @@ set -x
 
 # Directories
 start_dir=${PBS_O_WORKDIR-$PWD}
+
+# CDO
+cdo="/projects/acad/ecearth/opt/cdo/bin/cdo"