Skip to content

Commit

Permalink
Merge pull request #10 from drewpendergrass/dev
Browse files Browse the repository at this point in the history
Critical bug fix
  • Loading branch information
drewpendergrass committed Dec 18, 2023
2 parents 729069e + 2137162 commit 8d4f739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions core/par_letkf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
lines = f.readlines()
if lines[0] == 'true':
do_approx = True
else:
do_approx = False

with open(f"{path_to_scratch}/ACTUAL_RUN_IN_PLACE_ASSIMILATION_WINDOW") as f:
lines = f.readlines()
Expand Down
10 changes: 5 additions & 5 deletions ens_config_CH4.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"NEST" : "F",
"REGION" : "",
"ASSIM_PATH" : "/n/home12/drewpendergrass/CHEEREIO",
"RUN_NAME" : "METHANE_lpj_v03",
"RUN_NAME" : "METHANE_lpj_v04",
"MY_PATH" : "/n/holyscratch01/jacob_lab/dpendergrass/GC-LETKF",
"DATA_PATH" : "/n/holyscratch01/external_repos/GEOS-CHEM/gcgrid/gcdata/ExtData",
"CH4_HEMCO_ROOT" : "/n/seasasfs02/CH4_inversion/InputData/HEMCO",
Expand Down Expand Up @@ -215,7 +215,7 @@
"CH4_TROPOMI":"default"
},
"INFLATION_FACTOR": "0.05",
"ASSIM_TIME": "168",
"ASSIM_TIME": "360",
"MAXNUMOBS" : "3000",
"MINNUMOBS" : "1",
"LOCALIZATION_RADIUS_km" : "1500",
Expand All @@ -227,11 +227,11 @@
"comment021" : "******************************************************************************",
"comment022" : "*********************SPECIFY BELOW RUN-IN-PLACE SETTINGS**********************",
"comment023" : "******************************************************************************",
"DO_RUN_IN_PLACE" : "False",
"rip_update_time" : "168",
"DO_RUN_IN_PLACE" : "True",
"rip_update_time" : "120",
"DIFFERENT_RUN_IN_PLACE_FOR_BURN_IN" : "False",
"rip_burnin_update_time" : "24",
"DO_VARON_RERUN" : "True",
"DO_VARON_RERUN" : "False",
"APPROXIMATE_VARON_RERUN" : "False",
"species_to_approximate_for_rerun" : ["CH4"],
"number_of_windows_to_rerun" : "3",
Expand Down

0 comments on commit 8d4f739

Please sign in to comment.