Skip to content

Commit

Permalink
use montlhy files and ensure their names are caught by the default ar…
Browse files Browse the repository at this point in the history
…chiver
  • Loading branch information
mahf708 committed Feb 7, 2025
1 parent 071bce7 commit 2579335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/eamxx/cime_config/SystemTests/mvkxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def update_yaml_perturbation_seed(yaml_file, seed, pertout):
raise ValueError(f"Could not find 'filename_prefix' in {yaml_file}")

# Write back to file

with open(yaml_file, 'w') as file:
file.writelines(new_lines)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%YAML 1.1
---
filename_prefix: eamxx_output.decadal.dailyAVG_coarse.h
filename_prefix: eamxx_output.decadal.h
iotype: pnetcdf
Averaging Type: Average
Max Snapshots Per File: 1
Expand Down Expand Up @@ -89,7 +89,7 @@ Fields:

output_control:
Frequency: 1
frequency_units: ndays
frequency_units: nmonths
MPI Ranks in Filename: false
Restart:
force_new_file: true

0 comments on commit 2579335

Please sign in to comment.