- Timestamp:
- Jan 15, 2025, 1:50:20 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/concat_diagpem.sh
r3214 r3579 3 3 ### Script to concatenate "diagpem.nc" outputs into one file ### 4 4 ################################################################ 5 set -e 6 trap 'echo -e "\033[31mError: an issue occurred in the script on line $LINENO! Please review the command and try again.\033[0m"' ERR 5 7 8 ################################################################ 9 # Modify here the parameters for the script 10 ########################################### 6 11 # Output file name 7 12 output_file="diagpem_concat.nc" … … 20 25 files=($directory/diagpem*.nc) 21 26 output_file=($directory/$output_file) 27 ################################################################ 22 28 23 29 24 ################################################################25 30 # Checking if everything is ok 26 31 if [ ! -d "$directory" ]; then
Note: See TracChangeset
for help on using the changeset viewer.