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

Min/Max Time Averaging #244

Open
jduffield65 opened this issue Nov 14, 2022 · 0 comments
Open

Min/Max Time Averaging #244

jduffield65 opened this issue Nov 14, 2022 · 0 comments
Labels

Comments

@jduffield65
Copy link

Hello,

I am trying to trying to use the min/max/diurnal averaging indicated in the diag_manager module.

So basically, to get the minimum daily surface temperature, I am using the following diag_table file:

"FMS Model results"
0001 1 1 0 0 0
# = output files =
# file_name, output_freq, output_units, format, time_units, long_name

"atmos_daily", 1, "days", 1, "days", "time",

# = diagnostic field entries =
# module_name, field_name, output_name, file_name, time_sampling, time_avg, other_opts, precision

"mixed_layer", "t_surf", "t_surf", "atmos_daily", "all", "min", "none", 2,

But this just gives the same results as if time_avg = .true.. The diag_table file that is saved in the same folder as atmos_daily.nc has the last line above replaced by:

"mixed_layer", "t_surf", "t_surf", "atmos_daily", "all", .true., "none", 2,

If I instead use the following:

"mixed_layer", "t_surf", "t_surf", "atmos_daily", "all", "ghhurijdokdwkf", "none", 2,

It does the same thing, so I guess it is just converting any string into .true..

Any help on how to do min/max/diurnal time averaging would be much appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant