Skip to content

Commit

Permalink
Update payu/models/cesm_cmeps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice authored Feb 11, 2025
1 parent 065bfa1 commit 6af75db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion payu/models/cesm_cmeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
NUOPC_CONFIG = "nuopc.runconfig"
NUOPC_RUNSEQ = "nuopc.runseq"

#mapping of runconfig to cftime calendars:
# mapping of runconfig to cftime calendars:
# these match the supported calendars in CMEPS
# https://github.com/ESCOMP/CMEPS/blob/bc29792d76c16911046dbbfcfc7f4c3ae89a6f00/cesm/driver/ensemble_driver.F90#L196
CFTIME_CALENDARS = {
"NO_LEAP" : "noleap" ,
"GREGORIAN" : "proleptic_gregorian"
Expand Down

0 comments on commit 6af75db

Please sign in to comment.