[Dart-dev] DART/branches Revision: 13089

dart at ucar.edu dart at ucar.edu
Fri Mar 29 09:46:51 MDT 2019


thoar at ucar.edu
2019-03-29 09:46:47 -0600 (Fri, 29 Mar 2019)
101
Bringing up-to-date with the recam branch in preparation to
bringing up-to-date with the rma_trunk.




Index: DART/branches/qc8diags
===================================================================
--- DART/branches/qc8diags	2019-03-27 16:43:58 UTC (rev 13088)
+++ DART/branches/qc8diags	2019-03-29 15:46:47 UTC (rev 13089)

Property changes on: DART/branches/qc8diags
___________________________________________________________________
Modified: svn:mergeinfo
## -10,7 +10,7 ##
 /DART/branches/model_mod_changes:11403-11604
 /DART/branches/pertirb_tool:12695-12764
 /DART/branches/qc8:12643-12657
-/DART/branches/recam:12028-13012
+/DART/branches/recam:12028-13088
 /DART/branches/rma_array_nml:11814-11839
 /DART/branches/rma_cam_fv:9552-9728
 /DART/branches/rma_cf_conventions:9727-10086
Modified: DART/branches/qc8diags/CHANGELOG
===================================================================
--- DART/branches/qc8diags/CHANGELOG	2019-03-27 16:43:58 UTC (rev 13088)
+++ DART/branches/qc8diags/CHANGELOG	2019-03-29 15:46:47 UTC (rev 13089)
@@ -810,7 +810,7 @@
   conforms to the netCDF convention for coordinate dimensions.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-+ Nov 01 2018 :: summary of changes in Manhattan update       $Revision$
++ Nov 01 2018 :: Adaptive Inflation, dewpoint, obs_diag        Revision: 13006
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 - Updated dewpoint equation to avoid dividing by zero given a very unlikely
@@ -827,6 +827,51 @@
 - Better error and informational messages in various routines.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Mar 25 2019 :: cam-fv refactor, posteriors optional, QC 8  $Revision$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- The CAM Finite Volume (cam-fv)  model_mod.f90 has undergone substantial 
+  refactoring to improve simplicity and remove code for unsupported CAM variants
+  while also supporting WACCM and WACCM-X
+
+- cam-fv setup and scripting support added for CESM 2_1, including advanced
+  archiving and compression
+
+- COSMIC_ELECTRON_DENSITY has been moved from obs_def_gps_mod.f90 to 
+  obs_def_upper_atm_mod.f90, which has new quantities for 
+  ION_O_MIXING_RATIO and ATOMIC_H_MIXING_RATIO
+
+- Namelist option to select whether or not to compute posterior estimates of
+  observations
+
+- added a DART QC of 8 for failed vertical conversions
+
+- obs_converters/gps/convert_cosmic_ionosphere.f90 has a test dataset
+
+- support for NAG compiler 
+
+- closest_member_tool should be compiled with other MPI targets
+
+- fixed Intel compiler bug in lorenz_96 comparing long integers to integer loop indices
+
+- sampling error correction table now has all ensemble sizes between 3 and 200
+
+- get_maxdist() now a required routine all location modules
+
+- dart_time_io_mod: read_model_time, write_model_time  more stable behavior 
+
+- obs_impact_tool handles a continuum of values, not just discrete 0 or 1.
+
+- fill_inflation_restart now produces files with names consistent with filter defaults. 
+
+- expanded functionality in xyz_location_mod.f90
+
+- Removed 'slow' sorting routines from sort_mod.f90
+
+- replacing some repeated native netCDF library calls with routines from
+  the netcdf_utilities_mod.f90 
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 + MMM DD YYYY :: summary of changes in Manhattan update   $Revision$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 

Modified: DART/branches/qc8diags/assimilation_code/location/channel/location_mod.f90
===================================================================
--- DART/branches/qc8diags/assimilation_code/location/channel/location_mod.f90	2019-03-27 16:43:58 UTC (rev 13088)
+++ DART/branches/qc8diags/assimilation_code/location/channel/location_mod.f90	2019-03-29 15:46:47 UTC (rev 13089)
@@ -13,7 +13,7 @@
 
 use      types_mod, only : r8, i8, MISSING_R8, MISSING_I, PI, RAD2DEG, DEG2RAD
 use  utilities_mod, only : register_module, error_handler, E_ERR, ascii_file_format, &
-                           nc_check, E_MSG, open_file, close_file, set_output,       &
+                           E_MSG, open_file, close_file, set_output,                 &
                            logfileunit, nmlfileunit, find_namelist_in_file,          &
                            check_namelist_read, do_output, do_nml_file,              &
                            do_nml_term, is_longitude_between
@@ -77,11 +77,6 @@
 
 character(len = 512) :: errstring
 
-real(r8) :: radius     ! used only for converting points on a sphere into x,y,z and back


More information about the Dart-dev mailing list