Skip to content

Commit

Permalink
fix typo in atm_p0=>atm_po
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Nov 17, 2023
1 parent f3ef555 commit 614c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcm_toolkit/mitgcm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def mitgcm_postprocessing(dsi, outdir=None, datafile=None):
get_parameter(datafile, "ro_sealevel", 1.0e5)
), # bot layer pres in pa
c["p_ref"]: float(
get_parameter(datafile, "atm_p0", 1.0e5)
get_parameter(datafile, "atm_po", 1.0e5)
), # reference pressure in pa
c["cp"]: cp, # heat cap at constant pres
c["R"]: rs, # specific gas constant
Expand Down

0 comments on commit 614c8e1

Please sign in to comment.