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/dev_r10742_ENHANCE-12_SimonM-Tides/doc/latex/SI3/namelists – NEMO

source: NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/latex/SI3/namelists/namsbc @ 12065

Last change on this file since 12065 was 12065, checked in by smueller, 4 years ago

Synchronizing with /NEMO/trunk@12055 (ticket #2194)

  • 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.