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 @ 10464

Last change on this file since 10464 was 10398, checked in by clem, 5 years ago

BGC restart should now work in the nesting tool. All of that must of course be tested in realistic simulations. Waiting for the feedbacks...

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