[Dart-dev] DART/branches Revision: 13210

dart at ucar.edu dart at ucar.edu
Wed Jul 31 08:54:31 MDT 2019


nancy at ucar.edu
2019-07-31 08:54:31 -0600 (Wed, 31 Jul 2019)
161
add a comment about getting the cone fix from kevin manning.
the code fix was committed before, but we didn't give him
credit in the comments for finding this.




Modified: DART/branches/rma_trunk/models/wrf/module_map_utils.f90
===================================================================
--- DART/branches/rma_trunk/models/wrf/module_map_utils.f90	2019-07-31 14:50:39 UTC (rev 13209)
+++ DART/branches/rma_trunk/models/wrf/module_map_utils.f90	2019-07-31 14:54:31 UTC (rev 13210)
@@ -774,6 +774,9 @@
       REAL(r8)                              :: scale_top
 
       ! Executable code
+
+      ! Thanks to Kevin Manning for the 'cone' fix.  It must be set to 1.0
+      !  to fix wind rotation for polar stereographic projection
       reflon = proj%stdlon + 90.0_r8
       proj%cone = 1.0_r8
 


More information about the Dart-dev mailing list