Changeset 3579 for trunk/LMDZ.COMMON/libf/evolution/deftank/inipem_orbit.sh
- Timestamp:
- Jan 15, 2025, 1:50:20 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/inipem_orbit.sh
r3351 r3579 4 4 ### according to the date set in the file "run_PEM.def" ### 5 5 ###################################################################### 6 set -e 7 trap 'echo -e "\033[31mError: an issue occurred in the script on line $LINENO! Please review the command and try again.\033[0m"' ERR 6 8 9 ###################################################################### 10 # Modify here the parameters for the script 11 ########################################### 7 12 # Name of the file to be modified 8 13 name_file="startfi.nc" … … 10 15 # Name of the file containing the orbital data 11 16 orb_data="obl_ecc_lsp.asc" 17 ###################################################################### 12 18 13 19 14 ######################################################################15 20 # Check if files necessary for the script exist 16 21 if [ ! -f "$orb_data" ]; then
Note: See TracChangeset
for help on using the changeset viewer.