File tree 4 files changed +8
-2
lines changed 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ individual files.
22
22
23
23
The changes are now listed with the most recent at the top.
24
24
25
+ **March 31 2025 :: Bug-fix: CAM perturb. Tag v11.10.7 **
26
+
27
+ - Fix fields to perturb in cam-se and cam-fv.
28
+ - Fix documentation links for obs_selection.
29
+
25
30
**March 19 2025 :: Calendar base date documentation. Tag v11.10.6 **
26
31
27
32
- Added base date information to time_manager_mod docs.
Original file line number Diff line number Diff line change 21
21
author = 'Data Assimilation Research Section'
22
22
23
23
# The full version, including alpha/beta/rc tags
24
- release = '11.10.6 '
24
+ release = '11.10.7 '
25
25
root_doc = 'index'
26
26
27
27
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ subroutine static_init_model()
279
279
cno_normalization_of_scale_heights = no_normalization_of_scale_heights
280
280
cdebug_level = debug_level
281
281
ccustom_routine_to_generate_ensemble = custom_routine_to_generate_ensemble
282
- ccustom_routine_to_generate_ensemble = custom_routine_to_generate_ensemble
282
+ cfields_to_perturb = fields_to_perturb
283
283
cperturbation_amplitude = perturbation_amplitude
284
284
cassimilation_period_days = assimilation_period_days
285
285
cassimilation_period_seconds = assimilation_period_seconds
Original file line number Diff line number Diff line change @@ -327,6 +327,7 @@ subroutine static_init_model()
327
327
cno_normalization_of_scale_heights = no_normalization_of_scale_heights
328
328
cdebug_level = debug_level
329
329
ccustom_routine_to_generate_ensemble = custom_routine_to_generate_ensemble
330
+ cfields_to_perturb = fields_to_perturb
330
331
cperturbation_amplitude = perturbation_amplitude
331
332
cassimilation_period_days = assimilation_period_days
332
333
cassimilation_period_seconds = assimilation_period_seconds
You can’t perform that action at this time.
0 commit comments