Ignore:
Timestamp:
May 31, 2024, 3:04:18 PM (7 months ago)
Author:
jbclement
Message:

Mars PCM:

  • Correction for the script "launch_orb_1Dchained.sh" in the deftank.
  • Small cleanings related to error detection.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/launch_orb_1Dchained.sh

    r3213 r3350  
    8888while [ $i_myear -lt $n_myears ]; do
    8989    # Get the new values for the orbital parameters
    90     yearlask=$(echo "$eyears_bp_ini + $i_myear*$convert_years" | bc -l)
     90    yearlask=$(echo "($eyears_bp_ini + $i_myear*$convert_years)/1000." | bc -l)
    9191    found=false
    9292    read -r y1 obl1 ecc1 lsp1 < "$orb_data"
Note: See TracChangeset for help on using the changeset viewer.