Skip to content

Commit

Permalink
Merge pull request #83 from cecilehannay/main
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
cecilehannay committed Oct 25, 2023
2 parents d0e7237 + a040bb4 commit 675effa
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions notebooks/09.Runtype/overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "front-brisbane",
"id": "eight-wilson",
"metadata": {},
"source": [
"# Overview"
]
},
{
"cell_type": "markdown",
"id": "coated-israel",
"id": "needed-active",
"metadata": {},
"source": [
"There are three ways in which you can start a simulation with CESM. Which way you use is determined\n",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
{
"cell_type": "markdown",
"id": "blank-living",
"id": "sublime-rings",
"metadata": {},
"source": [
"<hr style=\"border: 1px solid black;\">\n",
Expand All @@ -58,37 +58,38 @@
},
{
"cell_type": "markdown",
"id": "adolescent-perception",
"id": "broad-baseline",
"metadata": {},
"source": [
"\n",
"\n",
"![Runtype Characteristics](../../images/runtype_characteristics.png )\n",
"\n",
"*<p style=\"text-align: center;\"> Figure 1: `RUNTYPE` Characteristics. </p>*"
"*<p style=\"text-align: center;\"> Figure 1: `RUN_TYPE` Characteristics. </p>*"
]
},
{
"cell_type": "markdown",
"id": "inappropriate-spirit",
"id": "confident-blowing",
"metadata": {},
"source": [
"Depending on the runtype, you need to set other xml variables. \n",
"\n",
"As explained above, the variable `RUN_TYPE` determines the initialization type. \n",
"This setting is only important for the **initial** run of a production run when the `CONTINUE_RUN` variable is set to `FALSE`. After the initial run, the `CONTINUE_RUN` variable is set to `TRUE`, and the model restarts from the restarts and ignore the variable `RUN_TYPE`. \n",
"\n",
"The variable `RUN_STARTDATE` is the **start date** (in yyyy-mm-dd format) for either a `startup` or `hybrid` run. In a `branch` run, this variable is ignored. \n",
"\n",
"If the run is targeted to be a `hybrid` or `branch` run, \n",
"- you must also specify values for `RUN_REFCASE` and `RUN_REFDATE` \n",
"- and if the restarts are located in a directory other than your run directory, you should also specify `RUN_REFDIR` to point to that location and set `GET_REFCASE=TRUE` to ensure the model obtains the restarts from that directory. "
"- and if the restarts are located in a directory other than your run directory, you should also specify `RUN_REFDIR` to point to that location and set `GET_REFCASE=TRUE` to ensure the model obtains the restarts from that directory. \n",
"\n",
"\n",
"The variable `RUN_STARTDATE` is the **start date** (in yyyy-mm-dd format) for either a `startup` or `hybrid` run. In a `branch` run, this variable is ignored. \n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "precious-practice",
"id": "beneficial-separation",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 675effa

Please sign in to comment.