15 |
|
|
16 |
\def\deg{$^o$} |
\def\deg{$^o$} |
17 |
%%%--------------------------------------%%% |
%%%--------------------------------------%%% |
18 |
\section{Thermodynamic Sea Ice Package: ``thsice''} |
\subsection{THSICE: The Thermodynamic Sea Ice Package} |
19 |
\label{sec:pkg:thsice} |
\label{sec:pkg:thsice} |
20 |
\begin{rawhtml} |
\begin{rawhtml} |
21 |
<!-- CMIREDIR:package_thsice: --> |
<!-- CMIREDIR:package_thsice: --> |
41 |
subroutine descriptions. |
subroutine descriptions. |
42 |
|
|
43 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
44 |
|
\subsubsection{Key parameters and Routines} |
|
\vspace{1cm} |
|
45 |
|
|
46 |
\noindent |
\noindent |
47 |
The ice model is called from {\it thermodynamics.F}, subroutine |
The ice model is called from {\it thermodynamics.F}, subroutine |
466 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
467 |
\vspace{1cm} |
\vspace{1cm} |
468 |
|
|
469 |
\noindent |
\subsubsection{Important Notes} |
|
{\bf {\underline{Important Notes}}} |
|
470 |
|
|
471 |
\noindent |
\noindent |
472 |
{\bf 1)} heat fluxes have different signs in the ocean and ice |
{\bf 1)} heat fluxes have different signs in the ocean and ice |
478 |
|
|
479 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
480 |
|
|
481 |
|
\subsubsection{THSICE Diagnostics} |
482 |
|
\label{sec:pkg:thsice:diagnostics} |
483 |
|
|
484 |
|
{\footnotesize |
485 |
|
\begin{verbatim} |
486 |
|
|
487 |
|
------------------------------------------------------------------------ |
488 |
|
<-Name->|Levs|<-parsing code->|<-- Units -->|<- Tile (max=80c) |
489 |
|
------------------------------------------------------------------------ |
490 |
|
SI_Fract| 1 |SM P M1 |0-1 |Sea-Ice fraction [0-1] |
491 |
|
SI_Thick| 1 |SM PC197M1 |m |Sea-Ice thickness (area weighted average) |
492 |
|
SI_SnowH| 1 |SM PC197M1 |m |Snow thickness over Sea-Ice (area weighted) |
493 |
|
SI_Tsrf | 1 |SM C197M1 |degC |Surface Temperature over Sea-Ice (area weighted) |
494 |
|
SI_Tice1| 1 |SM C197M1 |degC |Sea-Ice Temperature, 1srt layer (area weighted) |
495 |
|
SI_Tice2| 1 |SM C197M1 |degC |Sea-Ice Temperature, 2nd layer (area weighted) |
496 |
|
SI_Qice1| 1 |SM C198M1 |J/kg |Sea-Ice enthalpy, 1srt layer (mass weighted) |
497 |
|
SI_Qice2| 1 |SM C198M1 |J/kg |Sea-Ice enthalpy, 2nd layer (mass weighted) |
498 |
|
SIalbedo| 1 |SM PC197M1 |0-1 |Sea-Ice Albedo [0-1] (area weighted average) |
499 |
|
SIsnwAge| 1 |SM P M1 |s |snow age over Sea-Ice |
500 |
|
SIsnwPrc| 1 |SM C197M1 |kg/m^2/s |snow precip. (+=dw) over Sea-Ice (area weighted) |
501 |
|
SIflxAtm| 1 |SM M1 |W/m^2 |net heat flux from the Atmosphere (+=dw) |
502 |
|
SIfrwAtm| 1 |SM M1 |kg/m^2/s |fresh-water flux to the Atmosphere (+=up) |
503 |
|
SIflx2oc| 1 |SM M1 |W/m^2 |heat flux out of the ocean (+=up) |
504 |
|
SIfrw2oc| 1 |SM M1 |m/s |fresh-water flux out of the ocean (+=up) |
505 |
|
SIsaltFx| 1 |SM M1 |psu.kg/m^2 |salt flux out of the ocean (+=up) |
506 |
|
SItOcMxL| 1 |SM M1 |degC |ocean mixed layer temperature |
507 |
|
SIsOcMxL| 1 |SM P M1 |psu |ocean mixed layer salinity |
508 |
|
\end{verbatim} |
509 |
|
} |
510 |
|
|
511 |
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
512 |
\vspace{1cm} |
\vspace{1cm} |
513 |
|
|
514 |
\noindent |
\noindent |
546 |
|
|
547 |
|
|
548 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
549 |
% \end{document} |
|
550 |
|
\subsubsection{Experiments and tutorials that use thsice} |
551 |
|
\label{sec:pkg:thsice:experiments} |
552 |
|
|
553 |
|
\begin{itemize} |
554 |
|
\item{Global atmosphere experiment in aim.5l\_cs verification directory, input from input.thsice directory.} |
555 |
|
\item{Global ocean experiment in global\_ocean.cs32x15 verification directory, input from input.thsice directory.} |
556 |
|
\end{itemize} |
557 |
|
|