# SkyLab 4.0 ewok experiment, where to find the running results?

**URL:** https://forums.jcsda.org/t/skylab-4-0-ewok-experiment-where-to-find-the-running-results/480
**Category:** JEDI
**Created:** [June 1, 2023, 7:26pm UTC](https://forums.jcsda.org/t/skylab-4-0-ewok-experiment-where-to-find-the-running-results/480 "2023-06-01T19:26:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![guoqing](https://yyz1.discourse-cdn.com/flex031/user_avatar/forums.jcsda.org/guoqing/32/188_2.png) [@guoqing](https://forums.jcsda.org/u/guoqing)
#### Post date: [June 1, 2023, 7:26pm UTC](https://forums.jcsda.org/t/skylab-4-0-ewok-experiment-where-to-find-the-running-results/480/1 "2023-06-01T19:26:39Z")

</div>

Hi,

I successfully ran on Orion the “`gfs-3dvar-c12.yaml`” experiment that came with the SkyLab 4.0 release. However, after the successful run, the workdir was automatically removed by the ewok workflow.

Now where can I find and check those running results?

Thanks,  
Guoqing

---

<div class="post-metadata">

### Author: ![hailingz](https://avatars.discourse-cdn.com/v4/letter/h/e9a140/32.png) [@hailingz](https://forums.jcsda.org/u/hailingz)
#### Post date: [June 1, 2023, 7:42pm UTC](https://forums.jcsda.org/t/skylab-4-0-ewok-experiment-where-to-find-the-running-results/480/2 "2023-06-01T19:42:39Z")

</div>

Christian Sampson [10 minutes ago]  
You can check much of the output at [experiments.jcsda.org](http://experiments.jcsda.org/) look for your name under user and then select the experiment id of your run. Or are you looking for log files?

Hailingz [5 minutes ago]  
I comment on the line of “finishExperiment” in ewok/src/ewok/Experiment.py to keep the working directory

---

<div class="post-metadata">

### Author: ![maryamao](https://yyz1.discourse-cdn.com/flex031/user_avatar/forums.jcsda.org/maryamao/32/6_2.png) [@maryamao](https://forums.jcsda.org/u/maryamao)
#### Post date: [June 1, 2023, 7:57pm UTC](https://forums.jcsda.org/t/skylab-4-0-ewok-experiment-where-to-find-the-running-results/480/3 "2023-06-01T19:57:35Z")

</div>

You can also run your experiment with `--test` to keep the everything in your workdir:

`create_experiment.py --test gfs-3dvar-c12.yaml`

---

<div class="post-metadata">

### Author: ![guoqing](https://yyz1.discourse-cdn.com/flex031/user_avatar/forums.jcsda.org/guoqing/32/188_2.png) [@guoqing](https://forums.jcsda.org/u/guoqing)
#### Post date: [June 1, 2023, 8:10pm UTC](https://forums.jcsda.org/t/skylab-4-0-ewok-experiment-where-to-find-the-running-results/480/4 "2023-06-01T20:10:33Z")

</div>

Got it. Thanks @hailingz @maryamao and Christian Sampson
