You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments should be correct and not misleading, particularly for new users.
Current behavior
A comment block in config.base.emc.dyn and config.base.nco.static currently mentions an OUTPUT_GRID we do not support (cubed_sphere_grid) and can mislead users to change OUTPUT_GRID away from the default of gaussian_grid, which causes forecast job failures (e.g. in APP=ATM forecast-only mode at least) when the incorrect diag_table is used.
Error in gfsfcst.log:
21: FATAL from PE 21: diag_util_mod::init_output_field: file fv3_history2d is NOT found in the diag_table
When export OUTPUT_GRID=cubed_sphere_grid is set config.fcst sets a diag_table that doesn't work:
Set up an out-of-the-box forecast-only test and change OUTPUT_GRID to "cubed_sphere_grid".
Detailed Description
Remove the following comments in both config.base versions to remove the incorrect and misleading details:
# I/O QUILTING, true--use Write Component; false--use GFDL FMS
# if quilting=true, choose OUTPUT_GRID as cubed_sphere_grid in netcdf
# if gaussian_grid, set OUTPUT_FILE for netcdf
The text was updated successfully, but these errors were encountered:
Expected behavior
Comments should be correct and not misleading, particularly for new users.
Current behavior
A comment block in
config.base.emc.dyn
andconfig.base.nco.static
currently mentions anOUTPUT_GRID
we do not support (cubed_sphere_grid
) and can mislead users to changeOUTPUT_GRID
away from the default ofgaussian_grid
, which causes forecast job failures (e.g. in APP=ATM forecast-only mode at least) when the incorrectdiag_table
is used.Error in gfsfcst.log:
When
export OUTPUT_GRID=cubed_sphere_grid
is setconfig.fcst
sets a diag_table that doesn't work:Machines affected
All, machine agnostic.
To Reproduce
Set up an out-of-the-box forecast-only test and change
OUTPUT_GRID
to"cubed_sphere_grid"
.Detailed Description
Remove the following comments in both
config.base
versions to remove the incorrect and misleading details:The text was updated successfully, but these errors were encountered: