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_OFF_PISCES/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_top_cfg @ 11536

Last change on this file since 11536 was 11536, checked in by smasson, 5 years ago

trunk: merge dev_r10984_HPC-13 into the trunk

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