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

Bring NCO update back #2

Conversation

lgannoaa
Copy link

Bring back changes from NCO:

  1. var_defns.sh.template with the following changes
    -EXTRN_MDL_DATA_STORES='hpss aws nomads'
    +EXTRN_MDL_DATA_STORES=''
    +#EXTRN_MDL_DATA_STORES='hpss aws nomads'
    These options cause make_ics/make_lbcs look for external sources and takes 15-30 minutes to fail. EXTRN_MDL_DATA_STORES should be blank so it only looks for the files on WCOSS and fails immediately if not found.

-DCOMINfire='/lfs/h1/ops/prod/dcom'
+#DCOMINfire='/lfs/h1/ops/prod/dcom'
-DCOMINairnow='/lfs/h1/ops/prod/dcom'
+#DCOMINairnow='/lfs/h1/ops/prod/dcom'
These overwrite variables set in J-jobs so I commented them out. We also should not have hard-coded path locations.

  1. Use '-s' instead of '-f' to prevent size zero file:
    ush/bash_utils/get_manage_externals_config_property.sh:115: if [ ! -f "${externals_cfg_fp}" ]; then
    ush/bash_utils/create_symlink_to_file.sh:122: if [ ! -f "${target}" ]; then
    scripts/exaqm_make_lbcs.sh:408:if [ ! -f "${exec_fp}" ]; then
    scripts/exaqm_make_ics.sh:491:if [ ! -f "${exec_fp}" ]; then
    scripts/exaqm_lbcs.sh:109: if [ -f ${chem_lbcs_fp} ]; then
    scripts/exaqm_lbcs.sh:120: if [ -f "$1" ]; then
    scripts/exaqm_lbcs.sh:274: if [ ! -f "${exec_fp}" ]; then

  2. Update ecflow definition for 18Z time based trigger.

@JianpingHuang-NOAA JianpingHuang-NOAA merged commit d06101c into JianpingHuang-NOAA:feature/AQMv7_release_v13 Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants