From c8a373d7ac35fe8985dbde33b8e1be88fc7e1dc8 Mon Sep 17 00:00:00 2001 From: laestrada Date: Fri, 23 Feb 2024 13:28:32 -0500 Subject: [PATCH] update BCs scripts to use GC v14.2.3 for v2024-01 BC files --- src/write_BCs/config_boundary_conditions.yml | 6 +++--- src/write_BCs/run_boundary_conditions.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/write_BCs/config_boundary_conditions.yml b/src/write_BCs/config_boundary_conditions.yml index 1f751a10..a51b7378 100644 --- a/src/write_BCs/config_boundary_conditions.yml +++ b/src/write_BCs/config_boundary_conditions.yml @@ -1,9 +1,9 @@ ## 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" @@ -11,7 +11,7 @@ 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 diff --git a/src/write_BCs/run_boundary_conditions.sh b/src/write_BCs/run_boundary_conditions.sh index 72d4f36d..6d17b6cd 100644 --- a/src/write_BCs/run_boundary_conditions.sh +++ b/src/write_BCs/run_boundary_conditions.sh @@ -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"