You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is also possible to download Miniconda3 forLinux on the [miniconda page](https://docs.conda.io/en/latest/miniconda.html). If you have problems with the 64 bit versionin the next step(s) you can alternatively try a 32 bit version.
42
45
43
46
2. Next, run the installer from the place where you downloaded it
@@ -613,7 +624,7 @@ available) can be found below. Note that the timestamps differ.
613
624
>
614
625
> - the dataset:
615
626
>
616
-
> - mip, start_year, end_year
627
+
> - `mip`, `start_year`, `end_year`
617
628
>
618
629
> - the preprocessor:
619
630
>
@@ -635,7 +646,7 @@ The snippets for the edits can be found below:
635
646
636
647
> ## Land surface average temperature
637
648
>
638
-
> In the `diff` file below you will see the changes we have made to the file. The top 2 lines are the filenames and the lines like @@ -20,12 +20,14 @@ indicate the line numbers in the original and modified file, respectively. For more info on this format, see [here](https://en.wikipedia.org/wiki/Diff#Unified_format)
649
+
> In the `diff` file below you will see the changes we have made to the file. The top 2 lines are the filenames and the lines like @@ -20,12 +20,14 @@ indicate the line numbers in the original and modified file, respectively. For more info on this format, see [here](https://en.wikipedia.org/wiki/Diff#Unified_format).
639
650
>
640
651
> ```diff
641
652
> --- data/recipe_example.yml
@@ -755,21 +766,21 @@ The snippets for the edits can be found below:
755
766
## Common issues & tips
756
767
757
768
> ## esmvaltool not found
758
-
> Can you run the command “esmvaltool -h”. If no, then it’s possible that the
769
+
> Can you run the command `esmvaltool -h`. If no, then it’s possible that the
759
770
> conda environment isn’t activated. Please return to the in
760
771
> [installation section]({{ page.root }}{% link _episodes/02-installation.md %}).
761
772
{: .solution}
762
773
763
774
> ## The error message is `esmvalcore._recipe_checks.RecipeError: Missing data`
764
775
> ESMValTool can’t locate the data.
765
776
>
766
-
> Which computing machine are you using? Does your user-config.yml file reflect
777
+
> Which computing machine are you using? Does your `user-config.yml` file reflect
767
778
> your machine's settings? Is the dataset’s name in the correct order?
768
779
{: .solution}
769
780
770
781
> ## Diagnostic path problems
771
782
> The directory path to your diagnostics code is set relative to the
772
-
> esmvaltool/diag_scripts subdirectory. Is the code placed in this subdirectory?
783
+
> `esmvaltool/diag_scripts` subdirectory. Is the code placed in this subdirectory?
773
784
> Is it spelled correctly?
774
785
{: .solution}
775
786
@@ -781,7 +792,7 @@ The snippets for the edits can be found below:
781
792
> ## The preprocessor works but the diagnostic fails
782
793
> If your preprocessor works fine but your diagnostic script fails,
783
794
> congratulations! A failed diagnostic means that you won’t need to re-run the
784
-
> preprocessor. In your “run/main_log.txt” run output, you should see a line
795
+
> preprocessor. In your `run/main_log.txt` run output, you should see a line
785
796
> that reads: “To re-run this diagnostic script, run:”, followed by a line with
786
797
> a command that will allow you to re-run your diagnostic script only. Append
787
798
> this line with the “-i” option after the python script you call to re-run your
0 commit comments