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.
1_namelist_cfg in branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00 – NEMO

source: branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/1_namelist_cfg @ 9568

Last change on this file since 9568 was 9568, checked in by davestorkey, 6 years ago

Update branch to be relative to rev 9565 of dev_merge_2017.

File size: 9.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namusr_def    !   SAS_BIPER user defined namelist
6!-----------------------------------------------------------------------
7   rn_dx       =    1000.   ! horizontal resolution in meters
8   rn_dy       =    1000.   ! horizontal resolution in meters
9/
10!-----------------------------------------------------------------------
11&namrun        !   parameters of the run
12!-----------------------------------------------------------------------
13   nn_no       =       0      !  job number (no more used...)
14   cn_exp      =  "SASBIPER"  !  experience name
15   nn_it000    =       1      !  first time step
16   nn_itend    =    1500      !  last  time step (std 5475)
17   nn_istate   =       1      !  output the initial state (1) or not (0)
18/
19
20!!======================================================================
21!!                      ***  Domain namelists  ***
22!!======================================================================
23!-----------------------------------------------------------------------
24&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
25!-----------------------------------------------------------------------
26   ln_read_cfg = .false.    !  (=T) read the domain configuration file
27      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
28      cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename
29/
30!-----------------------------------------------------------------------
31&namdom        !   time and space domain
32!-----------------------------------------------------------------------
33   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
34   !
35   rn_rdt      = 400.     !  time step for the dynamics (and tracer if nn_acc=0)
36   !
37   ln_meshmask = .true.   !  =T  create a mesh file
38/
39
40!!======================================================================
41!!            ***  Surface Boundary Condition namelists  ***
42!!======================================================================
43!
44!-----------------------------------------------------------------------
45&namsbc        !   Surface Boundary Condition (surface module)          (default: NO selection)
46!-----------------------------------------------------------------------
47   ln_usr      = .true.   !  user defined formulation                   (T => check usrdef_sbc)
48   ln_blk      = .false.  !  Bulk formulation                           (T => fill namsbc_blk )
49   nn_fsbc     =  1       !  frequency of surface boundary condition computation
50   nn_ice      =  2       !  sea-ice model
51/
52!-----------------------------------------------------------------------
53&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx=T)
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namsbc_sas    !   Stand-Alone Surface boundary condition
66!-----------------------------------------------------------------------
67   l_sasread   = .false.  !  =T Read in file ;  =F set all to 0. (see sbcssm.F90)
68/
69!-----------------------------------------------------------------------
70&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namsbc_iscpl  !   land ice / ocean coupling option                     
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&namberg       !   iceberg parameters                                   (default: No iceberg)
103!-----------------------------------------------------------------------
104   ln_bergdia               = .false.               ! Calculate budgets
105/
106
107!!======================================================================
108!!               ***  Lateral boundary condition  ***                 !!
109!!======================================================================
110!
111!-----------------------------------------------------------------------
112&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
113!-----------------------------------------------------------------------
114   rn_shlat    =    0.     !  free slip
115/
116!-----------------------------------------------------------------------
117&namagrif      !  AGRIF zoom                                            ("key_agrif")
118!-----------------------------------------------------------------------
119/
120!-----------------------------------------------------------------------
121&nambdy        !  unstructured open boundaries                         
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&nambdy_dta    !  open boundaries - external data                       
126!-----------------------------------------------------------------------
127/
128!!======================================================================
129!!                        Tracer (T & S) namelists
130!!======================================================================
131!-----------------------------------------------------------------------
132&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
133!-----------------------------------------------------------------------
134   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
135/
136
137!!======================================================================
138!!                      ***  Dynamics namelists  ***                  !!
139!!======================================================================
140!
141!-----------------------------------------------------------------------
142&nam_vvl       !   vertical coordinate options                          (default: z-star)
143!-----------------------------------------------------------------------
144/
145!-----------------------------------------------------------------------
146&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
147!-----------------------------------------------------------------------
148   ln_dynadv_OFF = .true. !  linear dynamics (no momentum advection)
149/
150!-----------------------------------------------------------------------
151&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
152!-----------------------------------------------------------------------
153/
154!-----------------------------------------------------------------------
155&namdyn_hpg    !   Hydrostatic pressure gradient option
156!-----------------------------------------------------------------------
157   ln_hpg_zco  = .true.   !  z-coordinate - full steps
158/
159!-----------------------------------------------------------------------
160&namdyn_spg    !   surface pressure gradient
161!-----------------------------------------------------------------------
162   ln_dynspg_ts  = .true.  !  split-explicit free surface
163/
164!-----------------------------------------------------------------------
165&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
166!-----------------------------------------------------------------------
167   ln_dynldf_OFF = .true.     !  No operator (i.e. no explicit diffusion)
168/
169!-----------------------------------------------------------------------
170&namzdf        !   vertical physics                                     (default: NO selection)
171!-----------------------------------------------------------------------
172   !                       ! type of vertical closure
173   ln_zdfcst   = .true.       !  constant mixing
174/
Note: See TracBrowser for help on using the repository browser.