1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/TOP1 : ORCA2_OFF_PISCES configuration namelist used to overwrite SHARED/namelist_top |
---|
3 | !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | !----------------------------------------------------------------------- |
---|
5 | &namtrc_run ! run information |
---|
6 | !----------------------------------------------------------------------- |
---|
7 | nn_writetrc = 1460 ! time step frequency for sn_tracer outputs |
---|
8 | / |
---|
9 | !----------------------------------------------------------------------- |
---|
10 | &namtrc ! tracers definition |
---|
11 | !----------------------------------------------------------------------- |
---|
12 | ln_trcdta = .false. ! Initialisation from data input file (T) or not (F) |
---|
13 | ! |
---|
14 | ! ! name ! title of the field ! units ! initial data ! save ! |
---|
15 | ! ! ! ! ! from file ! or not ! |
---|
16 | ! ! ! ! ! or not ! ! |
---|
17 | sn_tracer(1) = 'CHN' , 'Chl-a concentration in non-diatom phytoplankton ', 'mg Chl/m3' , .false. , .true. |
---|
18 | sn_tracer(2) = 'CHD' , 'Chl-a concentration in diatom phytoplankton ', 'mg Chl/m3' , .false. , .true. |
---|
19 | sn_tracer(3) = 'PHN' , 'non-diatom phytoplankton ', 'mmol-N/m3' , .false. , .true. |
---|
20 | sn_tracer(4) = 'PHD' , 'diatom phytoplankton ', 'mmol-N/m3' , .false. , .true. |
---|
21 | sn_tracer(5) = 'ZMI' , 'micro zooplankton ', 'mmol-N/m3' , .false. , .true. |
---|
22 | sn_tracer(6) = 'ZME' , 'meso zooplankton ', 'mmol-N/m3' , .false. , .true. |
---|
23 | sn_tracer(7) = 'DIN' , 'dissolved inorganic nitrogen ', 'mmol-N/m3' , .false. , .true. |
---|
24 | sn_tracer(8) = 'SIL' , 'silicate ', 'mmolSi/m3' , .false. , .true. |
---|
25 | sn_tracer(9) = 'FER' , 'dissolved iron ', 'mmolFe/m3' , .false. , .true. |
---|
26 | sn_tracer(10) = 'DET' , 'detrital nitrogen ', 'mmol-N/m3' , .false. , .true. |
---|
27 | sn_tracer(11) = 'PDS' , 'biogenic silicon in diatom phytoplankton ', 'mmolSi/m3' , .false. , .true. |
---|
28 | sn_tracer(12) = 'DTC' , 'detrital carbon ', 'mmol-C/m3' , .false. , .true. |
---|
29 | sn_tracer(13) = 'DiC' , 'dissolved inorganic carbon ', 'mmol-C/m3' , .false. , .true. |
---|
30 | sn_tracer(14) = 'ALK' , 'alkalinity ', 'meq/m3' , .false. , .true. |
---|
31 | sn_tracer(15) = 'OXY' , 'dissolved oxygen ', 'mmolO2/m3' , .false. , .true. |
---|
32 | sn_tracer(16) = 'IDTRA','Ideal traceur concentration ', 'mmol/m3' , .false. , .true. !! if key_idtra else coment this line |
---|
33 | / |
---|
34 | !----------------------------------------------------------------------- |
---|
35 | &namtrc_dta ! Initialisation from data input file |
---|
36 | !----------------------------------------------------------------------- |
---|
37 | ! |
---|
38 | ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
39 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! |
---|
40 | sn_trcdta(7) = 'data_NO3_nomask' , -1 , 'NO3' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
41 | sn_trcdta(8) = 'data_Si_nomask' , -1 , 'Si' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
42 | sn_trcdta(9) = 'data_Fer_nomask' , -12 , 'Fer' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
43 | sn_trcdta(13) = 'data_DIC_nomask' , -12 , 'DIC' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
44 | sn_trcdta(14) = 'data_Alkalini_nomask' , -12 , 'Alkalini' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
45 | sn_trcdta(15) = 'data_O2_nomask' , -1 , 'O2' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
46 | ! |
---|
47 | cn_dir = './' ! root directory for the location of the data files |
---|
48 | rn_trfac(7) = 1.0 ! multiplicative factor |
---|
49 | rn_trfac(8) = 1.0 ! multiplicative factor |
---|
50 | rn_trfac(9) = 1.0e6 ! multiplicative factor |
---|
51 | rn_trfac(13) = 1.028 ! multiplicative factor |
---|
52 | rn_trfac(14) = 1.028 ! multiplicative factor |
---|
53 | rn_trfac(15) = 44.6 ! multiplicative factor |
---|
54 | / |
---|
55 | !----------------------------------------------------------------------- |
---|
56 | &namtrc_adv ! advection scheme for passive tracer |
---|
57 | !----------------------------------------------------------------------- |
---|
58 | ln_trcadv_tvd = .false. ! TVD scheme |
---|
59 | ln_trcadv_muscl = .true. ! MUSCL scheme |
---|
60 | / |
---|
61 | !----------------------------------------------------------------------- |
---|
62 | &namtrc_ldf ! lateral diffusion scheme for passive tracer |
---|
63 | !----------------------------------------------------------------------- |
---|
64 | / |
---|
65 | !----------------------------------------------------------------------- |
---|
66 | &namtrc_zdf ! vertical physics |
---|
67 | !----------------------------------------------------------------------- |
---|
68 | / |
---|
69 | !----------------------------------------------------------------------- |
---|
70 | &namtrc_rad ! treatment of negative concentrations |
---|
71 | !----------------------------------------------------------------------- |
---|
72 | / |
---|
73 | !----------------------------------------------------------------------- |
---|
74 | &namtrc_dia ! parameters for passive tracer additional diagnostics |
---|
75 | !---------------------------------------------------------------------- |
---|
76 | nn_writedia = 1460 ! time step frequency for diagnostics |
---|
77 | / |
---|
78 | !---------------------------------------------------------------------- |
---|
79 | &namtrc_bc ! data for boundary conditions |
---|
80 | !----------------------------------------------------------------------- |
---|
81 | / |
---|