From 929d13cc4660e49b02b1a002151595df005ae399 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Wed, 9 Jun 2021 23:36:33 -0400 Subject: [PATCH 1/2] output SST and epbl at hourly interval --- tests/parm/diag_table_bmark_v16_template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/parm/diag_table_bmark_v16_template b/tests/parm/diag_table_bmark_v16_template index a47879cfa6..bb1ad4fb15 100644 --- a/tests/parm/diag_table_bmark_v16_template +++ b/tests/parm/diag_table_bmark_v16_template @@ -5,7 +5,7 @@ SYEAR SMONTH SDAY 00 0 0 "fv3_history2d", 0, "hours", 1, "hours", "time" ###################### "ocn%4yr%2mo%2dy%2hr", 6, "hours", 1, "hours", "time", 6, "hours", "1901 1 1 0 0 0" -"SST%4yr%2mo%2dy", 1, "days", 1, "days", "time", 1, "days", "1901 1 1 0 0 0" +"SST%4yr%2mo%2dy%2hr", 1, "hours", 1, "hours", "time", 1, "hours", "1901 1 1 0 0 0" ############################################## # static fields "ocean_model", "geolon", "geolon", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 @@ -37,9 +37,10 @@ SYEAR SMONTH SDAY 00 0 0 "ocean_model", "MLD_0125", "MLD_0125", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 # save daily SST - "ocean_model", "geolon", "geolon", "SST%4yr%2mo%2dy", "all", .false., "none", 2 - "ocean_model", "geolat", "geolat", "SST%4yr%2mo%2dy", "all", .false., "none", 2 - "ocean_model", "SST", "sst", "SST%4yr%2mo%2dy", "all", .true., "none", 2 + "ocean_model", "geolon", "geolon", "SST%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "SST%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "SST", "sst", "SST%4yr%2mo%2dy%2hr", "all", .true., "none", 2 + "ocean_model", "ePBL_h_ML", "ePBL", "SST%4yr%2mo%2dy%2hr", "all", .true., "none", 2 # Z-Space Fields Provided for CMIP6 (CMOR Names): #=============================================== From f6708f5011953109ee6996683e86d1629bcc0201 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Thu, 10 Jun 2021 11:46:32 -0400 Subject: [PATCH 2/2] add retation angle in hourly output file --- tests/parm/diag_table_bmark_v16_template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/parm/diag_table_bmark_v16_template b/tests/parm/diag_table_bmark_v16_template index bb1ad4fb15..1a745aff17 100644 --- a/tests/parm/diag_table_bmark_v16_template +++ b/tests/parm/diag_table_bmark_v16_template @@ -41,6 +41,8 @@ SYEAR SMONTH SDAY 00 0 0 "ocean_model", "geolat", "geolat", "SST%4yr%2mo%2dy%2hr", "all", .false., "none", 2 "ocean_model", "SST", "sst", "SST%4yr%2mo%2dy%2hr", "all", .true., "none", 2 "ocean_model", "ePBL_h_ML", "ePBL", "SST%4yr%2mo%2dy%2hr", "all", .true., "none", 2 + "ocean_model", "sin_rot", "sin_rot", "SST%4yr%2mo%2dy%2hr", "all", .true., "none", 2 + "ocean_model", "cos_rot", "cos_rot", "SST%4yr%2mo%2dy%2hr", "all", .true., "none", 2 # Z-Space Fields Provided for CMIP6 (CMOR Names): #===============================================