From 262c8beec9f1a8ccae1d36b347ebdc5d8328ff9c Mon Sep 17 00:00:00 2001 From: Lucas A Estrada <63303345+laestrada@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:41:10 -0400 Subject: [PATCH] align restart path and boundary condition version (#204) This bugfix aligns the version of boundary conditions specified in the config file and used as a restart. This is a fix for the AWS config file and addresses #203. --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 96bd7301..512ff9df 100644 --- a/config.yml +++ b/config.yml @@ -153,8 +153,8 @@ RestartDownload: true ## Path to initial GEOS-Chem restart file + prefix ## ("YYYYMMDD_0000z.nc4" will be appended) -RestartFilePrefix: "/home/ubuntu/ExtData/BoundaryConditions/GEOSChem.BoundaryConditions." -RestartFilePreviewPrefix: "/home/ubuntu/ExtData/BoundaryConditions/GEOSChem.BoundaryConditions." +RestartFilePrefix: "/home/ubuntu/ExtData/BoundaryConditions/v2023-06/GEOSChem.BoundaryConditions." +RestartFilePreviewPrefix: "/home/ubuntu/ExtData/BoundaryConditions/v2023-06/GEOSChem.BoundaryConditions." ## Path to GEOS-Chem boundary condition files (for nested grid simulations) BCpath: "/home/ubuntu/ExtData/BoundaryConditions"