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

source: utils/tools/NESTING/namelist_nordic2 @ 11872

Last change on this file since 11872 was 11206, checked in by clem, 5 years ago

solve ticket #2280 by adding a new namelist parameter in the NESTING namelist to account for jperio of the parent grid

File size: 2.2 KB
RevLine 
[9601]1&input_output
[10025]2    iom_activated = .true.
[9601]3/
4
5&coarse_grid_files   
6    parent_coordinate_file = '1_coordinates.nc'
[10381]7    parent_bathy_level     = '1_meshmask.nc'
8    parent_level_name      = 'mbathy'
9    parent_bathy_meter     = '1_bathy_meter.nc'
10    parent_meter_name      = 'Bathymetry'
11    parent_domcfg_out      = '1_domain_cfg.nc'
[11206]12    parent_jperio          = 0
[9601]13/   
14   
15&bathymetry   
[10025]16    new_topo           = .true.
[9601]17    elevation_database = 'GEBCO_2014_2D.nc'
[9694]18    elevation_name     = 'elevation'
[10025]19    smoothing          = .true.
[9694]20    smoothing_factor   = 0.6
[10025]21    ln_agrif_domain    = .true.
[9768]22    npt_connect        = 2
23    npt_copy           = 2
[10025]24    removeclosedseas   = .true.
[9768]25    type_bathy_interp  = 0
[9694]26    rn_hmin            = -3
[9601]27/   
28
29&nesting   
[9688]30    imin = 38
[9601]31    imax = 80
[9688]32    jmin = 71
33    jmax = 111
[9601]34    rho  = 3
35    rhot = 3
[10025]36    nbghostcellsfine = 3
37    bathy_update = .true.
[10381]38    parent_bathy_meter_updated = '1_bathy_updated.nc'
39    parent_domcfg_updated = '1_domain_cfg_updated.nc'
[9601]40/
41
42&vertical_grid   
43    ln_e3_dep = .true.
[9694]44    ppkth     = 21.4333619793800
45    ppacr     = 3
46    ppdzmin   = 0
47    pphmax    = 0
48    psur      = -4762.96143546300
49    pa0       = 255.58049070440
50    pa1       = 245.58132232490
51    N         = 31
[10025]52    ldbletanh = .false.
[9694]53    pa2       = 0
54    ppkth2    = 0
55    ppacr2    = 0
[9601]56/   
57   
58&partial_cells       
[10025]59    partial_steps      = .true.
[9694]60    e3zps_min          = 20.
61    e3zps_rat          = 0.1
[9601]62/
63
64&nemo_coarse_grid
65    jpizoom = 1
66    jpjzoom = 1
67/
[9809]68
[9601]69&forcing_files       
70    FLX_FILES =
71    '1_data_1m_salinity_nomask.nc',
72    '1_data_1m_potential_temperature_nomask.nc',
73    '1_geothermal_heating.nc'
[9809]74    '1_mixing_power_bot.nc',
75    '1_mixing_power_pyc.nc',
76    '1_mixing_power_cri.nc',
[9601]77    '1_chlorophyll.nc'
78/
79
80&interp
81    VAR_INTERP =
82    'votemper/bilinear',
83    'vosaline/bilinear',
84    'heatflow/bilinear'
[9809]85    'field/bilinear',
86    'field/bilinear',
87    'field/bilinear',
[9601]88    'CHLA/bilinear'
89/
90
91&restart
92    restart_file = 'restart.nc'   
93    shlat = 0
94    dimg = false
95    dimg_output_file = 'test_dimg'
96    adatrj = 360.25
97    interp_type = 'bilinear'
98/
[9809]99
[9601]100&restart_trc
101    restart_trc_file = 'restart_trc.nc'   
[10398]102    interp_type = 'bilinear'
[9601]103/
[10383]104
105&restart_ice
106    restart_ice_file = 'restart_ice.nc'
107    interp_type = 'bilinear'
108/
Note: See TracBrowser for help on using the repository browser.