[Dart-dev] DART/branches Revision: 11745

dart at ucar.edu dart at ucar.edu
Thu Jun 15 11:37:21 MDT 2017


nancy at ucar.edu
2017-06-15 11:37:21 -0600 (Thu, 15 Jun 2017)
110
working now.  remove prints from module.
update input.nml to use obs types that are 
defined for this model.




Modified: DART/branches/coamps/models/coamps_nest/navdas_innov_mod.f90
===================================================================
--- DART/branches/coamps/models/coamps_nest/navdas_innov_mod.f90	2017-06-15 17:34:55 UTC (rev 11744)
+++ DART/branches/coamps/models/coamps_nest/navdas_innov_mod.f90	2017-06-15 17:37:21 UTC (rev 11745)
@@ -265,7 +265,6 @@
 
     if(.not.is_initialized) call init_navdas_innov_mod()
     do n=1,max_num_obs
-print *, 'read_innov_data, line ', n
       call read_innov_line(is_ob_defined,is_last)
       if(is_ob_defined) call insert_obs_in_seq(seq, obs)
     end do
@@ -315,7 +314,6 @@
     deallocate(pressure,stat=dealloc_status)
     call check_dealloc_status(dealloc_status, routine, source, revision, &
                               revdate, 'pressure')
-print *, 'date = ', yyyy, mm, dd, hh
     return
   end subroutine
   ! get_max_obs
@@ -324,7 +322,6 @@
   function get_max_obs() result(max_obs)
     integer :: max_obs
     max_obs=max_num_obs+100
-print *, 'got max_obs = ', max_obs
     return
   end function get_max_obs
 
@@ -508,11 +505,9 @@
 
     ob_loc  = set_location(ob_lon, ob_lat, ob_lev, vert_level)
     ob_type_indx = get_index_for_type_of_obs(ob_type) 
-print *, 'ob_type = ', ob_type, ' ob_type_indx = ', ob_type_indx
 
     if(ob_type_indx <= 0) return
 
-print *, 'did not return early'
     ob_kind_indx=get_quantity_for_type_of_obs(ob_type_indx)
 
     call init_obs_def(obs_def, ob_loc, ob_type_indx, time_ob, ob_err) 

Modified: DART/branches/coamps/models/coamps_nest/work/input.nml
===================================================================
--- DART/branches/coamps/models/coamps_nest/work/input.nml	2017-06-15 17:34:55 UTC (rev 11744)
+++ DART/branches/coamps/models/coamps_nest/work/input.nml	2017-06-15 17:37:21 UTC (rev 11745)
@@ -163,8 +163,8 @@
   /
 
 &obs_kind_nml
-   assimilate_these_obs_types = 'EVAL_TEMPERATURE'
-   evaluate_these_obs_types   = 'RADIOSONDE_SPECIFIC_HUMIDITY'
+   assimilate_these_obs_types = 'EVAL_POT_TEMPERATURE'
+   evaluate_these_obs_types   = 'RADIOSONDE_LOG_SPECIFIC_HUMIDITY'
   /
 
 # Notes for obs_def_radar_mod_nml:


More information about the Dart-dev mailing list