[Dart-dev] [3947] DART/trunk/models/POP/model_mod.f90: add module global storage for grid info
nancy at ucar.edu
nancy at ucar.edu
Fri Jun 26 10:11:29 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090626/cb98878e/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/POP/model_mod.f90
===================================================================
--- DART/trunk/models/POP/model_mod.f90 2009-06-26 16:07:47 UTC (rev 3946)
+++ DART/trunk/models/POP/model_mod.f90 2009-06-26 16:11:29 UTC (rev 3947)
@@ -180,7 +180,9 @@
! locations of cell centers (C) and edges (G) for each axis.
real(r8), allocatable :: XC(:), XG(:), YC(:), YG(:), ZC(:), ZG(:)
+real(r8), allocatable :: ULAT(:,:), ULON(:,:), TLAT(:,:), TLON(:,:)
+
! integer, lowest valid cell number in the vertical
integer, allocatable :: KMT(:, :)
More information about the Dart-dev
mailing list