Skip to content

Commit 48cd940

Browse files
Merge branch 'develop' into feature/wjiang/constraint
2 parents 89bb498 + 8a7f12a commit 48cd940

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
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
- Specify only ntasks_model for SLURM resource request.
2222
- Revisions for handling of Nens and special nml and mwtrm path/files in coupled land-atm DAS.
23+
- Updated some defaults in LDASsa_DEFAULT_inputs_*.nml files.
2324

2425
### Fixed
2526

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)