[Dart-dev] DART/branches Revision: 11110

dart at ucar.edu dart at ucar.edu
Tue Feb 14 11:01:45 MST 2017


hendric at ucar.edu
2017-02-14 11:01:38 -0700 (Tue, 14 Feb 2017)
67
increasing the debug level to output state structure information.




Modified: DART/branches/rma_single_file/models/mpas_atm/model_mod.f90
===================================================================
--- DART/branches/rma_single_file/models/mpas_atm/model_mod.f90	2017-02-13 23:22:24 UTC (rev 11109)
+++ DART/branches/rma_single_file/models/mpas_atm/model_mod.f90	2017-02-14 18:01:38 UTC (rev 11110)
@@ -810,7 +810,7 @@
                      var_names  = variable_table (1:nfields,1), &
                      clamp_vals = variable_bounds(1:nfields,:) )
 
-if ( debug > 0 ) call state_structure_info(domid)
+if ( debug > 4 ) call state_structure_info(domid)
 
 end subroutine static_init_model
 


More information about the Dart-dev mailing list