Skip to content
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
2 changes: 1 addition & 1 deletion notebooks/challenge/mom/mom.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"- All exercises use the same code base as the rest of the tutorial. \n",
"- You will be using the GW_JRA compset at the TL319_t233_wg37 resolution.\n",
"- You will run a control simulation and three experimental simulations. Each simulation will be run for one year. \n",
"- You will run a control simulation and three experimental simulations. Each simulation will be run for one month. \n",
"- You will then use 'ncview' \\([http://meteora.ucsd.edu/~pierce/ncview_home_page.html](http://meteora.ucsd.edu/~pierce/ncview_home_page.html)\\) to evaluate how the experiments differ from the control simulation."
]
},
Expand Down
4 changes: 2 additions & 2 deletions notebooks/challenge/mom/mom_exercise_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"- t233 specifies the ocean model resolution (2/3 degree)\n",
"- wg37 specifies the wave model resolution (3 degree)\n",
" \n",
"Set the run length to **1 year**. \n",
"Set the run length to **1 month**. \n",
"\n",
"Build and run the model. Since this is a control case, we want to build it \"out of the box\" without any modifications. \n",
"\n",
Expand Down Expand Up @@ -114,7 +114,7 @@
"\n",
"Change the <font face=\"Courier\" color='purple'><strong>run length</strong></font>:\n",
"``` \n",
"./xmlchange STOP_N=1,STOP_OPTION=nyears\n",
"./xmlchange STOP_N=1,STOP_OPTION=nmonths\n",
"```\n",
"<br>\n",
"\n",
Expand Down
6 changes: 3 additions & 3 deletions notebooks/challenge/mom/mom_exercise_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
" \n",
"Create a case called **g.GW_JRA.TL319_t233_wg37.002** using the compset ``GW_JRA`` at ``TL319_t233_wg37`` resolution.\n",
"\n",
"Verify that the run length is set to **1 year**. \n",
"Verify that the run length is set to **1 month**. \n",
"\n",
"In user_nl_mom add the following line: ``MIXEDLAYER_RESTRAT = False``.\n",
"\n",
"Build and run the model for one year. \n",
"Build and run the model for one month. \n",
"\n",
"Compare the simulations using ncview/ncdiff, etc.\n",
"\n",
Expand Down Expand Up @@ -81,7 +81,7 @@
"./case.setup\n",
"```\n",
"\n",
"Verify that the <font face=\"Courier\" color='purple'><strong>run length</strong></font> is 1 year:\n",
"Verify that the <font face=\"Courier\" color='purple'><strong>run length</strong></font> is 1 month:\n",
"``` \n",
"./xmlquery -p STOP_N\n",
"./xmlquery -p STOP_OPTION\n",
Expand Down
8 changes: 5 additions & 3 deletions notebooks/challenge/mom/mom_exercise_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
" \n",
"Create a case called **g.GW_JRA.TL319_t233_wg37.003** using the compset ``GW_JRA`` at ``TL319_t233_wg37`` resolution. \n",
" \n",
"Verify that the run length is set to **1 year**. \n",
"Verify that the run length is set to **1 month**. \n",
"\n",
"Modify the subroutine `mom_import` in `mom_cap_methods.F90` to increase the zonal (x) component of the wind stress by 25%.\n",
"\n",
"Build and run the model for one year. \n",
"**Note: `taux` is the actual zonal wind stress in MOM6, while `u_flux` is the rotated component along the MOM6 grid lines, so here the change should be applied to `taux`.**\n",
"\n",
"Build and run the model for one month. \n",
"\n",
"Compare the simulations using ncview/ncdiff, etc.\n",
"\n",
Expand Down Expand Up @@ -93,7 +95,7 @@
"./case.setup\n",
"```\n",
"\n",
"Verify that the <font face=\"Courier\" color='purple'><strong>run length</strong></font> is 1 year:\n",
"Verify that the <font face=\"Courier\" color='purple'><strong>run length</strong></font> is 1 month:\n",
"``` \n",
"./xmlquery STOP_N\n",
"./xmlquery STOP_OPTION\n",
Expand Down
10 changes: 8 additions & 2 deletions notebooks/challenge/mom/mom_exercise_4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
" \n",
"Create a case called **g.GW1850MARBL_JRA.TL319_t233_wg37.001** using the compset ``GW1850MARBL_JRA`` at ``TL319_t233_wg37`` resolution. \n",
" \n",
"Set the run length to **1 year**. \n",
"Set the run length to **1 month**. \n",
"\n",
"**Note that the BGC support is not fully incorporated yet, which means you cannot run it \"out of the box\" but have to make the following modifications:**\n",
"\n",
Expand Down Expand Up @@ -107,7 +107,7 @@
" \n",
"Change the <font face=\"Courier\" color='purple'><strong>run length</strong></font>:\n",
"``` \n",
"./xmlchange STOP_N=1,STOP_OPTION=nyears\n",
"./xmlchange STOP_N=1,STOP_OPTION=nmonths\n",
"```\n",
"\n",
"Edit the file <font face=\"Courier\" color='purple'><strong>user_nl_mom</strong></font> and add the lines:\n",
Expand Down Expand Up @@ -143,6 +143,12 @@
"</div>\n",
"\n"
]
},
{
"cell_type": "markdown",
"id": "06dec4ad",
"metadata": {},
"source": []
}
],
"metadata": {
Expand Down