Ignore:
Timestamp:
Dec 6, 2024, 5:47:19 PM (4 weeks ago)
Author:
jbclement
Message:

PEM:
Small fixes to initialize and output ice table-related variables and in the launching script.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh ΒΆ

    r3498 r3537  
    114114            echo "The number of PCM runs between each PEM run has been modified from $nPCM_old to $nPCM."
    115115        fi
    116         if [ $n_myear -ne $n_myear_old ]; then
     116        if [ "$(echo "$n_myear != $n_myear_old" | bc)" -eq 1 ]; then
    117117            echo "The number of initial PCM runs has been modified from $n_myear_old to $n_myear."
    118118        fi
Note: See TracChangeset for help on using the changeset viewer.