diff --git a/pyproject.toml b/pyproject.toml index 8fd3d4d..63b2e3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rda_python_dsarch" -version = "1.0.28" +version = "1.0.29" authors = [ { name="Zaihua Ji", email="zji@ucar.edu" }, ] diff --git a/src/rda_python_dsarch/PgArch.py b/src/rda_python_dsarch/PgArch.py index 4aca7a3..7d804b8 100644 --- a/src/rda_python_dsarch/PgArch.py +++ b/src/rda_python_dsarch/PgArch.py @@ -719,7 +719,7 @@ def set_qsub_walltime(): return if 'GX' in PgOPT.params: - fcnt *= 50 + fcnt *= 100 elif 'DX' in PgOPT.params: fcnt *= 10 hr = int(fcnt/30000)