Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yingkaisha committed Jan 30, 2025
1 parent 74b9190 commit f8c8b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions credit/interp.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def full_state_pressure_interpolation(
lon_var (str): longitude coordinate
pres_var (str): pressure coordinate
level_var (str): name of level coordinate
coef_a (str): name of coefficient a (pressure = a + b * surface_pressure)
coef_b (str): name of coefficient b (pressure = a + b * surface_pressure)
model_level_file (str): relative path to file containing model levels.
verbose (int): verbosity level. If verbose > 0, print progress.
Returns:
Expand Down

0 comments on commit f8c8b8c

Please sign in to comment.