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/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg @ 12377

Last change on this file since 12377 was 12377, checked in by acc, 4 years ago

The big one. Merging all 2019 developments from the option 1 branch back onto the trunk.

This changeset reproduces 2019/dev_r11943_MERGE_2019 on the trunk using a 2-URL merge
onto a working copy of the trunk. I.e.:

svn merge --ignore-ancestry \

svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk \
svn+ssh://acc@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2019/dev_r11943_MERGE_2019 ./

The --ignore-ancestry flag avoids problems that may otherwise arise from the fact that
the merge history been trunk and branch may have been applied in a different order but
care has been taken before this step to ensure that all applicable fixes and updates
are present in the merge branch.

The trunk state just before this step has been branched to releases/release-4.0-HEAD
and that branch has been immediately tagged as releases/release-4.0.2. Any fixes
or additions in response to tickets on 4.0, 4.0.1 or 4.0.2 should be done on
releases/release-4.0-HEAD. From now on future 'point' releases (e.g. 4.0.2) will
remain unchanged with periodic releases as needs demand. Note release-4.0-HEAD is a
transitional naming convention. Future full releases, say 4.2, will have a release-4.2
branch which fulfills this role and the first point release (e.g. 4.2.0) will be made
immediately following the release branch creation.

2020 developments can be started from any trunk revision later than this one.

  • Property svn:mime-type set to text/x-fortran
File size: 10.8 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   ln_trcbc      =  .true.   !  Enables Boundary conditions
23!                !           !                                           !             !         !
24!                !    name   !           title of the field              !   units     ! init    ! sbc    ! cbc    !  obc  !
25   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' , .true.  , .false., .true. , .false. 
26   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   , .true.  , .false., .true. , .false.
27   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' , .true.  , .false., .false., .false. 
28   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' , .false. , .false., .false., .false.
29   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' , .true.  , .true. , .true. , .false.
30   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' , .false. , .false., .false., .false.
31   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false.
32   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' , .false. , .false., .false., .false.
33   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' , .false. , .false., .false., .false.
34   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' , .true.  , .false., .true. , .false.
35   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' , .false. , .false., .false., .false.
36   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' , .false. , .false., .false., .false.
37   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' , .false. , .false., .false., .false.
38   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' , .true.  , .true. , .true. , .false.
39   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' , .false. , .false., .false., .false.
40   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' , .false. , .false., .false., .false.
41   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' , .false. , .false., .false., .false.
42   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' , .false. , .false., .false., .false.
43   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' , .false. , .false., .false., .false.
44   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' , .false. , .false., .false., .false.
45   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' , .false. , .false., .false., .false.
46   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' , .false. , .false., .false., .false.
47   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false.
48   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' , .false. , .false., .false., .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!                !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
111!                !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
112   sn_trcsbc(5)  = 'dust.orca.new'   ,       -1          , 'dustpo4'     ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
113   sn_trcsbc(7)  = 'dust.orca.new'   ,       -1          , 'dustsi'      ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
114   sn_trcsbc(14) = 'dust.orca.new'   ,       -1          , 'dustfer'     ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
115   sn_trcsbc(23) = 'ndeposition.orca',      -12          , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
116   rn_trsfac(5)  = 8.264e-02   !  (  0.021 / 31. * 122 )
117   rn_trsfac(7)  = 3.313e-01     !  ( 8.8   / 28.1 )
118   rn_trsfac(14) = 6.266e-04   !  (  0.035 / 55.85 )
119   rn_trsfac(23) =  5.4464e-01  !  ( From kgN m-2 s-1 to molC l-1 ====> zfact = 7.625/14 )
120   rn_sbc_time   =  1.          !  Time scaling factor for SBC and CBC data (seconds in a day)
121   !
122   sn_trccbc(1)  = 'river.orca'      ,    120            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
123   sn_trccbc(2)  = 'river.orca'      ,    120            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
124   sn_trccbc(5)  = 'river.orca'      ,    120            , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
125   sn_trccbc(7)  = 'river.orca'      ,    120            , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
126   sn_trccbc(10) = 'river.orca'      ,    120            , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
127   sn_trccbc(14) = 'river.orca'      ,    120            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
128   sn_trccbc(23) = 'river.orca'      ,    120            , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
129   rn_trcfac(1)  = 8.333e+01   !  ( data in Mg/m2/yr : 1e3/12/ryyss)
130   rn_trcfac(2)  = 8.333e+01   !  ( 1e3 /12 )
131   rn_trcfac(5)  = 3.935e+04   !  ( 1e3 / 31. * 122 )
132   rn_trcfac(7)  = 3.588e+01   !  ( 1e3 / 28.1 )
133   rn_trcfac(10) = 8.333e+01   !  ( 1e3 / 12
134   rn_trcfac(14) = 4.166e-03   !  ( 1e3 / 12 * 5e-5 )
135   rn_trcfac(23) = 5.446e+02   !  (  1e3 / 14 * 7.625 )
136   rn_cbc_time   = 3.1536e+7   !  Time scaling factor for CBC data (seconds in a year)
137/
138!----------------------------------------------------------------------
139&namtrc_bdy      !   Setup of tracer boundary conditions
140!-----------------------------------------------------------------------
141/
Note: See TracBrowser for help on using the repository browser.