[Dart-dev] DART/releases Revision: 12138

dart at ucar.edu dart at ucar.edu
Tue Nov 21 09:56:45 MST 2017


nancy at ucar.edu
2017-11-21 09:56:43 -0700 (Tue, 21 Nov 2017)
529
- fixed a bad URL reference in tutorial section 18 
- fixed a crash with the 1D version of the observation diagnostics program
  when including identity observations.
- all models with a workshop_setup.csh now build the same set of programs.
  (some/most did not build obs_diag - which is used in the tutorial)
- added a 1D obs-to-a-power forward operator.
- updates to the matlab plotting routines for NetCDF observation formats
- World Ocean Database (WOD) converter supports partial year conversions
  and 2013 file formats.




Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan	2017-11-21 16:43:19 UTC (rev 12137)
+++ DART/releases/Manhattan	2017-11-21 16:56:43 UTC (rev 12138)

Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -34,7 +34,7 ##
 /DART/branches/rma_sprint:8093-8164
 /DART/branches/rma_state_structure_test_dir:9470-9674
 /DART/branches/rma_state_structure_unit_test:9689-10266
-/DART/branches/rma_trunk:11347-11996
+/DART/branches/rma_trunk:11347-12136
 /DART/branches/rma_trunk_clamping:8784-8799
 /DART/branches/rma_trunk_filename:8009-8155
 /DART/branches/rma_trunk_get_state_fun:8566-8594
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG	2017-11-21 16:43:19 UTC (rev 12137)
+++ DART/releases/Manhattan/CHANGELOG	2017-11-21 16:56:43 UTC (rev 12138)
@@ -580,6 +580,25 @@
 - Improved some error messages in location_io_mod and state_structure_mod
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Nov 21 2017 :: 1D obs_diag fix, 1D power forward operator    Revision: 12138
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- fixed a bad URL reference in tutorial section 18 
+
+- fixed a crash with the 1D version of the observation diagnostics program
+  when including identity observations.
+
+- all models with a workshop_setup.csh now build the same set of programs.
+  (some/most did not build obs_diag - which is used in the tutorial)
+
+- added a 1D obs-to-a-power forward operator.
+  
+- updates to the matlab plotting routines for NetCDF observation formats
+
+- World Ocean Database (WOD) converter supports partial year conversions
+  and 2013 file formats.
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 + MMM DD YYYY :: summary of next changes                    $Revision$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 

Modified: DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90
===================================================================
--- DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90	2017-11-21 16:43:19 UTC (rev 12137)
+++ DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90	2017-11-21 16:56:43 UTC (rev 12138)
@@ -307,7 +307,8 @@
     QTY_SFCO                        = 170, &
     QTY_SFCO01                      = 171, &
     QTY_SFCO02                      = 172, &
-    QTY_SFCO03                      = 173
+    QTY_SFCO03                      = 173, &
+    QTY_STATE_VAR_POWER             = 174
 
 
 integer, parameter, public :: &
@@ -735,6 +736,7 @@
 obs_kind_names(171) = obs_kind_type(QTY_SFCO01,         'QTY_SFCO01')
 obs_kind_names(172) = obs_kind_type(QTY_SFCO02,         'QTY_SFCO02')
 obs_kind_names(173) = obs_kind_type(QTY_SFCO03,         'QTY_SFCO03')
+obs_kind_names(174) = obs_kind_type(QTY_STATE_VAR_POWER,'QTY_STATE_VAR_POWER')
 
 obs_kind_names(200) = obs_kind_type(QTY_AOD,            'QTY_AOD')
 obs_kind_names(201) = obs_kind_type(QTY_CB1,            'QTY_CB1')


Property changes on: DART/releases/Manhattan/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90
___________________________________________________________________
Modified: svn:mergeinfo
## -62,7 +62,7 ##
 /DART/branches/rma_state_structure_test_dir/obs_kind/DEFAULT_obs_kind_mod.F90:9478-9682
 /DART/branches/rma_state_structure_unit_test/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90:9691-10268
 /DART/branches/rma_state_structure_unit_test/obs_kind/DEFAULT_obs_kind_mod.F90:9697-10274
-/DART/branches/rma_trunk/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90:9634-9728,11355-11988
+/DART/branches/rma_trunk/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90:9634-9728,11355-12131
 /DART/branches/rma_trunk_clamping/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90:8786-8801
 /DART/branches/rma_trunk_filename/assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90:8011-8157
 /DART/branches/rma_trunk_filename/obs_kind/DEFAULT_obs_kind_mod.F90:8017-8163
Modified: DART/releases/Manhattan/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html
===================================================================
--- DART/releases/Manhattan/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html	2017-11-21 16:43:19 UTC (rev 12137)
+++ DART/releases/Manhattan/assimilation_code/programs/fill_inflation_restart/fill_inflation_restart.html	2017-11-21 16:56:43 UTC (rev 12138)
@@ -37,22 +37,26 @@
 
 <P>
 This program is now OBSOLETE since DART inflation files are now in
-NetCDF format.  Use one of the standard NCO utilities like "ncap2" on a
-copy of another restart file to set the initial inflation mean, and another
+NetCDF format.  Use one of the standard NCO utilities like "<em class=program>ncap2</em>"
+ on a copy of another restart file to set the initial inflation mean, and another
 for the initial inflation standard deviation.  Inflation mean and sd values
 look exactly like restart values, arranged by variable type like T, U, V, etc.
 </P>
 <P>
-Here's an example of using ncap2 to set the T,U and V inf values:


More information about the Dart-dev mailing list