[Dart-dev] DART/branches Revision: 12857
dart at ucar.edu
dart at ucar.edu
Tue Sep 25 16:22:06 MDT 2018
nancy at ucar.edu
2018-09-25 16:22:06 -0600 (Tue, 25 Sep 2018)
479
add 'do_rotate = .true.' to the quad interpolation namelist.
(arguably this should be set in the quad init call.) if the grid
is anywhere close to 45 degrees, the interpolation will
introduce artifacts unless the cells are rotated to be parallel
with either the X or Y axis. this grid is almost exactly at
45 degrees to lon/lat lines and so displays the worst artifacts
unless this flag is set in the namelist. set it in both the
default input.nml and the template version.
Modified: DART/branches/roms_interpolation/models/ROMS/work/input.nml
===================================================================
--- DART/branches/roms_interpolation/models/ROMS/work/input.nml 2018-09-25 22:17:43 UTC (rev 12856)
+++ DART/branches/roms_interpolation/models/ROMS/work/input.nml 2018-09-25 22:22:06 UTC (rev 12857)
@@ -218,7 +218,8 @@
/
&quad_interpolate_nml
- debug = 1
+ do_rotate = .true.
+ debug = 0
/
Modified: DART/branches/roms_interpolation/models/ROMS/work/input.nml.template
===================================================================
--- DART/branches/roms_interpolation/models/ROMS/work/input.nml.template 2018-09-25 22:17:43 UTC (rev 12856)
+++ DART/branches/roms_interpolation/models/ROMS/work/input.nml.template 2018-09-25 22:22:06 UTC (rev 12857)
@@ -216,7 +216,8 @@
/
&quad_interpolate_nml
- debug = 1
+ do_rotate = .true.
+ debug = 0
/
More information about the Dart-dev
mailing list