how to change diagnostics starting time in diag_table? #1378
Replies: 8 comments 18 replies
-
@thomas-robinson @uramirez8707 - can you guys help out here? |
Beta Was this translation helpful? Give feedback.
-
@junwang-noaa - there is a PR into GFDL_atmos_cubed_sphere with updates for the dev/emc branch of GFDL_atmos_cubed_sphere that will update the code to remove the deprecated IO components. Please see FV3 PR #272. If you don't want to cherry pick those commits, you will need to recompile the FMS library with the -Duse_deprecated_io macro. |
Beta Was this translation helpful? Give feedback.
-
@uramirez8707 I tested your branch in ufs. I think it fixed the starting time issue. In the restart run I have, the starting time 2021032206. the model restarts at fh=03, I want to set average diagnostic field starting time at 2021032212 (skipping accumulating from 2021032209-2021032212) in the ocean history files. I have this in my diag_table:
With your fms branch, I got the following output:
Which looks correct to me. When I looked at each file, e.g. ocn_2021_03_22_15.nc, I see:
For the daily average file SST_2021_03_23.nc, I have time_bnds:
The results are what I expect. Thanks for making the updates. Are you going to have fms release with the code updates? Thanks |
Beta Was this translation helpful? Give feedback.
-
@thomas-robinson @rem1776 May I ask if you have a timeline to include the changes in a tag? Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
@thomas-robinson @rem1776 Is it possible that you can create a beta release for us with this updates? We need this for GFSv17 implementation. The issue becomes a blocker to create correct mom6 output files. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
@junwang-noaa are you running with default real*4? The 2023.03 release will update FMS to support both real*4 and real*8 which may cause some answer changes when compiling/running the components with r4. |
Beta Was this translation helpful? Give feedback.
-
Thanks for letting me know. In our coupled tests, we are running with real4 in fv3 dycore and real8 in MOM6. If you have a beta testing branch, I can test it in UFS. |
Beta Was this translation helpful? Give feedback.
-
@junwang-noaa we are going to patch FMS 2023.02 and create FMS 2023.02.01 for the least impact to your work. @uramirez8707 and @rem1776 are working on it now, so hopefully it will be ready today or Monday. This should not impact your real4 fv3 runs like moving to 2023.03 might. |
Beta Was this translation helpful? Give feedback.
-
Hello, We are setting up an IAU test. It is a restart run from the previous cycle. Now we want all the diagnostic fields especially those averaged or accumulated fields start to accumulate at a later forecast hour, in other words, not the model starting time. Currently in my diag_table I have:
2016103000 is the starting time, the model restarts at fh=3, and I want all the averaged fields starts to accumulate at fh=6. Should I change the second line to 2016100306 in my case? e.g.
I hope with this change the following two files:
will give me 6 hourly diagnostic fields (e.g. 2016100306-2016100312) in ocn files and daily diagnostic fields (2016100306-2016100406) for SST files even though the model starting time is 2016100300 and restarts at fh=03 (2016100303). Thanks.
Beta Was this translation helpful? Give feedback.
All reactions