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
When generating MPAS lbc files, the default input file is init.nc. However if the lbc tasks are run at different cycles from the ic task cycles, we don't want to add an unnecessary ic tasks. To skip this unnecessary ic task, we can use invariant.nc as input when generating the lbc files. The only change is to the streams.init_atmosphere:
from
I compared the lbc files generated using init.nc vs invariant.nc and they are identical.
Chunhua.Zhou@fe6 rrfsdet_lbc_g01_12.invariant$ for files in lbc.2025-02-1* ; do nccmp -ldfsS $files ../rrfsdet_lbc_g01_12/$files ; done
Files "lbc.2025-02-18_12.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_12.00.00.nc" are identical.
Files "lbc.2025-02-18_13.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_13.00.00.nc" are identical.
Files "lbc.2025-02-18_14.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_14.00.00.nc" are identical.
Files "lbc.2025-02-18_15.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_15.00.00.nc" are identical.
Files "lbc.2025-02-18_16.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_16.00.00.nc" are identical.
Files "lbc.2025-02-18_17.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_17.00.00.nc" are identical.
Files "lbc.2025-02-18_18.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_18.00.00.nc" are identical.
Files "lbc.2025-02-18_19.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_19.00.00.nc" are identical.
Files "lbc.2025-02-18_20.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_20.00.00.nc" are identical.
Files "lbc.2025-02-18_21.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_21.00.00.nc" are identical.
Files "lbc.2025-02-18_22.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_22.00.00.nc" are identical.
Files "lbc.2025-02-18_23.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-18_23.00.00.nc" are identical.
Files "lbc.2025-02-19_00.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_00.00.00.nc" are identical.
Files "lbc.2025-02-19_01.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_01.00.00.nc" are identical.
Files "lbc.2025-02-19_02.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_02.00.00.nc" are identical.
Files "lbc.2025-02-19_03.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_03.00.00.nc" are identical.
Files "lbc.2025-02-19_04.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_04.00.00.nc" are identical.
Files "lbc.2025-02-19_05.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_05.00.00.nc" are identical.
Files "lbc.2025-02-19_06.00.00.nc" and "../rrfsdet_lbc_g01_12/lbc.2025-02-19_06.00.00.nc" are identical.
The text was updated successfully, but these errors were encountered:
When generating MPAS lbc files, the default input file is
init.nc
. However if the lbc tasks are run at different cycles from the ic task cycles, we don't want to add an unnecessary ic tasks. To skip this unnecessary ic task, we can useinvariant.nc
as input when generating the lbc files. The only change is to thestreams.init_atmosphere
:from
to
I compared the lbc files generated using init.nc vs invariant.nc and they are identical.
The text was updated successfully, but these errors were encountered: