Skip to content
Open
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
Binary file modified images/challenge/CAMchem_compsets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/challenge/WACCM_compsets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions notebooks/challenge/cam-chem_waccm/cam-chem_waccm.ipynb

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions notebooks/challenge/cam-chem_waccm/exercise_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -235,36 +235,6 @@
"/\n",
"```\n",
"\n",
"**# Lower boundary condition file check**\n",
"\n",
"Make sure the LBC files cover your dates of interest. In ``CaseDocs/atm_in`` you should see:\n",
"```\n",
" flbc_file = '/glade/campaign/cesm/cesmdata/cseg/inputdata/atm/waccm/lb/LBC_1750-2014_CMIP6_0p5degLat_c170126.nc'\n",
"```\n",
"\n",
"**# Initialization files for your new startdate**\n",
"\n",
"Note: Below are initialization files for 2010. For scientifically valid simulations you need to point to an initialization file for the start date you choose. If one is not available, you will need to spin up the model.\n",
"\n",
"For **CAM-chem**:\n",
"atmospheric initialization files are redefined in ``user_nl_cam``\n",
"\n",
"```\n",
"&cam_initfiles_nl\n",
" ncdata = '/glade/campaign/acom/acom-climate/tilmes/inputdata/init/camchem/FCnudged_MAM4_f09.carma_trop_strat09.aqchem.2001_2020.cam.i.2010-01-01-00000.nc'\n",
"/\n",
"```\n",
"\n",
"\n",
"For **WACCM**:\n",
"atmospheric initialization files are redefined in ``user_nl_cam``\n",
"\n",
"```\n",
"&cam_initfiles_nl\n",
" ncdata = '/glade/campaign/acom/acom-climate/tilmes/inputdata/init/waccm/f.e21.FWHISTBgcCrop.f09_f09_mg17.CMIP6-AMIP-WACCM.001.cam.i.2010-01-01-00000.nc'\n",
"/\n",
"``` \n",
"\n",
"\n",
"You build the namelists with the command:\n",
"```\n",
Expand Down