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_nordic1 in utils/tools/NESTING – NEMO

source: utils/tools/NESTING/namelist_nordic1 @ 10228

Last change on this file since 10228 was 10093, checked in by clem, 6 years ago

just cosmetics for a better understanding of the namelist parameters

File size: 2.1 KB
RevLine 
[9601]1&input_output
[10025]2    iom_activated = .true.
[9601]3/
4
5&coarse_grid_files   
6    parent_coordinate_file = 'coordinates.nc'
[10093]7    parent_bathy_file      = 'meshmask.nc' 
[10025]8    parent_domcfg_output   = 'domain_cfg.nc'
[9601]9/   
10   
11&bathymetry   
[10025]12    new_topo = .true.
[9601]13    elevation_database = 'GEBCO_2014_2D.nc'
[9694]14    elevation_name     = 'elevation'
[10025]15    smoothing          = .true.
[9694]16    smoothing_factor   = 0.6
[10025]17    ln_agrif_domain    = .true.
[9768]18    npt_connect        = 2      ! default = 3
19    npt_copy           = 2      ! default = 2
[10025]20    removeclosedseas   = .true.
[9768]21    type_bathy_interp  = 0
[9694]22    rn_hmin            = -3
[9601]23/   
24
25&nesting   
[9768]26    imin = 122
27    imax = 153
28    jmin = 110
29    jmax = 143
[9601]30    rho  = 4
31    rhot = 4
[10025]32    nbghostcellsfine = 3
33    bathy_update = .true.
[9601]34    updated_parent_file = 'bathy_updated.nc'         
[10025]35    updated_parent_domcfg = 'domain_cfg_updated.nc'
[9601]36/
37
38&vertical_grid   
39    ln_e3_dep = .true.
[9694]40    ppkth     = 21.4333619793800
41    ppacr     = 3
42    ppdzmin   = 0
43    pphmax    = 0
44    psur      = -4762.96143546300
45    pa0       = 255.58049070440
46    pa1       = 245.58132232490
47    N         = 31
[10025]48    ldbletanh = .false.
[9694]49    pa2       = 0
50    ppkth2    = 0
51    ppacr2    = 0
[9601]52/   
53   
54&partial_cells       
[10025]55    partial_steps      = .true.
[9601]56    parent_bathy_meter = 'bathy_meter.nc'
57    parent_batmet_name = 'Bathymetry'
[9694]58    e3zps_min          = 20.
59    e3zps_rat          = 0.1
[9601]60/
61
62&nemo_coarse_grid   
63    jpizoom = 1         
64    jpjzoom = 1         
65/
66&forcing_files       
67    FLX_FILES =
68    'data_1m_salinity_nomask.nc',
69    'data_1m_potential_temperature_nomask.nc',
70    'geothermal_heating.nc'
[9809]71    'mixing_power_bot.nc',
72    'mixing_power_pyc.nc',
73    'mixing_power_cri.nc',
[9601]74    'chlorophyll.nc'
75/
76
77&interp
78    VAR_INTERP =
79    'votemper/bilinear',
80    'vosaline/bilinear',
81    'heatflow/bilinear'
[9809]82    'field/bilinear',
83    'field/bilinear',
84    'field/bilinear',
[9601]85    'CHLA/bilinear'
86/
87
88&restart
89    restart_file = 'restart.nc'   
90    shlat = 0
91    dimg = false
92    dimg_output_file = 'test_dimg'
93    adatrj = 360.25
94    interp_type = 'bilinear'
95/
[9809]96
[9601]97&restart_trc
98    restart_trc_file = 'restart_trc.nc'   
99/
Note: See TracBrowser for help on using the repository browser.