Ignore:
Timestamp:
02/06/23 10:10:12 (16 months ago)
Author:
aclsce
Message:

Modified debug run_dir functionality to copy the arch.env into the run_directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r1569 r1574  
    16681668      done 
    16691669   SUBMIT_DIRECTORY=$(grep SUBMIT_DIR ${libIGCM}/libIGCM_sys/libIGCM_sys_${SYSTEM}.ksh | grep -m1 typeset | cut -dx -f2) 
    1670       sed -e "s%::ENVFILE::%${EnvFile}%" \ 
    1671           -e "s%::EXECUTION::%${EXECUTION}%" \ 
     1670      sed -e "s%::EXECUTION::%${EXECUTION}%" \ 
    16721671          -e "s%::EXECUTION_TYPE::%${executionType}%" \ 
    16731672          -e "s%::JOBNAME::%${config_UserChoices_JobName}%" \ 
     
    16781677          -e "s%::CHM_comp::%${CHM_comp}%" \ 
    16791678          ${libIGCM}/Job_debug_${config_UserChoices_JobName} > ${RUN_DIR}/Job_debug_${config_UserChoices_JobName} 
     1679      cp ${EnvFile} ${RUN_DIR}/. 
    16801680      echo 
    16811681      echo "############################################" 
Note: See TracChangeset for help on using the changeset viewer.