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.
namelist_ice_cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/inputs/ORCA1_LIM3_PISCES – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/inputs/ORCA1_LIM3_PISCES/namelist_ice_cfg @ 5703

Last change on this file since 5703 was 5703, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS_SETTE Modify some namelist_*cfg files to remove warnings for missing namelists

File size: 2.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/LIM-3 : Ice configuration namelist. Overwrites SHARED/namelist_ice_lim3_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!-----------------------------------------------------------------------
6&namicerun     !   Share parameters for dynamics/advection/thermo
7!-----------------------------------------------------------------------
8   ln_limdiahsb  = .false.         !  check the heat and salt budgets (T) or not (F)
9   ln_limdiaout  = .false.          !  output the heat and salt budgets (T) or not (F)
10/
11!-----------------------------------------------------------------------
12&namiceini     !   ice initialisation
13!-----------------------------------------------------------------------
14/
15!-----------------------------------------------------------------------
16&namicedyn     !   ice dynamic
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&namicethd     !   ice thermodynamic
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namicesal     !   ice salinity
25!-----------------------------------------------------------------------
26/
27!-----------------------------------------------------------------------
28&namiceitdme   !   parameters for mechanical redistribution of ice
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namicedia     !   ice diagnostics
33!-----------------------------------------------------------------------
34/
35!------------------------------------------------------------------------------
36&namiceitd     !   Ice discretization
37!------------------------------------------------------------------------------
38/
39!------------------------------------------------------------------------------
40&namicehdf     !   Ice horizontal diffusion
41!------------------------------------------------------------------------------
42/
Note: See TracBrowser for help on using the repository browser.