Skip to content
Snippets Groups Projects
Commit 8483d868 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 3fb49127
No related branches found
No related tags found
No related merge requests found
......@@ -794,7 +794,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
# Use this hack for now.
off_earth = (bt <= 161.0)
cld_frac_out[off_earth] = np.nan
cld_frac_out[off_earth] = -1
# --- Make a DataArray ----------------------------------------------------
# var_names = ['cloud_fraction', 'temp_11_0um', 'refl_0_65um']
......@@ -857,7 +857,7 @@ def run_evaluate_static_full_disk(in_file, out_file, ckpt_dir):
# Use this hack for now.
off_earth = (bt <= 161.0)
cld_frac_out[off_earth] = np.nan
cld_frac_out[off_earth] = -1
# --- Make DataArray -------------------------------------------------
# var_names = ['cloud_fraction', 'temp_11_0um', 'refl_0_65um']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment