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/2020/dev_r12740_TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12740_TOP-01_rlod_Antarctic_ice_Sheet_Fe_Source/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_top_cfg @ 13525

Last change on this file since 13525 was 13525, checked in by rlod, 4 years ago

updating namelist_top according to nutrient sources from Antarctic Ice Sheet

  • Property svn:mime-type set to text/x-fortran
File size: 12.3 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   ln_trcais     =  .false. !  Antarctic Ice Sheet nutrient supply
24!                !           !                                           !             !         !
25!                !    name   !           title of the field              !   units     ! init    ! sbc    ! cbc    !  obc    !  ais
26   sn_tracer(1)   = 'DIC     ' , 'Dissolved inorganic Concentration      ',  'mol-C/L' , .true.  , .false., .true. , .false. , .false. 
27   sn_tracer(2)   = 'Alkalini' , 'Total Alkalinity Concentration         ',  'eq/L '   , .true.  , .false., .true. , .false. , .false.
28   sn_tracer(3)   = 'O2      ' , 'Dissolved Oxygen Concentration         ',  'mol-C/L' , .true.  , .false., .false., .false. , .false.
29   sn_tracer(4)   = 'CaCO3   ' , 'Calcite Concentration                  ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
30   sn_tracer(5)   = 'PO4     ' , 'Phosphate Concentration                ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false. 
31   sn_tracer(6)   = 'POC     ' , 'Small organic carbon Concentration     ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
32   sn_tracer(7)   = 'Si      ' , 'Silicate Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false.
33   sn_tracer(8)   = 'PHY     ' , 'Nanophytoplankton Concentration        ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
34   sn_tracer(9)   = 'ZOO     ' , 'Microzooplankton Concentration         ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
35   sn_tracer(10)  = 'DOC     ' , 'Dissolved organic Concentration        ',  'mol-C/L' , .true.  , .false., .true. , .false. , .false.
36   sn_tracer(11)  = 'PHY2    ' , 'Diatoms Concentration                  ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
37   sn_tracer(12)  = 'ZOO2    ' , 'Mesozooplankton Concentration          ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
38   sn_tracer(13)  = 'DSi     ' , 'Diatoms Silicate Concentration         ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
39   sn_tracer(14)  = 'Fer     ' , 'Dissolved Iron Concentration           ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .true.
40   sn_tracer(15)  = 'BFe     ' , 'Big iron particles Concentration       ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
41   sn_tracer(16)  = 'GOC     ' , 'Big organic carbon Concentration       ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
42   sn_tracer(17)  = 'SFe     ' , 'Small iron particles Concentration     ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
43   sn_tracer(18)  = 'DFe     ' , 'Diatoms iron  Concentration            ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
44   sn_tracer(19)  = 'GSi     ' , 'Sinking biogenic Silicate Concentration',  'mol-C/L' , .false. , .false., .false., .false. , .false.
45   sn_tracer(20)  = 'NFe     ' , 'Nano iron Concentration                ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
46   sn_tracer(21)  = 'NCHL    ' , 'Nano chlorophyl Concentration          ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
47   sn_tracer(22)  = 'DCHL    ' , 'Diatoms chlorophyl Concentration       ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
48   sn_tracer(23)  = 'NO3     ' , 'Nitrates Concentration                 ',  'mol-C/L' , .true.  , .true. , .true. , .false. , .false.
49   sn_tracer(24)  = 'NH4     ' , 'Ammonium Concentration                 ',  'mol-C/L' , .false. , .false., .false., .false. , .false.
50/
51!-----------------------------------------------------------------------
52&namage          !   AGE
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namtrc_dta      !    Initialisation from data input file
57!-----------------------------------------------------------------------
58!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
59!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
60   sn_trcdta(1)  = 'data_DIC_nomask.nc',        -12        ,  'PiDIC'  ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
61   sn_trcdta(2)  = 'data_ALK_nomask.nc',        -12        ,  'TALK'   ,    .false.   , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
62   sn_trcdta(3)  = 'data_OXY_nomask.nc',        -1         ,  'O2'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
63   sn_trcdta(5)  = 'data_PO4_nomask.nc',        -1         ,  'PO4'    ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
64   sn_trcdta(7)  = 'data_SIL_nomask.nc',        -1         ,  'Si'     ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
65   sn_trcdta(10) = 'data_DOC_nomask.nc',        -1         ,  'DOC'    ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
66   sn_trcdta(14) = 'data_FER_nomask.nc',        -1         ,  'Fer'    ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
67   sn_trcdta(23) = 'data_NO3_nomask.nc',        -1         ,  'NO3'    ,    .true.    , .true. , 'yearly'  , 'weights_3D_r360x180_bilin.nc'       , ''   , ''
68   rn_trfac(1)   =   1.028e-06  !  multiplicative factor
69   rn_trfac(2)   =   1.028e-06  !  -      -      -     -
70   rn_trfac(3)   =  44.6e-06  !  -      -      -     -
71   rn_trfac(5)   = 122.0e-06  !  -      -      -     -
72   rn_trfac(7)   =   1.0e-06  !  -      -      -     -
73   rn_trfac(10)  =   1.0e-06  !  -      -      -     -
74   rn_trfac(14)  =   1.0e-06  !  -      -      -     -
75   rn_trfac(23)  =   7.6e-06  !  -      -      -     -
76/
77!-----------------------------------------------------------------------
78&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection)
79!-----------------------------------------------------------------------
80   ln_trcadv_mus =  .true.   !  MUSCL scheme
81      ln_mus_ups =  .false.         !  use upstream scheme near river mouths
82/
83!-----------------------------------------------------------------------
84&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection)
85!-----------------------------------------------------------------------
86   ln_trcldf_tra   =  .true.     !  use active tracer setting
87/
88!-----------------------------------------------------------------------
89&namtrc_rad      !  treatment of negative concentrations
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namtrc_snk      !  sedimentation of particles
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namtrc_dmp      !   passive tracer newtonian damping   
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namtrc_ice      !    Representation of sea ice growth & melt effects
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc')
106!----------------------------------------------------------------------
107/
108!----------------------------------------------------------------------
109&namtrc_bc       !   data for boundary conditions
110!-----------------------------------------------------------------------
111!                !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
112!                !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
113   sn_trcsbc(5)  = 'dust.orca.new'   ,       -1          , 'dustpo4'     ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , ''
114   sn_trcsbc(7)  = 'dust.orca.new'   ,       -1          , 'dustsi'      ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , ''
115   sn_trcsbc(14) = 'dust.orca.new'   ,       -1          , 'dustfer'     ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , ''
116   sn_trcsbc(23) = 'ndeposition.orca',      -12          , 'ndep2'       ,  .false.     , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , ''
117   rn_trsfac(5)  = 8.264e-02   !  (  0.021 / 31. * 122 )
118   rn_trsfac(7)  = 3.313e-01     !  ( 8.8   / 28.1 )
119   rn_trsfac(14) = 6.266e-04   !  (  0.035 / 55.85 )
120   rn_trsfac(23) =  5.4464e-01  !  ( From kgN m-2 s-1 to molC l-1 ====> zfact = 7.625/14 )
121   rn_sbc_time   =  1.          !  Time scaling factor for SBC and CBC data (seconds in a day)
122   !
123   sn_trccbc(1)  = 'river.orca'      ,    -12            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
124   sn_trccbc(2)  = 'river.orca'      ,    -12            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
125   sn_trccbc(5)  = 'river.orca'      ,    -12            , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
126   sn_trccbc(7)  = 'river.orca'      ,    -12            , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
127   sn_trccbc(10) = 'river.orca'      ,    -12            , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
128   sn_trccbc(14) = 'river.orca'      ,    -12            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
129   sn_trccbc(23) = 'river.orca'      ,    -12            , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
130   rn_trcfac(1)  = 8.333e+01   !  ( data in Mg/m2/yr : 1e3/12/ryyss)
131   rn_trcfac(2)  = 8.333e+01   !  ( 1e3 /12 )
132   rn_trcfac(5)  = 3.935e+04   !  ( 1e3 / 31. * 122 )
133   rn_trcfac(7)  = 3.588e+01   !  ( 1e3 / 28.1 )
134   rn_trcfac(10) = 8.333e+01   !  ( 1e3 / 12
135   rn_trcfac(14) = 4.166e-03   !  ( 1e3 / 12 * 5e-5 )
136   rn_trcfac(23) = 5.446e+02   !  (  1e3 / 14 * 7.625 )
137   rn_cbc_time   = 3.1536e+7   !  Time scaling factor for CBC data (seconds in a year)
138/
139!----------------------------------------------------------------------
140&namtrc_bdy      !   Setup of tracer boundary conditions
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namtrc_ais      !  Representation of Antarctic Ice Sheet tracers supply
145!-----------------------------------------------------------------------
146!                !  file name                                       ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
147!                !                                                  !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
148   rn_trafac(14) =  4.476e-07   !  (  0.5e-3 / 55.85 * 0.05 )
149!
150   nn_ais_tr     =  1      !  tracer concentration in iceberg and ice shelf
151                           !    = 0 (null concentrations)
152                           !    = 1 prescribed concentrations
153   rn_icbdep     =  120.   ! Mean underwater depth of iceberg (m)
154/
Note: See TracBrowser for help on using the repository browser.