Skip to content

Commit 8a7f12a

Browse files
Updated defaults in LDASsa_DEFAULT_inputs_*.nml files (#104)
2 parents e58dbd0 + bd41404 commit 8a7f12a

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

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

2324
### Fixed
2425

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)