Ignore:
Timestamp:
Feb 12, 2024, 3:05:15 PM (12 months ago)
Author:
jbclement
Message:

Mars PCM:
Correction of a bug in "writediagsoil.F90": the case of using the 1D model with parallelization was not anticipated so that the "diagsoil.nc" file was filled with meaningless data.
JBC

Location:
trunk/LMDZ.MARS/deftank
Files:
2 edited

Legend:

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

    r3209 r3213  
    7474    ./$exePCM > out_runPCM${iPCM} 2>&1
    7575    if [ ! -f "restartfi.nc" ]; then # Check if run ended abnormally
    76         echo "Error: the run PCM $iPCM has crashed!"
     76        echo "Error: the run PCM $iPCM crashed!"
    7777        exit 1
    7878    fi
     
    104104
    105105date
    106 echo "The launching script has terminated."
     106echo "The launching script ended."
  • trunk/LMDZ.MARS/deftank/launch_orb_1Dchained.sh

    r3209 r3213  
    159159    ./$exePCM > out_runPCM${iPCM} 2>&1
    160160    if [ ! -f "restartfi.nc" ]; then # Check if run ended abnormally
    161         echo "Error: the run PCM $iPCM has crashed!"
     161        echo "Error: the run PCM $iPCM crashed!"
    162162        exit 1
    163163    fi
     
    189189
    190190date
    191 echo "The launching script has terminated."
     191echo "The launching script ended."
Note: See TracChangeset for help on using the changeset viewer.