Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added optional SLURM "constraint".
- Added functionality to run on tile space of stretched cube-sphere grids.
- Added python package for post-processing ObsFcstAna output.

Expand All @@ -19,6 +20,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