Changeset 2957 for palm/trunk/SCRIPTS/palmrun
- Timestamp:
- Apr 11, 2018 8:48:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrun
r2906 r2957 27 27 # ----------------- 28 28 # $Id: palmrun 2718 2018-01-02 08:49:38Z maronga $ 29 # svfout in the activation string will be replaced now by svfin in case of 30 # automatic restarts 31 # 32 # 2718 2018-01-02 08:49:38Z maronga 29 33 # Introduction of new ENVIRONMENT variables read_svf and write_svf to consider 30 34 # the possible output or input of sky view factors … … 2640 2644 [[ $(echo $prc | grep -c "\-b") = 0 ]] && prc="$prc -b" 2641 2645 2646 # REPLACE SVFOUT IN THE ACTIVATION STRINGS (GIVEN WITH OPTION -a) 2647 # SO THAT RESTARTS USE SVF DATA CREATED BY THE INITIAL RUN 2648 if [[ $(echo $prc | grep -c "svfout") != 0 ]] 2649 then 2650 prc=`echo $prc | sed 's/svfout/svfin/g'` 2651 fi 2642 2652 2643 2653 # REPLACE THE HASH IN THE ACTIVATION STRINGS (GIVEN WITH OPTION -a)
Note: See TracChangeset
for help on using the changeset viewer.