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

Add additional logging to staging job #3334

Open
KateFriedman-NOAA opened this issue Feb 18, 2025 · 0 comments
Open

Add additional logging to staging job #3334

KateFriedman-NOAA opened this issue Feb 18, 2025 · 0 comments
Labels
feature New feature or request

Comments

@KateFriedman-NOAA
Copy link
Member

What new functionality do you need?

Additional logging within the staging job to note more in the job logs about what is happening in the job (e.g. the decisions being made in the staging yamls, particularly the master). Also consider increased logging for files found/not found.

Examples:

  1. This line should document its outcome:
{% if path_exists(ICSDIR ~ "/" ~ COMOUT_ATMOS_RESTART_PREV_MEM | relpath(ROTDIR) ~ "/" ~ p_prefix ~ ".sfcanl_data.tile" ~ ntile ~ ".nc") %}
  1. Master yaml decisions: The decisions happening in the master yamls occur using major switches. Those switches are documented in the log but it's not explicity stated what happens because of those switches (e.g. this yaml is being included or not included). Example:
'RUN': 'enkfgdas', 'MODE': 'cycled', 'EXP_WARM_START': True, 'NMEM_ENS': 80, 
'DO_JEDIATMVAR': False, 'OCNRES': '025', 'waveGRD': 'uglo_100km', 'ntiles': 6, 
'DOIAU': True, 'DO_JEDIOCNVAR': False, 'REPLAY_ICS': False, 'DO_WAVE': False, 
'DO_OCN': False, 'DO_ICE': False, 'DO_NEST': False, 
'USE_ATM_ENS_PERTURB_FILES': False, 'USE_OCN_ENS_PERTURB_FILES': False,

Should document which yamls are being included for parsing.

What are the requirements for the new functionality?

Does not break job. More information is present in the log.

Acceptance Criteria

Job runs just the same but now has additional information in its log.

Suggest a solution (optional)

No response

@KateFriedman-NOAA KateFriedman-NOAA added the feature New feature or request label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant