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_idtra_ref in branches/UKMO/dev_r5518_GO6_package/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/UKMO/dev_r5518_GO6_package/NEMOGCM/CONFIG/SHARED/namelist_idtra_ref @ 10149

Last change on this file since 10149 was 8280, checked in by timgraham, 7 years ago

331: Merge of MEDUSA stable branch and HadGEM3 coupling branches into GO6 package branch.

File size: 1.7 KB
Line 
1!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!
3! idealize Tracer namelist :  NEMO idealize traceur model option and parameter input
4! -------------
5!
6!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
7!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8!       namidtra   parameter for 1/2 decay time
9!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
10!
11!! idealize tracer 1/2 decay time
12!!       tmp_decay   :  1/2 decay time
13!!
14!! idealize tracer names (to be added if needed)
15!!
16&namidtra
17!
18!! idealize tracer 1/2 decay time
19      tmp_decay = 10        !! years
20!! idealize tracer names
21!!###############################################
22!!   names are defined in the top namelist (namtrc)
23!!   
24!!###############################################
25/
26!=================================================
27! nammeddia    Passive tracers additional diagnostics
28!=================================================
29!
30!      ctrc2d  : 2d output field name
31!      ctrc2u  : 2d output field unit
32!      ctrc2l  : 2d output field long name
33!
34!      nwriteadd: frequency of additional arrays outputs(namelist)
35!&nammeddia
36!!##########################################################
37!! No aditional diagnostics associated to idealize tracers.
38!! If one want to add additional diag,
39!! can be done here, following the example just below
40!!##########################################################
41!            meddia2d(1)  = 'INVTN'             ,              'Column N inventory'                            ,              'mmolN/m2'
42!            meddia2d(2)  = 'INVTSI'            ,              'Column Si inventory'                           ,              'mmolSi/m2'
43!/
Note: See TracBrowser for help on using the repository browser.