Getting diagnostic output in OM_025.JRA

cspencerjones

Spencer Jones
New Member
This is a very basic question I think. I am running the MOM6 example OM_025.JRA (I finally got the data off the ftp <insert celebratory emojis>). I have extended the run to be 3 days long, but I haven't made any other changes. Based on the entries in diag_table.MOM6 I had anticipated that some basic fields would be output to a file called 'ocean_daily.nc'. But this file is not created, even though I seem to be running without any errors, and the content of 'ocean.stats.nc' includes 6hrly output for the full 3 days.

What am I missing here? Is there a flag I need to turn on? A line I need to uncomment? Something else?
 

gmarques

Gustavo Marques
Moderator
Staff member
You need to rename diag_table.MOM6 to diag_table. The original diag_table is empty.
 

Fengyun Luo

New Member
I encountered the same problem while running the OM_025 example of MOM6: the expected output file "ocean_daily.nc" isn't being generated.

Here's what I've done so far: I renamed diag_table.MOM6 to diag_table, and set DAYMAX to 1.0 (to get quick output results). I haven't made any other changes.

Looking at the configuration, the diag_table does include settings for "ocean_daily" with a 1-day time interval. Additionally, the existing file ocean.state.nc shows a time series that covers the full day, with time points at 0, 0.25, 0.5, 0.75, and 1.

could I take any other steps to generate "ocean_daily.nc"?
 

Amber

Amber
New Member
I encountered the same problem while running the OM_025 example of MOM6: the expected output file "ocean_daily.nc" isn't being generated.

Here's what I've done so far: I renamed diag_table.MOM6 to diag_table, and set DAYMAX to 1.0 (to get quick output results). I haven't made any other changes.

Looking at the configuration, the diag_table does include settings for "ocean_daily" with a 1-day time interval. Additionally, the existing file ocean.state.nc shows a time series that covers the full day, with time points at 0, 0.25, 0.5, 0.75, and 1.

could I take any other steps to generate "ocean_daily.nc"?
I think you can try to combine the diag_table.MOM6 and diag_table.SIS2, which may works.
 
Back
Top