Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set time value for averaged quantities to midpoint of averaging period #15

Closed
phillips-ad opened this issue Apr 1, 2022 · 2 comments
Closed

Comments

@phillips-ad
Copy link

This is linked to ESCOMP/CAM#159 and ESCOMP/CTSM#1059, and involves setting the CICE output time value to the center of the averaging period. Different components may end up handling output differently, but the going consensus so far is to separate instantaneous data streams from averaged/min/max data streams.

Currently, the only component where time is set to the center of the averaging period is MOM.

@dabail10
Copy link
Collaborator

dabail10 commented May 3, 2023

So, this is an easy thing to add the time axis of the middle of the averaging period. This is just the average of time_beg and time_end. However, the more complicated issue is the filenames. The filenames have a string which is YYYY-MM-DD-SSSSS. So, I would have to store a string for the middle of the averaging period. This is more complicated.

@dabail10
Copy link
Collaborator

dabail10 commented Jul 7, 2023

I have added the namelist variable hist_time_axis and the default will be 'middle' for CESM_CICE. cesm_cice6_4_1_10.

@dabail10 dabail10 closed this as completed Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (or no longer holding things up)
Development

No branches or pull requests

2 participants