Skip to content

Commit

Permalink
Merge branch 'develop' into feature/wxflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 8, 2023
2 parents 58725c1 + e963914 commit f743d9c
Show file tree
Hide file tree
Showing 9 changed files with 1,639 additions and 1,635 deletions.
4 changes: 2 additions & 2 deletions parm/land/letkfoi/letkfoi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ background:
template:
datetime: '{{ current_cycle | to_isotime }}'
filetype: fms restart
state variables: [snwdph,vtype,slmsk]
state variables: [snodl,vtype,slmsk]
datapath: $(DATA)/bkg/mem%mem%/RESTART
filename_sfcd: '{{ current_cycle | to_fv3time }}.sfc_data.nc'
filename_cplr: '{{ current_cycle | to_fv3time }}.coupler.res'
Expand Down Expand Up @@ -56,5 +56,5 @@ output increment:
filetype: fms restart
filename_sfcd: '{{ current_cycle | to_fv3time }}.sfc_data.nc'
filename_cplr: '{{ current_cycle | to_fv3time }}.coupler.res'
state variables: [snwdph,vtype,slmsk]
state variables: [snodl,vtype,slmsk]

6 changes: 6 additions & 0 deletions parm/land/obs/config/adpsfc_snow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ obs filters:
damping_factor_1: 1.0
damping_factor_2: 1.0
background_error_group: BkgError
- filter: Perform Action
filter variables:
- name: totalSnowDepth
action:
name: assign error
error parameter: 40.0
- filter: Variable Assignment
assignments:
- name: GrossErrorProbability/totalSnowDepth
Expand Down
2 changes: 1 addition & 1 deletion test/land/letkfoi_snowda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR=$project_binary_dir/test/land/letkfoi_snowda
RSTDIR=$GDASAPP_TESTDATA/lowres/gdas.$GYMD/$GHR/model_data/atmos/restart
export OBSDIR=$GDASAPP_TESTDATA/land

GFSv17=${GFSv17:-"NO"}
GFSv17=${GFSv17:-"YES"}
DAtype=letkfoi_snow

if [ $GFSv17 == "YES" ]; then
Expand Down
Loading

0 comments on commit f743d9c

Please sign in to comment.