-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d0d1cd
commit 70430e7
Showing
525 changed files
with
209,381 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
38 changes: 38 additions & 0 deletions
38
docs/nightly/c_finalize_stst/ESMC_crefdoc/ESMC_crefdoc.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ | ||
.MATH { font-family: "Century Schoolbook", serif; } | ||
.MATH I { font-family: "Century Schoolbook", serif; font-style: italic } | ||
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } | ||
|
||
/* implement both fixed-size and relative sizes */ | ||
SMALL.XTINY { font-size : xx-small } | ||
SMALL.TINY { font-size : x-small } | ||
SMALL.SCRIPTSIZE { font-size : smaller } | ||
SMALL.FOOTNOTESIZE { font-size : small } | ||
SMALL.SMALL { } | ||
BIG.LARGE { } | ||
BIG.XLARGE { font-size : large } | ||
BIG.XXLARGE { font-size : x-large } | ||
BIG.HUGE { font-size : larger } | ||
BIG.XHUGE { font-size : xx-large } | ||
|
||
/* heading styles */ | ||
H1 { } | ||
H2 { } | ||
H3 { } | ||
H4 { } | ||
H5 { } | ||
|
||
/* mathematics styles */ | ||
DIV.displaymath { } /* math displays */ | ||
TD.eqno { } /* equation-number cells */ | ||
|
||
|
||
/* document-specific styles come next */ | ||
SPAN.bf { } | ||
DIV.center { } | ||
DIV.em { } | ||
SPAN.it { } | ||
DIV.navigation { } | ||
PRE.preform { } | ||
SPAN.tt { } | ||
SPAN.arabic { } |
557 changes: 557 additions & 0 deletions
557
docs/nightly/c_finalize_stst/ESMC_crefdoc/ESMC_crefdoc.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
ESMC_crefdoc.tex is newer than ESMC_crefdoc.aux: Please rerun latex. | ||
|
||
Substitution of arg to newlabelxx delayed. | ||
|
||
? brace missing for \oldcontentsline | ||
|
||
ESMC_crefdoc.tex is newer than ESMC_crefdoc.bbl: Please rerun latex and bibtex. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
\relax | ||
\providecommand\hyper@newdestlabel[2]{} | ||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} | ||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined | ||
\global\let\oldcontentsline\contentsline | ||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} | ||
\global\let\oldnewlabel\newlabel | ||
\gdef\newlabel#1#2{\newlabelxx{#1}#2} | ||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} | ||
\AtEndDocument{\ifx\hyper@anchor\@undefined | ||
\let\contentsline\oldcontentsline | ||
\let\newlabel\oldnewlabel | ||
\fi} | ||
\fi} | ||
\global\let\hyper@last\relax | ||
\gdef\HyperFirstAtBeginDocument#1{#1} | ||
\providecommand*\HyPL@Entry[1]{} | ||
\HyPL@Entry{0<</S/D>>} | ||
\babel@aux{english}{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
\begin{thebibliography}{1} | ||
|
||
\bibitem{ref:SCRIP} | ||
{SCRIP: A Spherical Coordinate Remapping and Interpolation Package}. | ||
\newblock http://oceans11.lanl.gov/trac/SCRIP, last accessed on Dec 4, 2015. | ||
\newblock Los Alamos Software Release LACC 98-45. | ||
|
||
\bibitem{BalajiXGrid} | ||
V.~Balaji, Jeff Anderson, Isaac Held, Michael Winton, Jeff Durachta, Sergey | ||
Malyshev, and Ronald~J. Stouffer. | ||
\newblock The exchange grid: a mechanism for data exchange between earth system | ||
components on independent grids. | ||
\newblock {\em Parallel Computational Fluid Dynamics: Theory and Applications, | ||
Proceedings of the 2005 International Conference on Parallel Computational | ||
Fluid Dynamics}, 2006. | ||
|
||
\bibitem{uml} | ||
J.~Rumbaugh, I.~Jacobson, and G.~Booch. | ||
\newblock {\em The Unified Modeling Language Reference Manual}. | ||
\newblock Addison-Wesley, 1999. | ||
|
||
\end{thebibliography} |
Oops, something went wrong.