Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change resolution in cam exercise to make it faster #267

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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