Changeset 3215 for trunk/LMDZ.COMMON/libf/evolution/deftank
- Timestamp:
- Feb 13, 2024, 9:41:05 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh
r3214 r3215 155 155 fi 156 156 k=$(echo "$i + 2 - $nPCM_ini" | bc -l) 157 if [ $(echo "$k < 1" | bc -l) -eq 1 ]; then # Only the last 2 years are taken for the PEM157 if [ $(echo "$k < 1" | bc -l) -eq 1 ]; then # Only the last 2 years are taken for the PEM 158 158 mv Xdiurnalave.nc diags/data2reshape${iPCM}.nc 159 159 else … … 239 239 fi 240 240 k=$(echo "$i + 2 - $nPCM" | bc -l) 241 if [ $(echo "$k < 1" | bc -l) -eq 1 ]; then # Only the last 2 years are taken for the PEM241 if [ $(echo "$k < 1" | bc -l) -eq 1 ]; then # Only the last 2 years are taken for the PEM 242 242 mv Xdiurnalave.nc diags/data2reshape${iPCM}.nc 243 243 else
Note: See TracChangeset
for help on using the changeset viewer.