Last change
on this file since 4738 was
4738,
checked in by timgraham, 7 years ago
|
Modified tra_dmp module to read in restoration coefficient from a netcdf file
Added a tool to create the netcdf file - this replaces all of the hard coded resolution dependencies in tra_dmp_init
|
File size:
1.5 KB
|
Line | |
---|
1 | &nam_dmp_create |
---|
2 | cp_cfg = 'orca' ! Name of model grid (orca and C1D have special options - otherwise ignored) |
---|
3 | cp_cfz = 'antarctic' ! Name of zoom configuration (arctic and antarctic have some special treatment if lzoom=.true.) |
---|
4 | jp_cfg = 2 ! Resolution of the model (used for med_red_seas damping) |
---|
5 | lzoom = .true. ! Zoom configuration or not |
---|
6 | ln_full_field = .false. ! Calculate coefficient over whole of domain |
---|
7 | ln_med_red_seas = .true. ! Damping in Med/Red Seas (or local modifications here if ln_full_field=.true.) |
---|
8 | ln_coast = .true. ! Reduce near to coastlines |
---|
9 | ln_zero_top_layer = .true. ! No damping in top layer |
---|
10 | ln_custom = .false. ! Call "custom" module to apply user modifications to the damping coefficient field |
---|
11 | pn_surf = 0.25 ! Surface Relaxation timescale (days) |
---|
12 | pn_bot = 0.25 ! Bottom relaxation timescale (days) |
---|
13 | pn_dep = 1000 ! Transition depth from upper to deep ocean |
---|
14 | nn_hdmp = 10 ! Damp poleward of this latitude (smooth transition up to maximum damping) |
---|
15 | jperio = 2 ! Lateral boundary condition (as specified in namelist_cfg for model run). |
---|
16 | / |
---|
17 | |
---|
18 | &nam_zoom_dmp |
---|
19 | lzoom_n = .false. ! Open boundary had northern edge? |
---|
20 | lzoom_e = .false. ! Open boundary at eastern edge? |
---|
21 | lzoom_w = .false. ! Open boundary at western edge? |
---|
22 | lzoom_s = .false. ! Open boundary at southern edge? |
---|
23 | / |
---|
Note: See
TracBrowser
for help on using the repository browser.