From 8495f53e526389687946afa3ec2afa24b000b1ba Mon Sep 17 00:00:00 2001 From: Piotr Dziekan Date: Mon, 8 May 2023 13:22:27 +0200 Subject: [PATCH] comment --- histograms/histogram.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/histograms/histogram.py b/histograms/histogram.py index 777e803..056fd60 100644 --- a/histograms/histogram.py +++ b/histograms/histogram.py @@ -121,9 +121,7 @@ def calc_RH(th, rv, p): filename = directory + "/timestep" + str(time_start_idx).zfill(10) + ".h5" # special case of RH calculated from th and rv - # NOTE: RH_derived is calculated with r_v / r_vs, where r_vs comes from the Tetens formula - # in UWLCM r_vs comes from clausius-clapeyron. - # RH_derived is shifted to the right with respect to RH from UWLCM - maybe due to this difference? + # NOTE: RH_derived is calculated with r_v / r_vs, where r_vs comes from clausius-clapeyron if(var == "RH_derived"): w3d = h5py.File(filename, "r")["th"][:,:,:] elif(can_plot_refined_RH_derived and var == "refined RH_derived"):