Skip to content

Commit

Permalink
update zppy cfg for perlmutter (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang authored Jan 30, 2024
1 parent a85024c commit a7d4ac6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/use_zppy_to_run_e3sm_diags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",

0 comments on commit a7d4ac6

Please sign in to comment.