[Dart-dev] DART/branches Revision: 13186

dart at ucar.edu dart at ucar.edu
Mon Jul 1 15:39:07 MDT 2019


nancy at ucar.edu
2019-07-01 15:39:07 -0600 (Mon, 01 Jul 2019)
460
really minor updates to the _quantities.f90 files;
only a change in the comments to be less confusing.

more substantial but relatively minor changes to the
preprocess.f90 source.  changed 'kind' to 'qty' in 
several more places, some in code, some in comments.
pulled more replicated code into subroutines.

committed to the preprocess branch since this is
working as-is. then will start adding code to support
adding units and bounds to the quantity files.




Modified: DART/branches/preprocess/assimilation_code/modules/observations/atmosphere_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/atmosphere_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/atmosphere_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -8,7 +8,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! can have trailing comments after QTY_xxx  word
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/modules/observations/chemistry_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/chemistry_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/chemistry_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -8,7 +8,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! can have trailing comments after QTY_xxx  word
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/modules/observations/land_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/land_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/land_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -8,7 +8,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! can have trailing comments after QTY_xxx  word
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/modules/observations/ocean_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/ocean_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/ocean_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -8,7 +8,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! can have trailing comments after QTY_xxx  word
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/modules/observations/oned_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/oned_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/oned_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -7,7 +7,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! you can have a trailing comment on the same line if you want.
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/modules/observations/seaice_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/seaice_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/seaice_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -8,7 +8,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! can have trailing comments after QTY_xxx  word
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/modules/observations/space_quantities.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/modules/observations/space_quantities.f90	2019-06-21 03:30:09 UTC (rev 13185)
+++ DART/branches/preprocess/assimilation_code/modules/observations/space_quantities.f90	2019-07-01 21:39:07 UTC (rev 13186)
@@ -8,7 +8,7 @@
  
 ! ! in this section you can have comments (which need a second !) or
 ! ! lines with a single word on them that begins QTY_ 
-! ! can have trailing comments after QTY_xxx  word
+! ! can have trailing comments after:  QTY_xxx  ! comment
 !
 ! BEGIN DART PREPROCESS QUANTITY DEFINITIONS
 !

Modified: DART/branches/preprocess/assimilation_code/programs/preprocess/preprocess.f90
===================================================================
--- DART/branches/preprocess/assimilation_code/programs/preprocess/preprocess.f90	2019-06-21 03:30:09 UTC (rev 13185)


More information about the Dart-dev mailing list