Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCaitSith committed Aug 17, 2023
1 parent 43ab43e commit 5d91faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/set_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ def set_variables(var):
information = {}
information.update({'name': 'QICE'})
information.update({'unit': 'null'})
information.update({'lb_title': 'Inc. of ice MR ($\mathregular{10^{-3} gkg^{-1}}$)'})
information.update({'factor': 1000000.0})
information.update({'lb_title': 'Inc. of ice MR ($\mathregular{10^{-2} gkg^{-1}}$)'})
information.update({'factor': 100000.0})
information.update({'extend': 'both'})
information.update({'GFS': 'Ice water mixing ratio'})
information.update({'ERA5': 'ciwc'})
Expand Down

0 comments on commit 5d91faf

Please sign in to comment.