[Dart-dev] DART/branches Revision: 12415
dart at ucar.edu
dart at ucar.edu
Thu Mar 1 15:52:55 MST 2018
nancy at ucar.edu
2018-03-01 15:52:55 -0700 (Thu, 01 Mar 2018)
89
update for all the changes we're planning to push
to manhattan later today or tomorrow.
Modified: DART/branches/rma_trunk/CHANGELOG
===================================================================
--- DART/branches/rma_trunk/CHANGELOG 2018-03-01 21:53:06 UTC (rev 12414)
+++ DART/branches/rma_trunk/CHANGELOG 2018-03-01 22:52:55 UTC (rev 12415)
@@ -613,64 +613,79 @@
longitude interpolation in grids that cross the 360/0 line.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jan 03 2018 :: MPAS_ATM bugfix Revision: 12256
++ Mar 01 2018 :: MPAS_ATM debug, model_mod_check upgrade, etc $Revision$
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Fixed an error in the mpas_atm model_mod for a debug print that failed with
-large ensemble sizes.
+- developer_tests/test_dart.csh can run PMO for more models.
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jan 03 2018 :: reintegration of mmc branch Revision: 12272
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+- 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.
-- several model_mod_check programs were combined into a single
- assimilation_code/programs/model_mod_check/model_mod_check.f90
- that allows for selection of individual tests.
+- Update the ROMS shell scripts to support PBS, SLURM, as well as LSF.
+Update the ROMS model_mod html documentation.
-- bugfix: threed_sphere/location_mod.f90
- print format wider for fractional levels
+- 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.
-- bugfix: dart_time_io_mod.f90
- fixed variable type for 'time' variables we create.
+- 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.
-- bugfix: direct_netcdf_mod.f90
- only task 0 deallocates the arrays that task 0 allocates
+- Fixed variable type for 'time' variables we create in diagnostic files
-- bugfix: cam-fv/model_mod.f90 calculating the U_WIND observations on height.
- indexing was wrong in a block of code that is seldom (if ever) used.
- U_WIND observations usually use pressure for the vertical.
+- 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.
-- bugfix: test_interpolate_threed_cartesian.f90 fixed grid creation in
- test_interpolate_range(). Now uses correct spacing for grids
- in the x,y coordinates.
+- the DART QTYs are now available via the state structure in the wrf
+and clm model_mods.
-- bugfix: model_mod_tools/test_interpolate*90 ensure that all versions
- allocate and initialize the array of error codes
+- 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.)
-- feature: utilities/*_win_mod.f90: free_state_window()
- make observation ensemble handles optional
+- streamlined the debug output from the state_structure_info() call to
+avoid replicating information that was the same for all variables.
-- feature: clm/model_mod.f90
- the DART QTYs are now available via the state structure
+- minor formatting change to the dart log file output for the list of
+observation types being assimilated, evaluated, and using precomputed
+forward operators.
-- feature: wrf/model_mod.f90
- the DART QTYs are now available via the state structure
+- fixed an uninitialized variable in the BGRID model code in a routine
+that isn't normally used.
-- cleanup: the PGI compiler warns against variables that have the same
- name as Fortran intrinsics. _some_ of those have been renamed.
+- Updated the threed_sphere location module documentation with some usage
+notes about issues commonly encountered.
-- cleanup: some unused variables were removed in modules that were involved.
+- Fixed an incorrect test when printing out a log message describing if the
+inflation would be variance-adaptive or not.
-- cleanup: assim_model_mod.html
- removed two unused routines, fixed documentation for
- get_closest_state_time_to and get_initial_condition
+- Add surface pressure to the default state list in the wrf work/input.nml
-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Jan 04 2018 :: test_dart.csh enhancements $Revision$
More information about the Dart-dev
mailing list