Skip to content

Commit

Permalink
update BCs scripts to use GC v14.2.3 for v2024-01 BC files
Browse files Browse the repository at this point in the history
  • Loading branch information
laestrada committed Feb 23, 2024
1 parent b0941ff commit c8a373d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/write_BCs/config_boundary_conditions.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## Date range (inclusive) that you want to generate BCs for
startDate: "20180401"
endDate: "20230630"
endDate: "20231231"

## A directory with a lot of space where you can write the BCs (and intermediate files)
workDir: "/n/holylfs05/LABS/jacob_lab/Users/nbalasus/v2023-10-IMI-Blended-BCs"
workDir: "/n/holylfs05/LABS/jacob_lab/Users/lestrada/IMI/BCs/v2024-01-temp-generation/IMI_BCs_14.2.3_v2024-01-temp"

## Paths to TROPOMI data and blended TROPOMI+GOSAT data
tropomiDir: "/n/holylfs05/LABS/jacob_lab/Lab/imi/ch4/tropomi"
blendedDir: "/n/holylfs05/LABS/jacob_lab/Lab/imi/ch4/blended"

## Conda environment to use, GEOS-Chem environment to use, GEOS-Chem input data path, and partitions to run on
condaEnv: imi_env
geosChemEnv: "/n/home06/nbalasus/envs/gcclassic.rocky+gnu10.minimal.env"
geosChemEnv: "/n/home03/lestrada/holylfs/IMI/BCs/v2024-01-temp-generation/integrated_methane_inversion/envs/Harvard-Cannon/gcclassic.rocky+gnu12.minimal.env"
geosChemDataPath: "/n/holyscratch01/external_repos/GEOS-CHEM/gcgrid/gcdata/ExtData"
partition: huce_cascade,seas_compute,huce_ice

Expand Down
4 changes: 2 additions & 2 deletions src/write_BCs/run_boundary_conditions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ mkdir -p "${workDir}/tropomi-boundary-conditions"
mkdir -p "${workDir}/blended-boundary-conditions"
cd "${workDir}"

# Get GCClassic v14.2.1 and create the run directory
# Get GCClassic v14.2.3 and create the run directory
git clone https://github.com/geoschem/GCClassic.git
cd GCClassic
git checkout 14.2.1
git checkout 14.2.3
git submodule update --init --recursive
cd run
runDir="gc_run"
Expand Down

0 comments on commit c8a373d

Please sign in to comment.