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 3066 for branches/2011/dev_UKM0_2011/DOC – NEMO

Ignore:
Timestamp:
2011-11-09T14:09:37+01:00 (13 years ago)
Author:
rfurner
Message:

ticket #885 adding changes from branches/2011/dev_r2802_UKMO8_cice between r2802 and r3041

Location:
branches/2011/dev_UKM0_2011/DOC/TexFiles
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_UKM0_2011/DOC/TexFiles/Biblio/Biblio.bib

    r2541 r3066  
    13061306  volume = {23}, 
    13071307  pages = {2428--2446} 
     1308} 
     1309 
     1310@ARTICLE{Hunke2008, 
     1311  author = {E.C. Hunke and W.H. Lipscomb}, 
     1312  title = {CICE: the Los Alamos sea ice model documentation and software user's manual,  
     1313        Version 4.0}, 
     1314  publisher = {LA-CC-06-012, Los Alamos National Laboratory, N.M.}, 
     1315  year = {2008} 
    13081316} 
    13091317 
  • branches/2011/dev_UKM0_2011/DOC/TexFiles/Chapters/Chap_SBC.tex

    r3065 r3066  
    920920ice-ocean fluxes, that are combined with the air-sea fluxes using the ice fraction of  
    921921each model cell to provide the surface ocean fluxes. Note that the activation of a  
    922 sea-ice model is is done by defining a CPP key (\key{lim2} or \key{lim3}).  
    923 The activation automatically ovewrite the read value of nn{\_}ice to its appropriate  
    924 value ($i.e.$ $2$ for LIM-2 and $3$ for LIM-3). 
     922sea-ice model is is done by defining a CPP key (\key{lim2}, \key{lim3} or \key{cice}).  
     923The activation automatically overwrites the read value of nn{\_}ice to its appropriate  
     924value ($i.e.$ $2$ for LIM-2, $3$ for LIM-3 or $4$ for CICE). 
    925925\end{description} 
    926926 
    927927% {Description of Ice-ocean interface to be added here or in LIM 2 and 3 doc ?} 
     928 
     929\subsection   [Interface to CICE (\textit{sbcice\_cice})] 
     930         {Interface to CICE (\mdl{sbcice\_cice})} 
     931\label{SBC_cice} 
     932 
     933It is now possible to couple a global NEMO configuration (without AGRIF) to the CICE sea-ice 
     934model by using \key{cice}.  The CICE code can be obtained from  
     935\href{http://oceans11.lanl.gov/trac/CICE/}{LANL} and the additional 'hadgem3' drivers will be required,  
     936even with the latest code release.  Input grid files consistent with those used in NEMO will also be needed,  
     937and CICE CPP keys \bf{ORCA_GRID}, \bf{CICE_IN_NEMO} and \bf{coupled} should be used (seek advice from UKMO  
     938if necessary).  Currently the code is only designed to work when using the CORE forcing option for NEMO (with 
     939\textit{calc\_strair~=~true} and \textit{calc\_Tsfc~=~true} in the CICE name-list), or alternatively when NEMO  
     940is coupled to the HadGAM3 atmosphere model (with \textit{calc\_strair~=~false} and \textit{calc\_Tsfc~=~false}). 
     941The code is intended to be used with \np{nn\_fsbc} set to 1 (although coupling ocean and ice less frequently  
     942should work, it is possible the calculation of some of the ocean-ice fluxes needs to be modified slightly - the 
     943user should check that results are not significantly different to the standard case). 
     944 
     945There are two options for the technical coupling between NEMO and CICE.  The standard version allows 
     946complete flexibility for the domain decompositions in the individual models, but this is at the expense of global 
     947gather and scatter operations in the coupling which become very expensive on larger numbers of processors. The 
     948alternative option (using \key{nemocice_decomp} for both NEMO and CICE) ensures that the domain decomposition is 
     949identical in both models (provided domain parameters are set appropriately, and  
     950\textit{processor\_shape~=~square-ice} and \textit{distribution\_wght~=~block} in the CICE name-list) and allows 
     951much more efficient direct coupling on individual processors.  This solution scales much better although it is at  
     952the expense of having more idle CICE processors in areas where there is no sea ice. 
     953 
    928954 
    929955% ------------------------------------------------------------------------------------------------------------- 
  • branches/2011/dev_UKM0_2011/DOC/TexFiles/Chapters/Introduction.tex

    r2570 r3066  
    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.