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.
namsbc in NEMO/branches/2019/fix_vvl_ticket1791/doc/latex/SI3/namelists – NEMO

source: NEMO/branches/2019/fix_vvl_ticket1791/doc/latex/SI3/namelists/namsbc @ 11422

Last change on this file since 11422 was 11422, checked in by jchanut, 5 years ago

#1791, merge with trunk

  • Property svn:mime-type set to text/x-fortran
File size: 1.2 KB
Line 
1!------------------------------------------------------------------------------
2&namsbc         !   Ice surface boundary conditions
3!------------------------------------------------------------------------------
4   rn_cio           =   5.0e-03       !  ice-ocean drag coefficient (-)
5   rn_blow_s        =   0.66          !  mesure of snow blowing into the leads
6                                      !     = 1 => no snow blowing, < 1 => some snow blowing
7   nn_flxdist       =  -1             !  Redistribute heat flux over ice categories
8                                      !     =-1  Do nothing (needs N(cat) fluxes)
9                                      !     = 0  Average N(cat) fluxes then apply the average over the N(cat) ice
10                                      !     = 1  Average N(cat) fluxes then redistribute over the N(cat) ice using T-ice and albedo sensitivity
11                                      !     = 2  Redistribute a single flux over categories
12   ln_cndflx        = .false.         !  Use conduction flux as surface boundary conditions (i.e. for Jules coupling)
13      ln_cndemulate = .false.         !     emulate conduction flux (if not provided in the inputs)
14/
Note: See TracBrowser for help on using the repository browser.