Skip to content

Commit

Permalink
Fix pre-commit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jan 15, 2025
1 parent c70efd1 commit 8609b10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e3sm_diags/derivations/derivations.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
(
("z_mid",),
lambda z3: convert_units(z3, target_units="hectometer"),
), # EAMxx
), # EAMxx
]
),
"PSL": {
Expand Down Expand Up @@ -616,7 +616,7 @@
"LHFLX": {
("hfls",): rename,
("QFLX",): qflx_convert_to_lhflx_approxi,
("surface_upward_latent_heat_flux",): rename, # EAMxx
("surface_upward_latent_heat_flux",): rename, # EAMxx
},
"SHFLX": {
("hfss",): rename,
Expand Down Expand Up @@ -876,7 +876,7 @@
"PS": {("ps",): rename},
"U10": {
("sfcWind",): rename,
("wind_speed_10m",): rename, # EAMxx
("wind_speed_10m",): rename, # EAMxx
("si10",): rename,
},
"QREFHT": {
Expand Down Expand Up @@ -904,7 +904,7 @@
},
"TGCLDCWP": {
("clwvi",): rename,
("LiqWaterPath",): rename, # EAMxx
("LiqWaterPath",): rename, # EAMxx
},
"O3": {("o3",): rename},
"PminusE": {
Expand Down

0 comments on commit 8609b10

Please sign in to comment.