- Timestamp:
- Jan 15, 2025, 1:50:20 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/modify_startfi_var.sh
r3210 r3579 3 3 ### Script to modify the value of a variable in a file "startfi.nc" ### 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 # Name of the file 7 12 name_file="startfi.nc" … … 12 17 # New value for the variable 13 18 new_var=8. 19 ####################################################################### 14 20 15 21 16 #######################################################################17 22 # Update the netCDF file 18 23 ncap2 -O -s "$var_name=$new_var" \
Note: See TracChangeset
for help on using the changeset viewer.