New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2981 – NEMO

Changeset 2981


Ignore:
Timestamp:
2011-10-24T14:48:33+02:00 (13 years ago)
Author:
charris
Message:

#662 Documentation for running with CICE.

Location:
branches/2011/dev_r2802_UKMO8_cice/DOC/TexFiles/Chapters
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_UKMO8_cice/DOC/TexFiles/Chapters/Chap_SBC.tex

    r2541 r2981  
    909909ice-ocean fluxes, that are combined with the air-sea fluxes using the ice fraction of  
    910910each model cell to provide the surface ocean fluxes. Note that the activation of a  
    911 sea-ice model is is done by defining a CPP key (\key{lim2} or \key{lim3}).  
    912 The activation automatically ovewrite the read value of nn{\_}ice to its appropriate  
    913 value ($i.e.$ $2$ for LIM-2 and $3$ for LIM-3). 
     911sea-ice model is is done by defining a CPP key (\key{lim2}, \key{lim3} or \key{cice}).  
     912The activation automatically overwrites the read value of nn{\_}ice to its appropriate  
     913value ($i.e.$ $2$ for LIM-2, $3$ for LIM-3 or $4$ for CICE). 
    914914\end{description} 
    915915 
    916916% {Description of Ice-ocean interface to be added here or in LIM 2 and 3 doc ?} 
     917 
     918\subsection   [Interface to CICE (\textit{sbcice\_cice})] 
     919         {Interface to CICE (\mdl{sbcice\_cice})} 
     920\label{SBC_cice} 
     921 
     922It is now possible to couple a global NEMO configuration (without AGRIF) to the CICE sea-ice 
     923model by using \key{cice}.  The CICE code can be obtained from  
     924\href{http://oceans11.lanl.gov/trac/CICE/}{LANL} and the additional 'hadgem3' drivers will be required,  
     925even with the latest code release.  Input grid files consistent with those used in NEMO will also be needed,  
     926and CICE CPP keys \bf{ORCA_GRID}, \bf{CICE_IN_NEMO} and \bf{coupled} should be used (seek advice from UKMO  
     927if necessary).  Currently the code is only designed to work when using the CORE forcing option for NEMO (with 
     928\textit{calc\_strair~=~true} and \textit{calc\_Tsfc~=~true} in the CICE name-list), or alternatively when NEMO  
     929is coupled to the HadGAM3 atmosphere model. 
     930 
     931There are two options for the technical coupling between NEMO and CICE.  The standard version allows 
     932complete flexibility for the domain decompositions in the individual models, but this is at the expense of global 
     933gather and scatter operations in the coupling which become very expensive on larger numbers of processors. The 
     934alternative option (using \key{nemocice_decomp} for both NEMO and CICE) ensures that the domain decomposition is 
     935identical in both models (provided domain parameters are set appropriately, and  
     936\textit{processor\_shape~=~square-ice} and \textit{distribution\_wght~=~block} in the CICE name-list) and allows 
     937much more efficient direct coupling on individual processors.  This solution scales much better although it is at  
     938the expense of having more idle CICE processors in areas where there is no sea ice. 
     939 
    917940 
    918941% ------------------------------------------------------------------------------------------------------------- 
  • branches/2011/dev_r2802_UKMO8_cice/DOC/TexFiles/Chapters/Introduction.tex

    r2570 r2981  
    6363\citep{OASIS2006}. Two-way nesting is also available through an interface to the 
    6464AGRIF package (Adaptative Grid Refinement in \textsc{Fortran}) \citep{Debreu_al_CG2008}. 
     65The interface code for coupling to an alternative sea ice model (CICE, \citet{Hunke2008}) is now  
     66available although this is currently only designed for global domains, without the use of AGRIF. 
    6567 
    6668Other model characteristics are the lateral boundary conditions (chapter~\ref{LBC}).   
Note: See TracChangeset for help on using the changeset viewer.