Skip to content
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions GEOSldas_App/LDASsa_DEFAULT_inputs_ensprop.nml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ coarsen_force_pert%wind = .false.
! (limits on range of random numbers: specify max absolute value
! allowed to be drawn from a standard normal distribution)

std_normal_max_force_pert%pcp = 2.5
std_normal_max_force_pert%sw = 2.5
std_normal_max_force_pert%pcp = 3.
std_normal_max_force_pert%sw = 3.
std_normal_max_force_pert%lw = 2.5
std_normal_max_force_pert%tair = 2.5
std_normal_max_force_pert%qair = 2.5
Expand Down
Loading