Changes between Initial Version and Version 2 of Ticket #2721
- Timestamp:
- 2021-09-13T12:01:24+02:00 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2721
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #2721 – Description
initial v2 15 15 **Fix:** All `dia25h.F90` local/module variables are declared without halo points and the code modified accordingly. The XIOS field definitions for the diagnostics are changed to the "inner" grid (as per #2694). A correction to the `grid_W_3D_inner` definition in `grid_def_nemo.xml` is required as part of this. 16 16 17 __Note:__ As noted in [http://forge.ipsl.jussieu.fr/nemo/ticket/2694#comment:3 #2694], there is no output of "inner" grid `nav_lat`/`nav_lon` to avoid duplication. Since `dia_25h` variables are output in their own files, these files will not contain any `nav_lat`/`nav_lon` coordinates after this fix. 18 17 19 * `WED025` (`nn_hls = 2` + `ln_tile = T`) 18 20 … … 29 31 __Note:__ I also corrected the labels ("stp_MLF" -> "stp_RK3") and grids ("U" -> "V" for `r3v`) in the `lbc_lnk` calls in `SWE/stprk3.F90`. This does not affect the SETTE tests, but could have given a wrong result when using `key_RK3`. 30 32 31 * ICE_AGRIF33 * `ICE_AGRIF` 32 34 33 35 See #2682- this is still unresolved.