[Dart-dev] DART/branches Revision: 12182
dart at ucar.edu
dart at ucar.edu
Tue Dec 5 15:42:59 MST 2017
nancy at ucar.edu
2017-12-05 15:42:58 -0700 (Tue, 05 Dec 2017)
90
remove an extra comma in a namelist where one
is not allowed (bob , = 10 doesn't parse)
Modified: DART/branches/recam/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/recam/models/cam-fv/work/input.nml 2017-12-05 21:37:25 UTC (rev 12181)
+++ DART/branches/recam/models/cam-fv/work/input.nml 2017-12-05 22:42:58 UTC (rev 12182)
@@ -147,7 +147,7 @@
suppress_grid_info_in_output = .false.
custom_routine_to_generate_ensemble = .true.
fields_to_perturb = 'QTY_TEMPERATURE'
- perturbation_amplitude, = 0.0001
+ perturbation_amplitude = 0.0001
debug_level = 13
/
More information about the Dart-dev
mailing list