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 end of run functionality to CICE #77

Merged
merged 8 commits into from
Jun 25, 2024

Commits on Apr 23, 2024

  1. Add end of run restart file functionality

    This commit changes the ice_comp_nuopc file to add the ability to
    create a restart file at the end of a run. When the stop_alarm is
    active, the code will now force a restart file to be written.
    dpsarmie committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9e30017 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Add CICE write_restart_at_endofrun config option call

    This will allow the user to set the write_restart_at_endofrun option
    in the ufs.configure.*.IN file to control the creation of the
    restart file at the end of the run. This single config option controls
    restart files for CMEPS, MOM, and CICE.
    dpsarmie committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    40c5cce View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Move configuration check to IntializeAdvertise

    The check for the write_restart_at_endofrun config option was going
    to run at each model step. This change will run the check once and
    set a logical variable for the subsequent check.
    dpsarmie committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0dfc2bb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Turn end of run alarm off

    Turn off stop_alarm check when write at end of run restart is called.
    dpsarmie authored May 6, 2024
    Configuration menu
    Copy the full SHA
    09ca939 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Add check for AlarmIsRinging

    Added a check for AlarmIsRinging call.
    dpsarmie committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fc376d3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    2be706c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    29b4763 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update cice_wrapper_mod.F90

    Change precision of variable being logged
    dpsarmie authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9733e45 View commit details
    Browse the repository at this point in the history