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 3105 for branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC – NEMO

Ignore:
Timestamp:
2011-11-15T12:33:20+01:00 (12 years ago)
Author:
poddo
Message:

Rename mfs bulk routine, namelist and doc files

Location:
branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles
Files:
1 added
1 deleted
2 edited

Legend:

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

    r3104 r3105  
    2929(\np{ln\_core}~=~true), CLIO (\np{ln\_clio}~=~true) or MFS 
    3030\footnote { Note that MFS bulk formulae compute fluxes only for the ocean component} 
    31 (\np{ln\_ecmwf}~=~true) bulk formulae) and a coupled  
     31(\np{ln\_mfs}~=~true) bulk formulae) and a coupled  
    3232formulation (exchanges with a atmospheric model via the OASIS coupler)  
    3333(\np{ln\_cpl}~=~true). When used, the atmospheric pressure forces both  
     
    4949transformation of the solar radiation (if provided as daily mean) into a diurnal  
    5050cycle (\np{ln\_dm2dc}~=~true); and a neutral drag coefficient can be read from an external wave  
    51 model (\np{ln\_cdgw}~=~true). The latter option is possible only in case core or ecmwf bulk formulas are selected. 
     51model (\np{ln\_cdgw}~=~true). The latter option is possible only in case core or mfs bulk formulas are selected. 
    5252 
    5353In this chapter, we first discuss where the surface boundary condition appears in the 
     
    481481% Bulk formulation 
    482482% ================================================================ 
    483 \section  [Bulk formulation (\textit{sbcblk\_core}, \textit{sbcblk\_clio} or \textit{sbcblk\_ecmwf}) ] 
    484       {Bulk formulation \small{(\mdl{sbcblk\_core} \mdl{sbcblk\_clio} \mdl{sbcblk\_ecmwf} modules)} } 
     483\section  [Bulk formulation (\textit{sbcblk\_core}, \textit{sbcblk\_clio} or \textit{sbcblk\_mfs}) ] 
     484      {Bulk formulation \small{(\mdl{sbcblk\_core} \mdl{sbcblk\_clio} \mdl{sbcblk\_mfs} modules)} } 
    485485\label{SBC_blk} 
    486486 
     
    490490The atmospheric fields used depend on the bulk formulae used. Three bulk formulations  
    491491are available : the CORE, the CLIO and the MFS bulk formulea. The choice is made by setting to true 
    492 one of the following namelist variable : \np{ln\_core} ; \np{ln\_clio} or  \np{ln\_ecmwf}. 
     492one of the following namelist variable : \np{ln\_core} ; \np{ln\_clio} or  \np{ln\_mfs}. 
    493493 
    494494Note : in forced mode, when a sea-ice model is used, a bulk formulation (CLIO or CORE) have to be used.  
     
    585585 
    586586% ------------------------------------------------------------------------------------------------------------- 
    587 %        ECMWF Bulk formulea 
    588 % ------------------------------------------------------------------------------------------------------------- 
    589 \subsection    [MFS Bulk formulea (\np{ln\_ecmwf}=true)] 
    590             {MFS Bulk formulea (\np{ln\_ecmwf}=true, \mdl{sbcblk\_ecmwf})} 
    591 \label{SBC_blk_ecmwf} 
    592 %------------------------------------------namsbc_ecmwf---------------------------------------------------- 
    593 \namdisplay{namsbc_ecmwf}  
     587%        MFS Bulk formulae 
     588% ------------------------------------------------------------------------------------------------------------- 
     589\subsection    [MFS Bulk formulea (\np{ln\_mfs}=true)] 
     590            {MFS Bulk formulea (\np{ln\_mfs}=true, \mdl{sbcblk\_mfs})} 
     591\label{SBC_blk_mfs} 
     592%------------------------------------------namsbc_mfs---------------------------------------------------- 
     593\namdisplay{namsbc_mfs}  
    594594%---------------------------------------------------------------------------------------------------------- 
    595595 
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles/Namelist/namsbc

    r3104 r3105  
    88   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    99   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
    10    ln_blk_ecmwf= .false.   !  MFS bulk formulation                      (T => fill namsbc_ecmwf) 
     10   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    1111   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    1212   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
Note: See TracChangeset for help on using the changeset viewer.