Changes between Version 7 and Version 8 of Users/ReferenceConfigurations/GYRE_PISCES
- Timestamp:
- 2017-05-13T02:48:05+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ReferenceConfigurations/GYRE_PISCES
v7 v8 20 20 21 21 2. In `namelist_cfg` again, avoid problems in the physics (and results will not be meaningful in terms of physics) by setting `nn_bench = 1` in &namctl 22 {{{ 22 {{{#!f 23 23 nn_bench = 1 ! Bench mode (1/0): CAUTION use zero except for bench 24 24 }}} 25 25 26 26 3. If you increase domain size, you may need to decrease time-step (for stability) by changing `rn_rdt` value in &namdom (i.e. for `jp_cfg = 150`, ORCA12 equivalent, use `rn_rdt = 1200`) 27 {{{ 27 {{{#!f 28 28 rn_rdt = 1200. ! time step for the dynamics 29 29 }}} … … 34 34 }}} 35 35 In your `namelist_cfg` file, edit the &namsplit namelist by adding the following line: 36 {{{ 36 {{{#!f 37 37 nn_baro = 30 ! Number of iterations of barotropic mode/ 38 38 }}}