Skip to content

Commit

Permalink
Merge pull request #267 from cecilehannay/main
Browse files Browse the repository at this point in the history
change resolution in cam exercise to make it faster
  • Loading branch information
cecilehannay authored Aug 8, 2024
2 parents 3890ddb + 26dd78b commit e15f7f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions notebooks/challenge/cam/exercise_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"*<p style=\"text-align: center;\"> Figure: Increase orographic height over the western US. </p>*\n",
" \n",
"Create, configure, build and run a case called ``f2000.topo`` with the compset ``F2000climo`` at the resolution ``f09_f09_mg17`` using the same history file output as in the control. Change the topography input datasets\n",
"Create, configure, build and run a case called ``f2000.topo`` with the compset ``F2000climo`` at the resolution ``f19_f19_mg17`` using the same history file output as in the control. Change the topography input datasets\n",
"Run for 5 days. \n",
"\n",
"</div>\n"
Expand Down Expand Up @@ -283,7 +283,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/challenge/cam/exercise_5.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"*<p style=\"text-align: center;\"> Figure: Increase orographic height over the western US. </p>*\n",
" \n",
"Create, configure, build and run a case called ``f2000.sst`` with the compset ``F2000climo`` at the resolution ``f09_f09_mg17`` using the same history file output as in the control. Change the SST input datasets\n",
"Create, configure, build and run a case called ``f2000.sst`` with the compset ``F2000climo`` at the resolution ``f19_f19_mg17`` using the same history file output as in the control. Change the SST input datasets\n",
"Run for 5 days. \n",
"\n",
"</div>\n"
Expand Down Expand Up @@ -294,7 +294,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/challenge/cam/exercise_6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"\n",
"*<p style=\"text-align: center;\"> Figure: CAPE. </p>*\n",
" \n",
"Create, configure, build and run a case called ``f2000.cape`` with the compset ``F2000climo`` at the resolution ``f09_f09_mg17`` using the same history file output as in the control. \n",
"Create, configure, build and run a case called ``f2000.cape`` with the compset ``F2000climo`` at the resolution ``f19_f19_mg17`` using the same history file output as in the control. \n",
"Run for 5 days. \n",
"\n",
"</div>\n"
Expand Down Expand Up @@ -287,7 +287,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e15f7f3

Please sign in to comment.