From 28ab4136029460f85b35baeac06ff5a713697901 Mon Sep 17 00:00:00 2001 From: ChengzhuZhang Date: Tue, 30 Jan 2024 12:06:16 -0800 Subject: [PATCH] update zppy cfg for perlmutter --- examples/use_zppy_to_run_e3sm_diags/README.md | 2 +- ...g_for_complete_e3sm_diags_run_on_NERSC.cfg | 22 ++++++++++++++----- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/examples/use_zppy_to_run_e3sm_diags/README.md b/examples/use_zppy_to_run_e3sm_diags/README.md index 0e06d3e38..7439e54f2 100644 --- a/examples/use_zppy_to_run_e3sm_diags/README.md +++ b/examples/use_zppy_to_run_e3sm_diags/README.md @@ -7,6 +7,6 @@ bash zstash_extract_E3SM_data_from_NERSC_HPSS.sh 2. Generate a configuration file for zppy to run a complete set of E3SM Diags. An example is provided in ``zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg``. To run the script: -source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh +source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_pm-cpu.sh zppy -c zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg diff --git a/examples/use_zppy_to_run_e3sm_diags/zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg b/examples/use_zppy_to_run_e3sm_diags/zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg index 4cf0b90dc..69b9a0b4f 100644 --- a/examples/use_zppy_to_run_e3sm_diags/zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg +++ b/examples/use_zppy_to_run_e3sm_diags/zppy_config_for_complete_e3sm_diags_run_on_NERSC.cfg @@ -1,14 +1,15 @@ [default] # Edit the default session to provide simulation data and machine specific info. case = v2.LR.historical_0101 -environment_commands = "source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh" +environment_commands = "source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_pm-cpu.sh" input = "/global/cfs/cdirs/e3smpub/E3SM_simulations/v2.LR.historical_0101" input_subdir = archive/atm/hist mapping_file = "/global/homes/z/zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc" -output = "/global/cscratch1/sd/chengzhu/e3sm_diags_zppy_test_complete_run_output/v2.LR.historical_0101_20220909" -partition = "haswell" +output = "/global/cfs/cdirs/e3sm/chengzhu/e3sm_diags_zppy_test_complete_run_output/v2.LR.historical_0101_20240130" +constraint = "cpu" +partition = "" qos = "regular" -www = "/global/cfs/cdirs/e3sm/www/chengzhu/e3sm_diags_zppy_test_complete_run_www_20220913" +www = "/global/cfs/cdirs/e3sm/www/chengzhu/e3sm_diags_zppy_test_complete_run_www_20240130" [climo] active = True @@ -73,8 +74,17 @@ years = "1985:2014:30", [[ atm_monthly_180x360_aave ]] climo_diurnal_frequency = "diurnal_8xdaily" climo_diurnal_subsection = "atm_monthly_diurnal_8xdaily_180x360_aave" - partition = "haswell" qos = "regular" walltime = "3:00:00" - +[global_time_series] +active = True +atmosphere_only = True # Available in E3SM Unified 1.5.1 +years = "1985-2014", +ts_num_years = 30 +figstr= "v2_historical_0101" +# moc_file needed for ocean component +moc_file = "mocTimeSeries_1870-2014.nc" +experiment_name = "v2.LR.historical_0101" +ts_years = "1985-2014", +climo_years = "1985-2014",