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.
namforcing in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namforcing @ 10442

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

Various modifications related to the setting of a NEMO Quick Start Guide

  • Add missing namelist blocks from ICE and TOP
  • Create a hidden .global.rst to gather common URL links
  • Convert animated gif to frames images for PDF export
  • Place different README.rst appropriately in the code structure and refer to them with symbolic links in doc/rst/source
File size: 1.0 KB
Line 
1!------------------------------------------------------------------------------
2&namforcing     !   Ice surface forcing
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   nice_jules       = 0               !  Jules coupling (0=OFF, 1=EMULATED, 2=ACTIVE)
13/
Note: See TracBrowser for help on using the repository browser.