Last change
on this file since 10778 was
10199,
checked in by jenniewaters, 2 years ago
|
Alllow a distance to coast file to be read in. Also modify code to prevent multiple calculations of the surface distance to coast.
|
File size:
1.6 KB
|
Rev | Line | |
---|
[10199] | 1 | &nam_dmp_create |
---|
| 2 | cp_cfg = 'orca' ! Name of model grid (orca and C1D have special options - otherwise ignored) |
---|
| 3 | cp_cfz = 'No zoom' ! Name of zoom configuration (arctic and antarctic have some special treatment if lzoom=.true.) |
---|
| 4 | jp_cfg = 025 ! Resolution of the model (used for med_red_seas damping) |
---|
| 5 | lzoom = .false. ! Zoom configuration or not |
---|
| 6 | ln_full_field = .true. ! Calculate coefficient over whole of domain |
---|
| 7 | ln_med_red_seas = .false. ! Damping in Med/Red Seas (or local modifications here if ln_full_field=.true.) |
---|
| 8 | ln_old_31_lev_code = .true. ! Replicate behaviour of old online code for 31 level model (Med/Red seas damping based on level number instead of depth) |
---|
| 9 | ln_coast = .true. ! Reduce near to coastlines |
---|
| 10 | ln_zero_top_layer = .true. ! No damping in top layer |
---|
| 11 | ln_custom = .false. ! Call "custom" module to apply user modifications to the damping coefficient field |
---|
| 12 | nn_hdmp = 1 ! Damp poleward of this latitude (smooth transition up to maximum damping) |
---|
| 13 | pn_surf = 360 ! Surface Relaxation timescale (days) |
---|
| 14 | pn_bot = 360 ! Bottom relaxation timescale (days) |
---|
| 15 | pn_dep = 800 ! Transition depth from upper to deep ocean |
---|
| 16 | jperio = 4 ! Lateral boundary condition (as specified in namelist_cfg for model run). |
---|
| 17 | ln_readdistcoast = .true. |
---|
| 18 | / |
---|
| 19 | |
---|
| 20 | &nam_zoom_dmp |
---|
| 21 | lzoom_n = .true. ! Open boundary had northern edge? |
---|
| 22 | lzoom_e = .true. ! Open boundary at eastern edge? |
---|
| 23 | lzoom_w = .true. ! Open boundary at western edge? |
---|
| 24 | lzoom_s = .false. ! Open boundary at southern edge? |
---|
| 25 | / |
---|
Note: See
TracBrowser
for help on using the repository browser.