Skip to content

Commit

Permalink
Changed psl interpolation filter
Browse files Browse the repository at this point in the history
Interpolation filter for psl changed from fixed2interval to tinterp2interval. fixed2interval keeps only the first and the last timestep,
and interpolates the steps between. Therefore it is appropriate only for the fixed variables and those that are used only for the initilazation such as soil moisture and soil temperature.
tinterp2interval keeps all the exixting timesteps, and interpolates those that are missing.
  • Loading branch information
yoselita committed Oct 15, 2021
1 parent 2ab67a2 commit 363150b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BCtable.MPIESM12LR
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ua 33 109 * r1i1p1f1 6hr - 6hrLev set_hybrid_levels
va 34 109 * r1i1p1f1 6hr - 6hrLev set_hybrid_levels
hus 52 109 * r1i1p1f1 6hr - 6hrLev set_hybrid_levels
ps 1 1 * r1i1p1f1 6hr - 6hrLev
psl 2 1 * r1i1p1f1 6hr - 6hrPlev shift_time(-3hour)|fixed2interval
psl 2 1 * r1i1p1f1 6hr - 6hrPlev shift_time(-3hour)|tinterp2interval
siconc 31 1 * r1i1p1f1 day - SIday remapnn|sea_masked|percent2one|tinterp2interval
tos 37 1 * r1i1p1f1 3hr - 3hr remapnn|sea_masked|celsius2K
huss 52 105 * r1i1p1f1 day - day tinterp2interval
Expand Down

0 comments on commit 363150b

Please sign in to comment.