112 | | .. code-block:: bash |
113 | | |
114 | | int ORCA , ORCA_index - configuration name, configuration resolution |
115 | | int jpiglo, jpjglo , jpkglo - global domain sizes |
116 | | int jperio - lateral global domain b.c. |
117 | | int ln_zco, ln_zps, ln_sco - flags for z-coordinate, z-coordinate with partial steps and s-coordinate |
118 | | int ln_isfcav - flag for ice shelf cavities |
119 | | double glamt, glamu, glamv, glamf - geographic position |
120 | | double gphit, gphiu, gphiv, gphif - geographic position |
121 | | double iff, ff_f, ff_t - Coriolis parameter (if not on the sphere) |
122 | | double e1t, e1u, e1v, e1f - horizontal scale factors |
123 | | double e2t, e2u, e2v, e2f - horizontal scale factors |
124 | | double ie1e2u_v, e1e2u, e1e2v - U and V surfaces (if grid size reduction in some straits) |
125 | | double e3t_1d, e3w_1d - reference vertical scale factors at T and W points |
126 | | double e3t_0, e3u_0, e3v_0, e3f_0, e3w_0 - vertical scale factors 3D coordinate at T,U,V,F and W points |
127 | | double e3uw_0,e3vw_0 - vertical scale factors 3D coordinate at UW and VW points |
128 | | int bottom_level, top_level - last wet T-points, 1st wet T-points (for ice shelf cavities) |
| 112 | .. code-block:: cpp |
| 113 | |
| 114 | int ORCA, ORCA_index /* configuration name, configuration resolution */ |
| 115 | int jpiglo, jpjglo, jpkglo /* global domain sizes */ |
| 116 | int jperio /* lateral global domain b.c. */ |
| 117 | int ln_zco, ln_zps, ln_sco /* flags for z-coordinate, z-coordinate with partial steps and s-coordinate */ |
| 118 | int ln_isfcav /* flag for ice shelf cavities */ |
| 119 | double glamt, glamu, glamv, glamf /* geographic position */ |
| 120 | double gphit, gphiu, gphiv, gphif /* geographic position */ |
| 121 | double iff, ff_f, ff_t /* Coriolis parameter (if not on the sphere) */ |
| 122 | double e1t, e1u, e1v, e1f /* horizontal scale factors */ |
| 123 | double e2t, e2u, e2v, e2f /* horizontal scale factors */ |
| 124 | double ie1e2u_v, e1e2u, e1e2v /* U and V surfaces (if grid size reduction in some straits) */ |
| 125 | double e3t_1d, e3w_1d /* reference vertical scale factors at T and W points */ |
| 126 | double e3t_0, e3u_0, e3v_0, e3f_0, e3w_0 /* vertical scale factors 3D coordinate at T,U,V,F and W points */ |
| 127 | double e3uw_0, e3vw_0 /* vertical scale factors 3D coordinate at UW and VW points */ |
| 128 | int bottom_level, top_level /* last wet T-points, 1st wet T-points (for ice shelf cavities) */ |