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/trunk/doc/latex/SI3/namelists – NEMO

source: NEMO/trunk/doc/latex/SI3/namelists/namsbc @ 11015

Last change on this file since 11015 was 11015, checked in by nicolasmartin, 5 years ago

Modification of the content to be in line with the NEMO manual
SI3 manual can now be build like the NEMO manual with ./manual_build.sh SI3

  • Mimick the directory organisation with main and subfiles folders.
  • Regarding the particular case of namelists
    • Remove the duplicates already contained in the global namelists folder at 1st level of ./doc
    • Keep the namelists sub-folder only for namdyn_adv & namsbc which already exist in ocean namelists
  • Rewriting of SI3_manual.tex with NEMO_manual.tex as template to easily highlight differences
  • Updating of several paths for figures/namelists inclusion or LaTeX files referencing
  • LaTeX source:
    • Replacement of \forfile command for namelists with pre-configured \nlst alias
    • " "" \bm with \mathbf (save installation of an extra package)
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.