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 6350 – NEMO

Changeset 6350


Ignore:
Timestamp:
2016-02-24T19:43:25+01:00 (8 years ago)
Author:
cetlod
Message:

v3.6 documentation : update Chap_SBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/DOC/TexFiles/Chapters/Chap_SBC.tex

    r6318 r6350  
    872872lowest box the river water is being added to (i.e. the total depth that river water is being added to in the model). 
    873873 
     874%Christian: 
     875If the depth information is not provide in the NetCDF file, it can be estimate from the runoff input file at the initial time-step, by setting the namelist parameter \np{ln\_rnf\_depth\_ini} to true. 
     876 
     877This estimation is a simple linear relation between the runoff and a given depth :  
     878\begin{equation}  
     879h\_dep  = \frac{rn\_dep\_max} {rn\_rnf\_max}  rnf 
     880\end{equation} 
     881where  \np{rn\_dep\_max} is the given maximum depth over which the runoffs is spread,  
     882 \np{rn\_rnf\_max} is the maximum value of the runoff climatologie over the global domain 
     883and rnf is the maximum value in time of the runoff climatology at each grid cell (computed online). 
     884 
     885The estimated depth array can be output if needed in a NetCDF file by setting the namelist parameter \np{nn\_rnf\_depth\_file} to 1. 
     886 
    874887The mass/volume addition due to the river runoff is, at each relevant depth level, added to the horizontal divergence  
    875888(\textit{hdivn}) in the subroutine \rou{sbc\_rnf\_div} (called from \mdl{divcur}). 
Note: See TracChangeset for help on using the changeset viewer.