Opened 14 years ago
Closed 14 years ago
#758 closed Enhancement (fixed)
ORCA1 support and alternative vertical levels
Reported by: | acc | Owned by: | acc |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.3 |
Severity: | Keywords: | ||
Cc: |
Description
ORCA1 configuration details are to be added to v3.3beta. ORCA1 is in use with several different vertical grids including a 75 level version which uses a double tanh function to set the vertical spacing. This same vertical grid is also used with some configurations of ORCA025. Support for ORCA1 will therefore be added in two stages:
- The introduction of an optional double tanh function in domzgr. This will be selected via a logical (ldbletanh) set in each par*.h90 file. This will be false and the associated parameters set to "pp_do_not_use" for all configurations except for ORCA025 (key_orca_r025). In par_ORCA_R025.h90 two alternative sets are provided: one for 75 levels (with ldbletanh=T) and one for the standard 46 level case (with ldbletanh=F). The standard case will be used unless key_orca_r025=75 is defined.
- The ORCA1 settings (par_ORCA_R1.h90) and associated changes will be added to the system with similar support for 75 and 46 level versions.
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
2391 | gm | 2010-11-15T21:54:05+01:00 | v3.3beta: correct ORCA1 support to compile without a predefined config. (ticket #758) |
2380 | acc | 2010-11-12T20:31:16+01:00 | nemo_v3_3beta. ORCA_R1 settings (step 2, see ticket #758). Introduces key_orca_r1 (46 level default, 75 level if key_orca_r1=75) |
2379 | acc | 2010-11-12T15:51:18+01:00 | nemo_v3_3beta. First stage of adding ORCA1 support. See ticket #758. Added optional double tanh function for vertical grid |
Change History (1)
comment:1 Changed 14 years ago by acc
- Resolution set to fixed
- Status changed from new to closed
Ticket closed. All changes now in v3.3beta. See changesets: (A) [2379] and (B) [2380].
Documented in changeset [2381] and minor bugfix in changeset [2391]