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_top_cfg in NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg @ 11777

Last change on this file since 11777 was 11777, checked in by acc, 5 years ago

Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Begin merge prepartions by merging changes on the trunk since this branch creation. Do this in staged commits in case of issues. First stage is to merge and commit changes to cfgs directory (cd cfgs; svn merge -r 10721:11740 svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk/cfgs ./)

  • Property svn:mime-type set to text/x-fortran
File size: 7.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref
3!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namtrc_run      !   run information
6!-----------------------------------------------------------------------
7   ln_top_euler  = .true.
8/
9!-----------------------------------------------------------------------
10&namtrc          !   tracers definition
11!-----------------------------------------------------------------------
12   jp_bgc        =  24
13!
14   ln_pisces     =  .true.
15   ln_my_trc     =  .false.
16   ln_age        =  .false.
17   ln_cfc11      =  .false.
18   ln_cfc12      =  .false.
19   ln_c14        =  .false.
20!
21   ln_trcdta     =  .true.  !  Initialisation from data input file (T) or not (F)
22!                 !           !                                          !             !
23!                 !    name   !           title of the field             !   units     ! initial data from file or not !
24!                 !           !                                          !             !
25   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' ,  .true.
26   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   ,  .true.
27   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' ,  .true.
28   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' ,  .false.
29   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' ,  .true.
30   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' ,  .false.
31   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' ,  .true.
32   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' ,  .false.
33   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' ,  .false.
34   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' ,  .true.
35   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' ,  .false.
36   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' ,  .false.
37   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' ,  .false.
38   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' ,  .true.
39   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' ,  .false.
40   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' ,  .false.
41   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' ,  .false.
42   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' ,  .false.
43   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' ,  .false.
44   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' ,  .false.
45   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' ,  .false.
46   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' ,  .false.
47   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' ,  .true.
48   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' ,  .false.
49/
50!-----------------------------------------------------------------------
51&namage          !   AGE
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namtrc_dta      !    Initialisation from data input file
56!-----------------------------------------------------------------------
57!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
58!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
59   sn_trcdta(1)  = 'data_DIC_nomask'        ,        -12.       ,  'DIC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , ''
60   sn_trcdta(2)  = 'data_Alkalini_nomask'   ,        -12.       ,  'Alkalini',    .false.   , .true. , 'yearly'  , ''       , ''   , ''
61   sn_trcdta(3)  = 'data_O2_nomask'         ,        -1.        ,  'O2'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
62   sn_trcdta(5)  = 'data_PO4_nomask'        ,        -1.        ,  'PO4'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
63   sn_trcdta(7)  = 'data_Si_nomask'         ,        -1.        ,  'Si'      ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
64   sn_trcdta(10) = 'data_DOC_nomask'        ,        -12.       ,  'DOC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , ''
65   sn_trcdta(14) = 'data_Fer_nomask'        ,        -12.       ,  'Fer'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , ''
66   sn_trcdta(23) = 'data_NO3_nomask'        ,        -1.        ,  'NO3'     ,    .true.    , .true. , 'yearly'  , ''       , ''   , ''
67   rn_trfac(1)   =   1.0e-06  !  multiplicative factor
68   rn_trfac(2)   =   1.0e-06  !  -      -      -     -
69   rn_trfac(3)   =  44.6e-06  !  -      -      -     -
70   rn_trfac(5)   = 122.0e-06  !  -      -      -     -
71   rn_trfac(7)   =   1.0e-06  !  -      -      -     -
72   rn_trfac(10)  =   1.0      !  -      -      -     -
73   rn_trfac(14)  =   1.0      !  -      -      -     -
74   rn_trfac(23)  =   7.6e-06  !  -      -      -     -
75/
76!-----------------------------------------------------------------------
77&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
78!-----------------------------------------------------------------------
79   ln_trcadv_mus =  .true.  !  MUSCL scheme
80      ln_mus_ups =  .false.         !  use upstream scheme near river mouths
81/
82!-----------------------------------------------------------------------
83&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
84!-----------------------------------------------------------------------
85   ln_trcldf_tra   = .true.      !  use active tracer setting
86/
87!-----------------------------------------------------------------------
88&namtrc_rad      !  treatment of negative concentrations
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namtrc_snk      !  sedimentation of particles
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namtrc_dmp      !   passive tracer newtonian damping   
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namtrc_ice      !    Representation of sea ice growth & melt effects
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
105!----------------------------------------------------------------------
106/
107!----------------------------------------------------------------------
108&namtrc_bc       !   data for boundary conditions
109!-----------------------------------------------------------------------
110/
111!----------------------------------------------------------------------
112&namtrc_bdy      !   Setup of tracer boundary conditions
113!-----------------------------------------------------------------------
114/
Note: See TracBrowser for help on using the repository browser.