Skip to content

Commit 9cec57f

Browse files
committed
Try setting gregorian to False in save_ancil
1 parent 0951cd3 commit 9cec57f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CMIP7/esm1p6/atmosphere/amip/cmip7_AM_amip_generate.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ def esm_am_amip_save_dirpath(args):
4040
def save_cmip7_am_amip(args, cube):
4141
# Save as an ancillary file
4242
save_dirpath = esm_am_amip_save_dirpath(args)
43-
save_ancil(cube, save_dirpath, args.save_filename, replace_bounds=True)
43+
save_ancil(
44+
cube,
45+
save_dirpath,
46+
args.save_filename,
47+
gregorian=False,
48+
replace_bounds=True
49+
)
4450

4551

4652
if __name__ == "__main__":

0 commit comments

Comments
 (0)