Skip to content

Commit 4eea462

Browse files
Merge pull request #846 from NCAR/fix-cam-fv-perturb
fix: set cfields_to_perturb in cam-common-code from model_mod namelist
2 parents d52b6a7 + 0265f79 commit 4eea462

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ individual files.
2222

2323
The changes are now listed with the most recent at the top.
2424

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+
2530
**March 19 2025 :: Calendar base date documentation. Tag v11.10.6**
2631

2732
- Added base date information to time_manager_mod docs.

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Data Assimilation Research Section'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '11.10.6'
24+
release = '11.10.7'
2525
root_doc = 'index'
2626

2727
# -- General configuration ---------------------------------------------------

models/cam-fv/model_mod.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ subroutine static_init_model()
279279
cno_normalization_of_scale_heights = no_normalization_of_scale_heights
280280
cdebug_level = debug_level
281281
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
283283
cperturbation_amplitude = perturbation_amplitude
284284
cassimilation_period_days = assimilation_period_days
285285
cassimilation_period_seconds = assimilation_period_seconds

models/cam-se/model_mod.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ subroutine static_init_model()
327327
cno_normalization_of_scale_heights = no_normalization_of_scale_heights
328328
cdebug_level = debug_level
329329
ccustom_routine_to_generate_ensemble = custom_routine_to_generate_ensemble
330+
cfields_to_perturb = fields_to_perturb
330331
cperturbation_amplitude = perturbation_amplitude
331332
cassimilation_period_days = assimilation_period_days
332333
cassimilation_period_seconds = assimilation_period_seconds

0 commit comments

Comments
 (0)