[Dart-dev] DART/branches Revision: 12298
dart at ucar.edu
dart at ucar.edu
Tue Jan 9 11:07:07 MST 2018
nancy at ucar.edu
2018-01-09 11:07:07 -0700 (Tue, 09 Jan 2018)
152
remove 'old_model_heights' from &model_nml namelist,
which was used for debugging to select the original
code block for computing heights vs the new.
Modified: DART/branches/recam/models/cam-fv/model_mod.f90
===================================================================
--- DART/branches/recam/models/cam-fv/model_mod.f90 2018-01-09 18:04:03 UTC (rev 12297)
+++ DART/branches/recam/models/cam-fv/model_mod.f90 2018-01-09 18:07:07 UTC (rev 12298)
@@ -113,7 +113,6 @@
character(len=32) :: fields_to_perturb(MAX_PERT) = "QTY_TEMPERATURE"
real(r8) :: perturbation_amplitude(MAX_PERT)= 0.00001_r8
logical :: using_chemistry = .false.
-logical :: use_old_heights = .false.
! state_variables defines the contents of the state vector.
! each line of this input should have the form:
@@ -142,7 +141,6 @@
custom_routine_to_generate_ensemble, &
fields_to_perturb, &
perturbation_amplitude, &
- use_old_heights, &
debug_level
! global variables
More information about the Dart-dev
mailing list