Changeset 3537 for trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh
- Timestamp:
- Dec 6, 2024, 5:47:19 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh ΒΆ
r3498 r3537 114 114 echo "The number of PCM runs between each PEM run has been modified from $nPCM_old to $nPCM." 115 115 fi 116 if [ $n_myear -ne $n_myear_old]; then116 if [ "$(echo "$n_myear != $n_myear_old" | bc)" -eq 1 ]; then 117 117 echo "The number of initial PCM runs has been modified from $n_myear_old to $n_myear." 118 118 fi
Note: See TracChangeset
for help on using the changeset viewer.