diff --git a/versions/cesm2.1/doctrees/cesm_configurations.doctree b/versions/cesm2.1/doctrees/cesm_configurations.doctree index 567825ddcf..0f5a203f16 100644 Binary files a/versions/cesm2.1/doctrees/cesm_configurations.doctree and b/versions/cesm2.1/doctrees/cesm_configurations.doctree differ diff --git a/versions/cesm2.1/doctrees/downloading_cesm.doctree b/versions/cesm2.1/doctrees/downloading_cesm.doctree index 5267ff6caa..f4bbfd6534 100644 Binary files a/versions/cesm2.1/doctrees/downloading_cesm.doctree and b/versions/cesm2.1/doctrees/downloading_cesm.doctree differ diff --git a/versions/cesm2.1/doctrees/environment.pickle b/versions/cesm2.1/doctrees/environment.pickle index 27efc2500d..a1f5c0a0fc 100644 Binary files a/versions/cesm2.1/doctrees/environment.pickle and b/versions/cesm2.1/doctrees/environment.pickle differ diff --git a/versions/cesm2.1/doctrees/index.doctree b/versions/cesm2.1/doctrees/index.doctree index ae3a6c4286..41b9922ec8 100644 Binary files a/versions/cesm2.1/doctrees/index.doctree and b/versions/cesm2.1/doctrees/index.doctree differ diff --git a/versions/cesm2.1/doctrees/introduction.doctree b/versions/cesm2.1/doctrees/introduction.doctree index 8bfe34328f..42809c6a56 100644 Binary files a/versions/cesm2.1/doctrees/introduction.doctree and b/versions/cesm2.1/doctrees/introduction.doctree differ diff --git a/versions/cesm2.1/doctrees/quickstart.doctree b/versions/cesm2.1/doctrees/quickstart.doctree index 88ea21bab2..209ffc5288 100644 Binary files a/versions/cesm2.1/doctrees/quickstart.doctree and b/versions/cesm2.1/doctrees/quickstart.doctree differ diff --git a/versions/cesm2.1/html/_sources/cesm_configurations.rst.txt b/versions/cesm2.1/html/_sources/cesm_configurations.rst.txt index 608846b31a..d584305992 100644 --- a/versions/cesm2.1/html/_sources/cesm_configurations.rst.txt +++ b/versions/cesm2.1/html/_sources/cesm_configurations.rst.txt @@ -108,13 +108,62 @@ The CESM2 components can be combined in numerous ways to carry out various scientific or software experiments. A particular mix of components, *along with* component-specific configuration and/or namelist settings is called a `component set or compset -`_. CESM -has a shorthand naming convention for component sets that are -supported out-of-the-box. - -The compset name usually has a well defined first letter followed by -some characters that are indicative of the configuration setup. Each -compset name has a corresponding short name. +`_. CESM has a +shorthand naming convention (known as an alias) for component sets that +are supported out-of-the-box. The compset alias usually has a +well-defined first letter followed by some characters that are +indicative of the configuration setup. + +The first letter in a compset alias generally indicates which of the +components are fully active (prognostic), which are data components, and +which are completely absent (or stub). For the most part, this first +letter refers only to the atmosphere (atm), land (lnd), sea ice (ice) +and ocean (ocn) components. The type of component used for river (rof), +land ice (glc) and ocean wave (wav) is either specified in some other +way in the alias or is not specified explicitly. For example, an +evolving land ice (glc) model is denoted by a capital G near the end of +the compset alias (e.g., B1850G is similar to B1850 but with an evolving +Greenland ice sheet). In some cases, the distinction between prognostic +and data components is not clear-cut -- for example, when using a data +ocean model in slab ocean model (SOM) mode, or when using a prognostic +sea ice model (CICE) in prescribed mode. + +The following table summarizes these first-letter designations in +compset aliases: + +.. table:: + + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | Designation | Active Components | Data Components | Notes | + +=============+====================+=================+==========================================================================+ + | A | -- | various | All data components; used for software testing | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | B | atm, lnd, ice, ocn | -- | Fully active components | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | C | ocn | atm, ice, rof | \ | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | D | ice | atm, ocn, rof | Slab ocean model (SOM) | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | E | atm, lnd, ice | ocn | Slab ocean model (SOM) | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | F | atm, lnd | ice, ocn | Sea ice in prescribed mode; some F compsets use fewer surface components | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | G | ice, ocn | atm, rof | \ | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | I | lnd | atm | \ | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | J | lnd, ice, ocn | atm | Can be used to spin up the surface components | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | P | atm | -- | CAM PORT compsets | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | Q | atm | ocn | Aquaplanet compsets | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | S | -- | -- | No components present; used for software testing | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | T | glc | lnd | \ | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ + | X | -- | -- | Coupler-test components; used for software testing | + +-------------+--------------------+-----------------+--------------------------------------------------------------------------+ See `supported component sets `_ for a diff --git a/versions/cesm2.1/html/_static/basic.css b/versions/cesm2.1/html/_static/basic.css index 24bc73e7f5..be19270e4a 100644 --- a/versions/cesm2.1/html/_static/basic.css +++ b/versions/cesm2.1/html/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -764,6 +764,7 @@ div.code-block-caption code { } table.highlighttable td.linenos, +span.linenos, div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ user-select: none; } diff --git a/versions/cesm2.1/html/_static/doctools.js b/versions/cesm2.1/html/_static/doctools.js index daccd209da..144884ea65 100644 --- a/versions/cesm2.1/html/_static/doctools.js +++ b/versions/cesm2.1/html/_static/doctools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for all documentation. * - * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -285,9 +285,10 @@ var Documentation = { initOnKeyListeners: function() { $(document).keydown(function(event) { var activeElementType = document.activeElement.tagName; - // don't navigate when in search box or textarea + // don't navigate when in search box, textarea, dropdown or button if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' - && !event.altKey && !event.ctrlKey && !event.metaKey && !event.shiftKey) { + && activeElementType !== 'BUTTON' && !event.altKey && !event.ctrlKey && !event.metaKey + && !event.shiftKey) { switch (event.keyCode) { case 37: // left var prevHref = $('link[rel="prev"]').prop('href'); diff --git a/versions/cesm2.1/html/_static/language_data.js b/versions/cesm2.1/html/_static/language_data.js index d2b4ee91b0..0e7dc7e9ef 100644 --- a/versions/cesm2.1/html/_static/language_data.js +++ b/versions/cesm2.1/html/_static/language_data.js @@ -5,7 +5,7 @@ * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. * - * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ diff --git a/versions/cesm2.1/html/_static/pygments.css b/versions/cesm2.1/html/_static/pygments.css index d14395efc3..de7af262ff 100644 --- a/versions/cesm2.1/html/_static/pygments.css +++ b/versions/cesm2.1/html/_static/pygments.css @@ -1,8 +1,8 @@ -pre { line-height: 125%; margin: 0; } -td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } -span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } -td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } -span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } +pre { line-height: 125%; } +td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } +span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } +td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight { background: #eeffcc; } .highlight .c { color: #408090; font-style: italic } /* Comment */ diff --git a/versions/cesm2.1/html/_static/searchtools.js b/versions/cesm2.1/html/_static/searchtools.js index 970d0d9756..6fc9e7f333 100644 --- a/versions/cesm2.1/html/_static/searchtools.js +++ b/versions/cesm2.1/html/_static/searchtools.js @@ -4,7 +4,7 @@ * * Sphinx JavaScript utilities for the full-text search. * - * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -59,10 +59,10 @@ var Search = { _pulse_status : -1, htmlToText : function(htmlString) { - var htmlElement = document.createElement('span'); - htmlElement.innerHTML = htmlString; - $(htmlElement).find('.headerlink').remove(); - docContent = $(htmlElement).find('[role=main]')[0]; + var virtualDocument = document.implementation.createHTMLDocument('virtual'); + var htmlElement = $(htmlString, virtualDocument); + htmlElement.find('.headerlink').remove(); + docContent = htmlElement.find('[role=main]')[0]; if(docContent === undefined) { console.warn("Content block not found. Sphinx search tries to obtain it " + "via '[role=main]'. Could you check your theme or template."); diff --git a/versions/cesm2.1/html/cesm_configurations.html b/versions/cesm2.1/html/cesm_configurations.html index b8570b53e4..201277c714 100644 --- a/versions/cesm2.1/html/cesm_configurations.html +++ b/versions/cesm2.1/html/cesm_configurations.html @@ -420,12 +420,113 @@

CESM2 Component SetsThe CESM2 components can be combined in numerous ways to carry out various scientific or software experiments. A particular mix of components, along with component-specific configuration and/or -namelist settings is called a component set or compset. CESM -has a shorthand naming convention for component sets that are -supported out-of-the-box.

-

The compset name usually has a well defined first letter followed by -some characters that are indicative of the configuration setup. Each -compset name has a corresponding short name.

+namelist settings is called a component set or compset. CESM has a +shorthand naming convention (known as an alias) for component sets that +are supported out-of-the-box. The compset alias usually has a +well-defined first letter followed by some characters that are +indicative of the configuration setup.

+

The first letter in a compset alias generally indicates which of the +components are fully active (prognostic), which are data components, and +which are completely absent (or stub). For the most part, this first +letter refers only to the atmosphere (atm), land (lnd), sea ice (ice) +and ocean (ocn) components. The type of component used for river (rof), +land ice (glc) and ocean wave (wav) is either specified in some other +way in the alias or is not specified explicitly. For example, an +evolving land ice (glc) model is denoted by a capital G near the end of +the compset alias (e.g., B1850G is similar to B1850 but with an evolving +Greenland ice sheet). In some cases, the distinction between prognostic +and data components is not clear-cut – for example, when using a data +ocean model in slab ocean model (SOM) mode, or when using a prognostic +sea ice model (CICE) in prescribed mode.

+

The following table summarizes these first-letter designations in +compset aliases:

+ ++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Designation

Active Components

Data Components

Notes

A

various

All data components; used for software testing

B

atm, lnd, ice, ocn

Fully active components

C

ocn

atm, ice, rof

D

ice

atm, ocn, rof

Slab ocean model (SOM)

E

atm, lnd, ice

ocn

Slab ocean model (SOM)

F

atm, lnd

ice, ocn

Sea ice in prescribed mode; some F compsets use fewer surface components

G

ice, ocn

atm, rof

I

lnd

atm

J

lnd, ice, ocn

atm

Can be used to spin up the surface components

P

atm

CAM PORT compsets

Q

atm

ocn

Aquaplanet compsets

S

No components present; used for software testing

T

glc

lnd

X

Coupler-test components; used for software testing

See supported component sets for a complete list of supported compset options. Running query_config with the --compsets option will also provide a listing of the @@ -555,7 +656,6 @@

CESM2 Validation - diff --git a/versions/cesm2.1/html/downloading_cesm.html b/versions/cesm2.1/html/downloading_cesm.html index 83fcd51ac1..53b06e2f87 100644 --- a/versions/cesm2.1/html/downloading_cesm.html +++ b/versions/cesm2.1/html/downloading_cesm.html @@ -359,7 +359,6 @@

Downloading input data - diff --git a/versions/cesm2.1/html/genindex.html b/versions/cesm2.1/html/genindex.html index c959b42e66..370748ea5f 100644 --- a/versions/cesm2.1/html/genindex.html +++ b/versions/cesm2.1/html/genindex.html @@ -215,7 +215,6 @@

Index

- diff --git a/versions/cesm2.1/html/index.html b/versions/cesm2.1/html/index.html index cb36a960af..f88aa1e517 100644 --- a/versions/cesm2.1/html/index.html +++ b/versions/cesm2.1/html/index.html @@ -260,7 +260,6 @@

Table of contents - diff --git a/versions/cesm2.1/html/introduction.html b/versions/cesm2.1/html/introduction.html index 726c8a654b..31faef819b 100644 --- a/versions/cesm2.1/html/introduction.html +++ b/versions/cesm2.1/html/introduction.html @@ -328,7 +328,6 @@

CESM2 Software/Operating System Prerequisites - diff --git a/versions/cesm2.1/html/quickstart.html b/versions/cesm2.1/html/quickstart.html index 96ba52089b..5fa24725c4 100644 --- a/versions/cesm2.1/html/quickstart.html +++ b/versions/cesm2.1/html/quickstart.html @@ -401,7 +401,6 @@

Run the case - diff --git a/versions/cesm2.1/html/search.html b/versions/cesm2.1/html/search.html index 5c7ea404fe..6a4ac4bc56 100644 --- a/versions/cesm2.1/html/search.html +++ b/versions/cesm2.1/html/search.html @@ -221,7 +221,6 @@ - diff --git a/versions/cesm2.1/html/searchindex.js b/versions/cesm2.1/html/searchindex.js index d82960051d..7cd9d6f0cc 100644 --- a/versions/cesm2.1/html/searchindex.js +++ b/versions/cesm2.1/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["cesm_configurations","downloading_cesm","index","introduction","quickstart"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1,sphinx:56},filenames:["cesm_configurations.rst","downloading_cesm.rst","index.rst","introduction.rst","quickstart.rst"],objects:{},objnames:{},objtypes:{},terms:{"1999":0,"2001":0,"2003":3,"2006":0,"case":[0,1,2,3],"default":4,"final":1,"function":[0,3],"import":4,"long":4,"new":[0,3,4],"public":1,"short":[0,4],"true":4,"try":[1,3,4],"var":[3,4],"while":1,AMS:0,For:[0,1],Los:0,NOT:[1,4],Not:0,The:[0,1,3,4],There:[2,4],These:[0,4],Use:2,Used:0,With:1,about:3,abov:4,absolut:[3,4],acceler:0,accept:1,access:[0,1],accident:1,accompani:0,account:4,act:0,activ:0,adapt:0,add:0,added:0,addit:[0,3],administr:3,aeronaut:3,affect:0,again:1,aix:3,alamo:0,albedo:0,all:[0,1,3],allow:[0,3,4],along:[0,4],alreadi:4,also:[0,1,3,4],altern:0,although:[0,3],alwai:0,among:[1,3],analysi:0,ani:[0,4],anl:0,api:3,appear:[1,4],applic:3,appropri:0,archiv:[3,4],argonn:0,argument:[1,4],art:0,assess:0,assign:0,associ:0,atm:0,atmospher:[0,3],attempt:1,authent:1,automat:[1,4],avail:[0,1,4],avoid:0,b1850:4,back:0,balanc:0,base:[0,1,4],basi:[0,1],basic:4,batch:[0,4],becaus:[0,3],been:4,befor:[1,4],being:1,below:4,between:[0,3],biogeochemistri:0,bit:0,bla:3,both:[0,1,3],bottom:0,boulder:3,boundari:0,box:0,branstett:0,broker:0,bug:3,build:[1,2,3],built:[0,1,3,4],calcul:0,call:[0,1,3],cam:[0,1,3],can:[0,1,3,4],cannot:[0,3],capabl:3,carri:0,casedoc:4,casenam:4,caseroot:4,categori:0,ccm3:0,ccsm3:0,ccsm:1,center:[0,3],central:3,certain:3,certif:1,cesm:[0,1],cfg:1,cgd:[0,1],chang:[0,3,4],charact:[0,1],check:[0,1,4],check_input_data:1,checkout:1,checkout_extern:1,cheyenn:4,choos:3,cice:[0,1],cime:[0,1,3,4],circul:0,cism:[0,1],clean:1,clear:[3,4],client:[1,3],climat:[0,3],climatolog:[0,4],clm:[0,1],clone:1,close:[0,3],cmake:3,cnl:3,code:[2,3,4],collabor:[0,3],colorado:3,column:1,com:1,combin:0,comma:4,command:[1,2,3],common:[0,4],commun:[0,3],compat:[1,3],compil:[0,3,4],complet:[0,1,4],compon:[1,2,3,4],compos:3,compris:0,compset:[0,4],comput:[0,4],conduct:3,configur:[1,2,3,4],confirm:1,consid:4,consist:0,contact:1,contain:[1,3,4],contribut:0,control:[0,4],convect:0,convent:[0,2,4],converg:0,cooper:3,coordin:[0,3],copi:[1,4],correspond:[0,3],could:4,coupl:[0,3],coupler:[0,3],cours:0,coverag:0,cpl7:[0,4],cpl:[0,4],creat:2,create_newcas:[1,4],cube:0,current:[0,1],cvmix:1,cycl:0,dai:4,data:[0,2,3],dataset:[0,1],datm:0,deactiv:0,dead:0,decomposit:0,defin:[0,4],delet:1,denot:4,depart:3,depend:3,depth:0,descript:[0,1],design:3,detail:[1,4],determin:[0,3,4],develop:[0,3],dice:0,differ:[0,3],din_loc_root:1,dipol:0,dir:1,directli:1,directori:[1,3,4],discourag:1,disk:[1,4],displac:0,distinct:0,divis:0,dlnd:0,docn:0,document:[0,2,4],doe:[0,3],doing:0,dout_:4,dout_s_root:4,download:[2,3,4],driver:0,drof:0,due:0,dure:[0,1],dynam:0,e20:4,each:[0,1,2,3,4],earth:[3,4],edit:[0,4],edu:1,effort:3,eight:0,either:[0,4],element:0,enabl:[0,3],encount:1,energi:3,engin:0,enjoi:3,enough:4,ensur:1,entir:1,env:4,env_build:4,env_mach_p:4,env_run:4,environ:[0,3,4],error:[1,3,4],escomp:1,esmf:3,esp:0,etc:3,everi:[0,4],evolut:0,exampl:[1,4],except:[3,4],exchang:0,execut:[1,2],exeroot:4,exist:[0,1,4],expens:0,experi:[0,1,3,4],experienc:3,extens:0,extern:[0,1,3],externals_c:1,externals_clm:1,externals_pop:1,f19_g17:4,fact:1,fals:4,famiglietti:0,fate:1,feedback:[0,3],feel:3,few:3,field:0,figur:0,file:[0,1,3,4],filenam:4,filesystem:1,fill:0,finit:0,first:[0,1,3,4],fix:3,flag:1,flexibl:3,flow:0,flux:0,follow:[0,3,4],forc:0,form:4,format:3,fortran:[0,3],forum:3,forward:0,found:[1,3,4],foundat:3,fragment:3,framework:[3,4],free:3,freshwat:0,from:[0,1,3,4],full:[0,4],fulli:0,fundament:3,futur:3,gener:[0,1],geophys:0,get:[0,3],git:[1,3],github:1,given:[1,4],glade:4,glc:0,glimmer:0,global:0,greater:[1,3],greenland:0,grid:[2,4],group:[0,1,3],guarante:0,guid:[0,3,4],handi:0,hang:1,happen:1,hardwar:3,has:[0,1,3,4],have:[0,1,4],heat:0,held:3,help:[1,4],here:4,hhmmss:4,higher:3,highli:1,histori:[0,4],hoc:3,how:2,http:1,hydrolog:0,ice:[0,3],illustr:0,improv:[0,3],includ:[0,3,4],increas:4,indic:[0,3],individu:[0,1,3],inform:[0,1,3],infrastructur:[0,3,4],initi:0,input:[0,2],instal:[1,3],instanc:[3,4],instead:[1,4],instruct:[1,3],integr:0,interchang:0,interfac:0,intern:[0,4],interpol:0,interrupt:1,introduct:2,invalid:0,invok:[1,4],issu:4,its:[0,4],job:4,june:3,laboratori:0,land:[0,3],lanl:0,lapack:3,larg:0,last:4,lat:0,later:3,latest:1,latitud:0,layer:[0,3],layout:3,left:2,length:4,less:[1,3],letter:0,librari:[0,3],like:1,line:[1,4],linux:3,list:[0,1,4],lnd:0,local:[0,1,4],locat:[1,4],log:[1,4],login:4,lon:0,longer:4,longitud:0,low:0,machin:[1,2,3,4],macro:3,magnitud:0,mai:[1,3,4],main:3,maintain:2,major:3,make:[3,4],makefil:3,manag:[0,3],manage_extern:1,mani:1,manual:1,map:0,marbl:1,margin:0,mass:0,mct:0,meanwhil:0,meet:3,menu:2,merg:0,mesh:0,metadata:4,might:1,mix:0,mode:0,model:[1,2],moder:3,modifi:[1,4],month:4,monthli:4,more:[0,1,3],mosart:[0,1],most:[0,3,4],mostli:3,mpi:3,much:[0,3],multipl:1,must:[0,3,4],my_cesm_sandbox:[1,4],name:[0,2,4],namelist:[0,3,4],nasa:3,nation:[0,3],ncar:[0,3,4],need:[0,1,4],netcdf:3,never:0,newer:3,nmonth:4,node:4,normal:[0,4],north:0,note:4,novic:3,now:[1,4],nsf:3,number:[0,3],numer:0,obtain:[0,1],occur:1,ocean:[0,3],ocn:0,off:[3,4],older:1,onc:0,one:[0,3],onli:[0,1],onlin:3,open:1,oper:[0,2],option:[0,3,4],order:[3,4],origin:0,other:[0,3,4],otherwis:4,our:1,out:[0,4],output:[1,4],over:[0,1],overal:0,own:[0,3,4],page:0,paleoclim:0,parallel:[0,3],parameter:0,part:[0,1,4],partial:[0,1],particular:0,pass:0,past:3,path:[1,4],pcwg:0,perform:[3,4],period:[0,3],perl:3,perman:1,permit:0,perspect:0,pes:0,piec:4,place:1,plai:0,platform:[0,3,4],pleas:[3,4],plu:[0,3],plug:0,pnetcdf:3,pnetcdf_path:3,point:0,polar:0,pole:0,pop:[0,1,3],port:[0,4],poseidon:0,possibl:[1,3],predict:0,prerequisit:2,prescrib:0,present:[3,4],preset:1,prevent:1,previou:[0,1,3],previous:0,primarili:[0,3],princip:0,prior:0,problem:[0,1,4],procedur:4,process:[0,1],processor:3,produc:[0,4],prognost:0,program:[0,3],progress:0,project:[0,3,4],prompt:1,protect:1,provid:[0,1,3],ptclm:1,pure:0,python:3,qcmd:4,queri:4,query_config:[0,4],queue:4,quick:2,quickli:[0,4],read:[0,1,3,4],readm:1,receiv:0,recogn:4,recommend:[1,3],refer:[0,3,4],regard:[1,4],regular:0,rel:[0,3,4],releas:[0,1,2,3],release_tag:1,repo:1,report:1,repositori:1,repres:0,reproduc:0,request:4,requir:[0,1,3,4],rerun:1,res:4,research:3,resolut:[0,1,4],respect:3,restart:4,result:[0,3],retri:1,review:4,rigor:0,river:[0,3],rof:0,rout:0,rtm:[0,1],run:[0,1,2,3],rundir:4,runoff:0,runtim:4,sai:3,same:[0,1,3,4],satisfi:0,satisi:0,satm:0,scale:0,scan:3,scienc:[0,3],scientif:[0,3],scientist:0,scratch:4,script:[0,2],sea:[0,3],section:[0,3],see:[0,1,4],select:[2,4],send:0,separ:[1,2,3,4],sequenc:0,seri:3,server:1,set:[1,2,3],setup:[0,4],seven:0,sever:[0,4],sglc:0,share:1,sheet:0,shell:[3,4],shorthand:0,should:[0,1,3,4],show:[0,1],showcas:3,sice:0,signific:3,similarli:0,simpli:4,simul:[0,3],simultan:3,singl:0,singular:0,site:0,size:1,slab:0,slnd:0,snow:0,socn:0,softwar:[0,1,2],some:[0,3,4],someth:1,sourc:[1,3],source_c:1,space:[0,3,4],specif:[0,1],specifi:[0,3,4],sphere:0,spin:0,src:1,srof:0,sst:0,st_archiv:4,stand:3,standard:[3,4],start:[1,2],state:[0,3],statu:1,still:1,stop_n:4,stop_opt:4,store:4,string:4,strongli:1,structur:3,stub:0,style:3,subcommand:1,subdirectori:1,submit:4,subvers:[1,3],success:[1,4],successfulli:[1,4],summar:[0,4],support:[0,1,3,4],surfac:0,svn:1,swav:0,system:[0,2,4],tag:1,target:[0,3,4],tbyte:1,technic:0,term:4,termin:4,terrestri:0,test:[0,4],than:[1,3],thei:0,therefor:4,thi:[0,1,2,4],though:0,three:[0,3,4],through:[0,1],throughout:3,time:[0,1,4],togeth:0,tool:[0,1,4],top:[1,2],total:[0,1],transport:0,tree:4,trilino:3,tripol:0,troubleshoot:4,turn:[1,4],twice:3,two:[0,1,4],type:[0,1],typic:[3,4],ucar:1,under:4,undergon:0,understood:3,unexpect:1,uniqu:0,unix:3,updat:[0,3],upon:[0,1],usag:4,use:[1,3,4],used:[0,3,4],useful:4,user:[0,1,3,4],user_nl_xxx:4,userdefin:0,using:[1,2,3],usual:0,util:1,valid:[1,2],valu:[3,4],vari:3,variabl:[1,3,4],variat:0,varieti:0,variou:[0,3],veri:[0,4],version:[0,1,2,4],via:1,view:1,visit:1,volum:0,wai:[0,3],want:[1,4],wav:0,wave:0,web:0,websit:3,weight:0,well:[0,1],were:[1,4],what:1,when:[0,1,3,4],where:[0,1,4],whether:4,which:[0,1,3,4],whole:0,whose:4,within:[0,3,4],work:[0,3],workflow:2,workshop:3,writabl:1,write:[1,4],written:[0,3,4],ww3:[0,1,3],xatm:0,xice:0,xlnd:0,xml:[0,3,4],xmlchang:4,xmlqueri:[3,4],xocn:0,xrof:0,xwav:0,xxx:4,yeager:0,year:3,yet:4,you:[1,2,3,4],your:[1,4],yymmdd:4},titles:["CESM2 Configurations (CESM2.1)","Downloading CESM2 (CESM2.1)","CESM Quickstart Guide (CESM2.1)","Introduction (CESM2.1)","Quick Start: CESM Model Workflow (CESM2.1)"],titleterms:{"case":4,Use:3,build:4,cesm2:[0,1,2,3,4],cesm:[2,3,4],code:1,command:4,compon:0,configur:0,content:2,convent:3,creat:4,data:1,document:3,download:1,execut:4,grid:0,guid:2,how:3,input:1,introduct:3,machin:0,model:[0,3,4],name:3,oper:3,overview:3,prerequisit:3,quick:4,quickstart:2,run:4,script:[1,4],set:[0,4],softwar:3,start:4,system:3,tabl:2,thi:3,using:4,valid:0,version:3,workflow:4}}) \ No newline at end of file +Search.setIndex({docnames:["cesm_configurations","downloading_cesm","index","introduction","quickstart"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,"sphinx.ext.todo":2,"sphinx.ext.viewcode":1,sphinx:56},filenames:["cesm_configurations.rst","downloading_cesm.rst","index.rst","introduction.rst","quickstart.rst"],objects:{},objnames:{},objtypes:{},terms:{"1999":0,"2001":0,"2003":3,"2006":0,"case":[0,1,2,3],"default":4,"final":1,"function":[0,3],"import":4,"long":4,"new":[0,3,4],"public":1,"short":4,"true":4,"try":[1,3,4],"var":[3,4],"while":1,AMS:0,For:[0,1],Los:0,NOT:[1,4],Not:0,The:[0,1,3,4],There:[2,4],These:[0,4],Use:2,Used:0,With:1,about:3,abov:4,absent:0,absolut:[3,4],acceler:0,accept:1,access:[0,1],accident:1,accompani:0,account:4,act:0,activ:0,adapt:0,add:0,added:0,addit:[0,3],administr:3,aeronaut:3,affect:0,again:1,aix:3,alamo:0,albedo:0,alia:0,alias:0,all:[0,1,3],allow:[0,3,4],along:[0,4],alreadi:4,also:[0,1,3,4],altern:0,although:[0,3],alwai:0,among:[1,3],analysi:0,ani:[0,4],anl:0,api:3,appear:[1,4],applic:3,appropri:0,aquaplanet:0,archiv:[3,4],argonn:0,argument:[1,4],art:0,assess:0,assign:0,associ:0,atm:0,atmospher:[0,3],attempt:1,authent:1,automat:[1,4],avail:[0,1,4],avoid:0,b1850:[0,4],b1850g:0,back:0,balanc:0,base:[0,1,4],basi:[0,1],basic:4,batch:[0,4],becaus:[0,3],been:4,befor:[1,4],being:1,below:4,between:[0,3],biogeochemistri:0,bit:0,bla:3,both:[0,1,3],bottom:0,boulder:3,boundari:0,box:0,branstett:0,broker:0,bug:3,build:[1,2,3],built:[0,1,3,4],calcul:0,call:[0,1,3],cam:[0,1,3],can:[0,1,3,4],cannot:[0,3],capabl:3,capit:0,carri:0,casedoc:4,casenam:4,caseroot:4,categori:0,ccm3:0,ccsm3:0,ccsm:1,center:[0,3],central:3,certain:3,certif:1,cesm:[0,1],cfg:1,cgd:[0,1],chang:[0,3,4],charact:[0,1],check:[0,1,4],check_input_data:1,checkout:1,checkout_extern:1,cheyenn:4,choos:3,cice:[0,1],cime:[0,1,3,4],circul:0,cism:[0,1],clean:1,clear:[0,3,4],client:[1,3],climat:[0,3],climatolog:[0,4],clm:[0,1],clone:1,close:[0,3],cmake:3,cnl:3,code:[2,3,4],collabor:[0,3],colorado:3,column:1,com:1,combin:0,comma:4,command:[1,2,3],common:[0,4],commun:[0,3],compat:[1,3],compil:[0,3,4],complet:[0,1,4],compon:[1,2,3,4],compos:3,compris:0,compset:[0,4],comput:[0,4],conduct:3,configur:[1,2,3,4],confirm:1,consid:4,consist:0,contact:1,contain:[1,3,4],contribut:0,control:[0,4],convect:0,convent:[0,2,4],converg:0,cooper:3,coordin:[0,3],copi:[1,4],correspond:3,could:4,coupl:[0,3],coupler:[0,3],cours:0,coverag:0,cpl7:[0,4],cpl:[0,4],creat:2,create_newcas:[1,4],cube:0,current:[0,1],cut:0,cvmix:1,cycl:0,dai:4,data:[0,2,3],dataset:[0,1],datm:0,deactiv:0,dead:0,decomposit:0,defin:[0,4],delet:1,denot:[0,4],depart:3,depend:3,depth:0,descript:[0,1],design:[0,3],detail:[1,4],determin:[0,3,4],develop:[0,3],dice:0,differ:[0,3],din_loc_root:1,dipol:0,dir:1,directli:1,directori:[1,3,4],discourag:1,disk:[1,4],displac:0,distinct:0,divis:0,dlnd:0,docn:0,document:[0,2,4],doe:[0,3],doing:0,dout_:4,dout_s_root:4,download:[2,3,4],driver:0,drof:0,due:0,dure:[0,1],dynam:0,e20:4,each:[0,1,2,3,4],earth:[3,4],edit:[0,4],edu:1,effort:3,eight:0,either:[0,4],element:0,enabl:[0,3],encount:1,end:0,energi:3,engin:0,enjoi:3,enough:4,ensur:1,entir:1,env:4,env_build:4,env_mach_p:4,env_run:4,environ:[0,3,4],error:[1,3,4],escomp:1,esmf:3,esp:0,etc:3,everi:[0,4],evolut:0,evolv:0,exampl:[0,1,4],except:[3,4],exchang:0,execut:[1,2],exeroot:4,exist:[0,1,4],expens:0,experi:[0,1,3,4],experienc:3,explicitli:0,extens:0,extern:[0,1,3],externals_c:1,externals_clm:1,externals_pop:1,f19_g17:4,fact:1,fals:4,famiglietti:0,fate:1,feedback:[0,3],feel:3,few:3,fewer:0,field:0,figur:0,file:[0,1,3,4],filenam:4,filesystem:1,fill:0,finit:0,first:[0,1,3,4],fix:3,flag:1,flexibl:3,flow:0,flux:0,follow:[0,3,4],forc:0,form:4,format:3,fortran:[0,3],forum:3,forward:0,found:[1,3,4],foundat:3,fragment:3,framework:[3,4],free:3,freshwat:0,from:[0,1,3,4],full:[0,4],fulli:0,fundament:3,futur:3,gener:[0,1],geophys:0,get:[0,3],git:[1,3],github:1,given:[1,4],glade:4,glc:0,glimmer:0,global:0,greater:[1,3],greenland:0,grid:[2,4],group:[0,1,3],guarante:0,guid:[0,3,4],handi:0,hang:1,happen:1,hardwar:3,has:[0,1,3,4],have:[0,1,4],heat:0,held:3,help:[1,4],here:4,hhmmss:4,higher:3,highli:1,histori:[0,4],hoc:3,how:2,http:1,hydrolog:0,ice:[0,3],illustr:0,improv:[0,3],includ:[0,3,4],increas:4,indic:[0,3],individu:[0,1,3],inform:[0,1,3],infrastructur:[0,3,4],initi:0,input:[0,2],instal:[1,3],instanc:[3,4],instead:[1,4],instruct:[1,3],integr:0,interchang:0,interfac:0,intern:[0,4],interpol:0,interrupt:1,introduct:2,invalid:0,invok:[1,4],issu:4,its:[0,4],job:4,june:3,known:0,laboratori:0,land:[0,3],lanl:0,lapack:3,larg:0,last:4,lat:0,later:3,latest:1,latitud:0,layer:[0,3],layout:3,left:2,length:4,less:[1,3],letter:0,librari:[0,3],like:1,line:[1,4],linux:3,list:[0,1,4],lnd:0,local:[0,1,4],locat:[1,4],log:[1,4],login:4,lon:0,longer:4,longitud:0,low:0,machin:[1,2,3,4],macro:3,magnitud:0,mai:[1,3,4],main:3,maintain:2,major:3,make:[3,4],makefil:3,manag:[0,3],manage_extern:1,mani:1,manual:1,map:0,marbl:1,margin:0,mass:0,mct:0,meanwhil:0,meet:3,menu:2,merg:0,mesh:0,metadata:4,might:1,mix:0,mode:0,model:[1,2],moder:3,modifi:[1,4],month:4,monthli:4,more:[0,1,3],mosart:[0,1],most:[0,3,4],mostli:3,mpi:3,much:[0,3],multipl:1,must:[0,3,4],my_cesm_sandbox:[1,4],name:[0,2,4],namelist:[0,3,4],nasa:3,nation:[0,3],ncar:[0,3,4],need:[0,1,4],netcdf:3,never:0,newer:3,nmonth:4,node:4,normal:[0,4],north:0,note:[0,4],novic:3,now:[1,4],nsf:3,number:[0,3],numer:0,obtain:[0,1],occur:1,ocean:[0,3],ocn:0,off:[3,4],older:1,onc:0,one:[0,3],onli:[0,1],onlin:3,open:1,oper:[0,2],option:[0,3,4],order:[3,4],origin:0,other:[0,3,4],otherwis:4,our:1,out:[0,4],output:[1,4],over:[0,1],overal:0,own:[0,3,4],page:0,paleoclim:0,parallel:[0,3],parameter:0,part:[0,1,4],partial:[0,1],particular:0,pass:0,past:3,path:[1,4],pcwg:0,perform:[3,4],period:[0,3],perl:3,perman:1,permit:0,perspect:0,pes:0,piec:4,place:1,plai:0,platform:[0,3,4],pleas:[3,4],plu:[0,3],plug:0,pnetcdf:3,pnetcdf_path:3,point:0,polar:0,pole:0,pop:[0,1,3],port:[0,4],poseidon:0,possibl:[1,3],predict:0,prerequisit:2,prescrib:0,present:[0,3,4],preset:1,prevent:1,previou:[0,1,3],previous:0,primarili:[0,3],princip:0,prior:0,problem:[0,1,4],procedur:4,process:[0,1],processor:3,produc:[0,4],prognost:0,program:[0,3],progress:0,project:[0,3,4],prompt:1,protect:1,provid:[0,1,3],ptclm:1,pure:0,python:3,qcmd:4,queri:4,query_config:[0,4],queue:4,quick:2,quickli:[0,4],read:[0,1,3,4],readm:1,receiv:0,recogn:4,recommend:[1,3],refer:[0,3,4],regard:[1,4],regular:0,rel:[0,3,4],releas:[0,1,2,3],release_tag:1,repo:1,report:1,repositori:1,repres:0,reproduc:0,request:4,requir:[0,1,3,4],rerun:1,res:4,research:3,resolut:[0,1,4],respect:3,restart:4,result:[0,3],retri:1,review:4,rigor:0,river:[0,3],rof:0,rout:0,rtm:[0,1],run:[0,1,2,3],rundir:4,runoff:0,runtim:4,sai:3,same:[0,1,3,4],satisfi:0,satisi:0,satm:0,scale:0,scan:3,scienc:[0,3],scientif:[0,3],scientist:0,scratch:4,script:[0,2],sea:[0,3],section:[0,3],see:[0,1,4],select:[2,4],send:0,separ:[1,2,3,4],sequenc:0,seri:3,server:1,set:[1,2,3],setup:[0,4],seven:0,sever:[0,4],sglc:0,share:1,sheet:0,shell:[3,4],shorthand:0,should:[0,1,3,4],show:[0,1],showcas:3,sice:0,signific:3,similar:0,similarli:0,simpli:4,simul:[0,3],simultan:3,singl:0,singular:0,site:0,size:1,slab:0,slnd:0,snow:0,socn:0,softwar:[0,1,2],som:0,some:[0,3,4],someth:1,sourc:[1,3],source_c:1,space:[0,3,4],specif:[0,1],specifi:[0,3,4],sphere:0,spin:0,src:1,srof:0,sst:0,st_archiv:4,stand:3,standard:[3,4],start:[1,2],state:[0,3],statu:1,still:1,stop_n:4,stop_opt:4,store:4,string:4,strongli:1,structur:3,stub:0,style:3,subcommand:1,subdirectori:1,submit:4,subvers:[1,3],success:[1,4],successfulli:[1,4],summar:[0,4],support:[0,1,3,4],surfac:0,svn:1,swav:0,system:[0,2,4],tabl:0,tag:1,target:[0,3,4],tbyte:1,technic:0,term:4,termin:4,terrestri:0,test:[0,4],than:[1,3],thei:0,therefor:4,thi:[0,1,2,4],though:0,three:[0,3,4],through:[0,1],throughout:3,time:[0,1,4],togeth:0,tool:[0,1,4],top:[1,2],total:[0,1],transport:0,tree:4,trilino:3,tripol:0,troubleshoot:4,turn:[1,4],twice:3,two:[0,1,4],type:[0,1],typic:[3,4],ucar:1,under:4,undergon:0,understood:3,unexpect:1,uniqu:0,unix:3,updat:[0,3],upon:[0,1],usag:4,use:[0,1,3,4],used:[0,3,4],useful:4,user:[0,1,3,4],user_nl_xxx:4,userdefin:0,using:[0,1,2,3],usual:0,util:1,valid:[1,2],valu:[3,4],vari:3,variabl:[1,3,4],variat:0,varieti:0,variou:[0,3],veri:[0,4],version:[0,1,2,4],via:1,view:1,visit:1,volum:0,wai:[0,3],want:[1,4],wav:0,wave:0,web:0,websit:3,weight:0,well:[0,1],were:[1,4],what:1,when:[0,1,3,4],where:[0,1,4],whether:4,which:[0,1,3,4],whole:0,whose:4,within:[0,3,4],work:[0,3],workflow:2,workshop:3,writabl:1,write:[1,4],written:[0,3,4],ww3:[0,1,3],xatm:0,xice:0,xlnd:0,xml:[0,3,4],xmlchang:4,xmlqueri:[3,4],xocn:0,xrof:0,xwav:0,xxx:4,yeager:0,year:3,yet:4,you:[1,2,3,4],your:[1,4],yymmdd:4},titles:["CESM2 Configurations (CESM2.1)","Downloading CESM2 (CESM2.1)","CESM Quickstart Guide (CESM2.1)","Introduction (CESM2.1)","Quick Start: CESM Model Workflow (CESM2.1)"],titleterms:{"case":4,Use:3,build:4,cesm2:[0,1,2,3,4],cesm:[2,3,4],code:1,command:4,compon:0,configur:0,content:2,convent:3,creat:4,data:1,document:3,download:1,execut:4,grid:0,guid:2,how:3,input:1,introduct:3,machin:0,model:[0,3,4],name:3,oper:3,overview:3,prerequisit:3,quick:4,quickstart:2,run:4,script:[1,4],set:[0,4],softwar:3,start:4,system:3,tabl:2,thi:3,using:4,valid:0,version:3,workflow:4}}) \ No newline at end of file