Commit fd94c51 1 parent 6a5c89c commit fd94c51 Copy full SHA for fd94c51
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ julia --project=artifacts -e 'using Pkg; Pkg.precompile()'
29
29
julia --project=artifacts -e ' using Pkg; Pkg.status()'
30
30
julia --project=artifacts artifacts/download_artifacts.jl
31
31
32
- srun -K julia --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_FILE
32
+ srun -K julia --color=yes -- project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_FILE
33
33
34
34
# restart from simulation time of 400 seconds
35
35
export RESTART_T=400
@@ -40,7 +40,7 @@ cp $CONFIG_FILE $RESTART_CONFIG_FILE
40
40
sed -i ' s/t_end: \"800secs\"/t_end: \"3600secs\"/g' $RESTART_CONFIG_FILE
41
41
42
42
# rerun the model
43
- srun -K julia --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $RESTART_CONFIG_FILE --restart_dir $RESTART_DIR --restart_t $RESTART_T
43
+ srun -K julia --color=yes -- project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $RESTART_CONFIG_FILE --restart_dir $RESTART_DIR --restart_t $RESTART_T
44
44
45
45
# throw an error if no restart checkpoint files are found
46
46
if [ $( ls -1 $RESTART_DIR /checkpoint | wc -l) -lt 5 ]; then
You can’t perform that action at this time.
0 commit comments