Skip to content

Commit

Permalink
fix url issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Osamu Miyawaki committed Nov 7, 2023
1 parent c2c8448 commit 4e00271
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/metpy/calc/thermo.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ def moist_lapse(pressure, temperature, reference_pressure=None,
'standard' for simplified pseudoadiabatic process
'pseudoadiabatic' for pseudoadiabatic moist process
'reversible' for reversible moist process
'so13' for Singh and O'Gorman (2013); https://doi.org/10.1002/grl.50796
'r14' for Romps (2014); https://doi.org/10.1175/JCLI-D-14-00255.1
More info: https://glossary.ametsoc.org/wiki/Adiabatic_lapse_rate
'so13' for Singh and O'Gorman (2013); doi.org/10.1002/grl.50796
'r14' for Romps (2014); doi.org/10.1175/JCLI-D-14-00255.1
More info: glossary.ametsoc.org/wiki/Adiabatic_lapse_rate
params : `dict` or None, optional
External parameters used for the some lapse_types
Expand Down Expand Up @@ -1045,9 +1045,9 @@ def parcel_profile(pressure, temperature, dewpoint, lapse_type='standard', param
'standard' for simplified pseudoadiabatic process
'pseudoadiabatic' for pseudoadiabatic moist process
'reversible' for reversible moist process
'so13' for Singh and O'Gorman (2013); https://doi.org/10.1002/grl.50796
'r14' for Romps (2014); https://doi.org/10.1175/JCLI-D-14-00255.1
More info: https://glossary.ametsoc.org/wiki/Adiabatic_lapse_rate
'so13' for Singh and O'Gorman (2013); doi.org/10.1002/grl.50796
'r14' for Romps (2014); doi.org/10.1175/JCLI-D-14-00255.1
More info: glossary.ametsoc.org/wiki/Adiabatic_lapse_rate
params : `dict` or None, optional
External parameters used for the some lapse_types
Expand Down Expand Up @@ -1150,9 +1150,9 @@ def parcel_profile_with_lcl(pressure, temperature, dewpoint,
'standard' for simplified pseudoadiabatic process
'pseudoadiabatic' for pseudoadiabatic moist process
'reversible' for reversible moist process
'so13' for Singh and O'Gorman (2013); https://doi.org/10.1002/grl.50796
'r14' for Romps (2014); https://doi.org/10.1175/JCLI-D-14-00255.1
More info: https://glossary.ametsoc.org/wiki/Adiabatic_lapse_rate
'so13' for Singh and O'Gorman (2013); doi.org/10.1002/grl.50796
'r14' for Romps (2014); doi.org/10.1175/JCLI-D-14-00255.1
More info: glossary.ametsoc.org/wiki/Adiabatic_lapse_rate
params : `dict` or None, optional
External parameters used for the some lapse_types
Expand Down

0 comments on commit 4e00271

Please sign in to comment.