Skip to content

Commit 6a606a7

Browse files
Merge branch 'develop' into feature/wjiang/ease_grid
2 parents 064d1d0 + 8a7f12a commit 6a606a7

File tree

3 files changed

+78
-77
lines changed

3 files changed

+78
-77
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Regridding from EASE to other grid types
2222
- Specify only ntasks_model for SLURM resource request.
2323
- Revisions for handling of Nens and special nml and mwtrm path/files in coupled land-atm DAS.
24+
- Updated some defaults in LDASsa_DEFAULT_inputs_*.nml files.
2425

2526
### Fixed
2627

GEOSldas_App/LDASsa_DEFAULT_inputs_ensprop.nml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ coarsen_force_pert%wind = .false.
188188
! (limits on range of random numbers: specify max absolute value
189189
! allowed to be drawn from a standard normal distribution)
190190

191-
std_normal_max_force_pert%pcp = 2.5
192-
std_normal_max_force_pert%sw = 2.5
191+
std_normal_max_force_pert%pcp = 3.
192+
std_normal_max_force_pert%sw = 3.
193193
std_normal_max_force_pert%lw = 2.5
194194
std_normal_max_force_pert%tair = 2.5
195195
std_normal_max_force_pert%qair = 2.5

0 commit comments

Comments
 (0)