Skip to content

Commit

Permalink
Change state variable name from snwdph to snodl.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaruidong2017 committed Jul 7, 2023
1 parent cc136ab commit 8b065a9
Showing 1 changed file with 2 additions and 2 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: [$(SNOWDEPTHVAR) ,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: [$(SNOWDEPTHVAR),vtype,slmsk]
state variables: [snodl,vtype,slmsk]

0 comments on commit 8b065a9

Please sign in to comment.