[Dart-dev] DART/branches Revision: 12593

dart at ucar.edu dart at ucar.edu
Tue May 22 16:03:37 MDT 2018


nancy at ucar.edu
2018-05-22 16:03:37 -0600 (Tue, 22 May 2018)
89
merge the latest Manhattan changes into the GIGG branch
for craig bishop's GIGG filter.




Index: DART/branches/gigg
===================================================================
--- DART/branches/gigg	2018-05-22 21:42:29 UTC (rev 12592)
+++ DART/branches/gigg	2018-05-22 22:03:37 UTC (rev 12593)

Property changes on: DART/branches/gigg
___________________________________________________________________
Modified: svn:mergeinfo
## -5,6 +5,7 ##
 /DART/branches/gitm:5135-6207
 /DART/branches/gitm_lanai:6563-6644
 /DART/branches/helen:5987-6153
+/DART/branches/mmc:12038-12269
 /DART/branches/model_mod_changes:11401-11602
 /DART/branches/rma_array_nml:11814-11839
 /DART/branches/rma_cam_fv:9550-9726
## -20,6 +21,7 ##
 /DART/branches/rma_model_mod_check:8957-9170
 /DART/branches/rma_mpas_fold_mean_fwd:9340-9450
 /DART/branches/rma_mpas_get_state_meta_data:8863-8882
+/DART/branches/rma_netcdf_utils:12424-12448
 /DART/branches/rma_obs_defs:8915-9059
 /DART/branches/rma_output_files:11439-11536
 /DART/branches/rma_par_msg:9464-9503
## -34,7 +36,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:11851-12165
+/DART/branches/rma_trunk:11851-12590
 /DART/branches/rma_trunk_clamping:8784-8799
 /DART/branches/rma_trunk_filename:8009-8155
 /DART/branches/rma_trunk_get_state_fun:8566-8594
## -48,5 +50,5 ##
 /DART/branches/rma_types_kinds:11200-11234
 /DART/branches/rma_updates_nancy:11613-11674
 /DART/branches/trunk_with_cam_style:9465-9532
-/DART/releases/Manhattan:11355-12186
+/DART/releases/Manhattan:11355-12592
 /DART/trunk:6306-9548
\ No newline at end of property
Modified: DART/branches/gigg/CHANGELOG
===================================================================
--- DART/branches/gigg/CHANGELOG	2018-05-22 21:42:29 UTC (rev 12592)
+++ DART/branches/gigg/CHANGELOG	2018-05-22 22:03:37 UTC (rev 12593)
@@ -624,9 +624,133 @@
 longitude interpolation in grids that cross the 360/0 line.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Mar 01 2018 :: ROMS, MMC, PMO, MPAS_ATM debug, etc           Revision: 12419
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- Fix a debug message in the MPAS ATM model which might have caused a buffer
+overflow crash when formatting a message for a larger ensemble size.
+
+- Update the ROMS shell scripts to support PBS, SLURM, as well as LSF.
+Update the ROMS model_mod html documentation.
+
+- Update the default CAM-FV input.nml to have more realistic values
+for the highest observation assimilated, and for where the ramp starts
+that decreases the increments at the model top. If running with a higher
+model top than the default check these items carefully.
+
+- Fixed variable type for 'time' variables we create in diagnostic files
+
+- Miscellaneous minor Bug fixes: 
+   - Print format wider for fractional levels in threed_sphere locations
+   - Fixed a deallocate call at program shutdown time
+   - Fixed an indexing problem computing cam-fv U_WIND observations if the
+     observation used HEIGHT as the vertical coordinate (very unusual).
+   - Fixed grid creation bug in a test program used with model_mod_check.
+     Now uses correct spacing for grids in the x,y coordinates.
+   - Fixed an allocate problem in a test interpolate routine.
+
+- Add surface pressure to the default state list in the wrf work/input.nml
+
+- developer_tests/test_dart.csh can run PMO for more models. required
+updates to the work/input.nml in several directories (wrf, cm1, POP,
+mpas_atm) to match the current namelist.
+
+- several model_mod_check programs were combined into a single version
+that allows for selection of individual tests.  many of the input.nml
+models/xxx/work/input.nml files have either had a &model_mod_check_nml
+section added or updated to match the updated interface.
+
+- the DART QTYs are now available via the state structure in the wrf 
+and clm model_mods.
+
+- support the NAG compiler better.  (contact dart at ucar.edu for more
+help if you want to use this compiler.  some hand work is still needed.)
+
+- streamlined the debug output from the state_structure_info() call to
+avoid replicating information that was the same for all variables.
+
+- minor formatting change to the dart log file output for the list of
+observation types being assimilated, evaluated, and using precomputed
+forward operators.
+
+- fixed an uninitialized variable in the BGRID model code in a routine
+that isn't normally used.
+


More information about the Dart-dev mailing list