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 branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/GYRE_PISCES/EXP00 – NEMO

source: branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg @ 5870

Last change on this file since 5870 was 5870, checked in by acc, 8 years ago

Branch 2015/dev_r5803_NOC_WAD. Merge in trunk changes from 5803 to 5869 in preparation for merge. Also tidied and reorganised some wetting and drying code. Renamed wadlmt.F90 to wetdry.F90. Wetting drying code changes restricted to domzgr.F90, domvvl.F90 nemogcm.F90 sshwzv.F90, dynspg_ts.F90, wetdry.F90 and dynhpg.F90. Code passes full SETTE tests with ln_wd=.false.. Still awaiting test case for checking with ln_wd=.false.

File size: 3.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO-TOP Configuration namelist for GYRE_PISCES configuration used to overwrite SHARED/namelist_top_ref
3!-----------------------------------------------------------------------
4&namtrc_run     !   run information
5!-----------------------------------------------------------------------
6   nn_writetrc   =  60     !  time step frequency for sn_tracer outputs
7/
8!-----------------------------------------------------------------------
9&namtrc     !   tracers definition
10!-----------------------------------------------------------------------
11   ln_trcdta     =   .false.    !  Initialisation from data input file (T) or not (F)
12!
13!                ! name  !     title of the field          !   units       ! initial data ! save   !
14!                !       !                                 !               ! from file    ! or not !
15!                !       !                                 !               ! or not       !        !
16   sn_tracer(1)   = 'DET'   , 'Detritus                   ',  'mmole-N/m3' ,  .false.     ,  .false.
17   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.     ,  .false.
18   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.     ,  .false.
19   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.     ,  .true.
20   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.     ,  .false.
21   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.     ,  .false.
22/
23!-----------------------------------------------------------------------
24&namtrc_adv    !   advection scheme for passive tracer
25!-----------------------------------------------------------------------   
26   ln_trcadv_fct =  .true.   !  FCT scheme
27      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
28      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
29      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
30      !                             !        (number of sub-timestep = nn_fct_zts)
31/
32!-----------------------------------------------------------------------
33&namtrc_ldf    !   lateral diffusion scheme for passive tracer
34!-----------------------------------------------------------------------
35   rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
36/
37!-----------------------------------------------------------------------
38&namtrc_zdf        !   vertical physics
39!-----------------------------------------------------------------------
40/
41!-----------------------------------------------------------------------
42&namtrc_rad        !  treatment of negative concentrations
43!-----------------------------------------------------------------------
44   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F)
45/
46!-----------------------------------------------------------------------
47&namtrc_dia       !   parameters for passive tracer additional diagnostics
48!----------------------------------------------------------------------
49   nn_writedia   =  60     !  time step frequency for diagnostics
50/
51!----------------------------------------------------------------------
52&namtrc_bc        !   data for boundary conditions
53!-----------------------------------------------------------------------
54/
Note: See TracBrowser for help on using the repository browser.