소스 검색

Replaces symbolic links to XIOS .xml files by hard copies (allows running several experiments in parallele with different output configurations)

Francois Massonnet 6 년 전
부모
커밋
803444df91
1개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 11 11
      3.3.0/runtime/classic/ece-ifs+nemo.sh.tmpl

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

@@ -505,17 +505,17 @@ do
 
         # XIOS files
         . ${ctrl_file_dir}/iodef.xml.sh > iodef.xml
-        ln -s ${ctrl_file_dir}/context_nemo.xml
-        ln -s ${ctrl_file_dir}/domain_def_nemo.xml
-        ln -s ${ctrl_file_dir}/axis_def_nemo.xml
-        ln -s ${ctrl_file_dir}/grids_def_nemo.xml
-        ln -s ${ctrl_file_dir}/field_def_nemo-lim.xml
-        ln -s ${ctrl_file_dir}/field_def_nemo-opa.xml
-        ln -s ${ctrl_file_dir}/field_def_nemo-pisces.xml
-        ln -s ${ctrl_file_dir}/field_def_nemo-inerttrc.xml
-        ln -s ${output_control_files_dir}/file_def_nemo-lim3.xml file_def_nemo-lim.xml
-        ln -s ${output_control_files_dir}/file_def_nemo-opa.xml
-        ln -s ${output_control_files_dir}/file_def_nemo-pisces.xml
+        cp ${ctrl_file_dir}/context_nemo.xml
+        cp ${ctrl_file_dir}/domain_def_nemo.xml
+        cp ${ctrl_file_dir}/axis_def_nemo.xml
+        cp ${ctrl_file_dir}/grids_def_nemo.xml
+        cp ${ctrl_file_dir}/field_def_nemo-lim.xml
+        cp ${ctrl_file_dir}/field_def_nemo-opa.xml
+        cp ${ctrl_file_dir}/field_def_nemo-pisces.xml
+        cp ${ctrl_file_dir}/field_def_nemo-inerttrc.xml
+        cp ${output_control_files_dir}/file_def_nemo-lim3.xml file_def_nemo-lim.xml
+        cp ${output_control_files_dir}/file_def_nemo-opa.xml
+        cp ${output_control_files_dir}/file_def_nemo-pisces.xml
 
         if [ -f ${ini_data_dir}/xios/ORCA${nem_res_hor}/coordinates_xios.nc ]
         then