Skip to content
Open
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: 2 additions & 0 deletions notebooks/challenge/mom/mom_exercise_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"\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",
"**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 year. \n",
"\n",
"Compare the simulations using ncview/ncdiff, etc.\n",
Expand Down