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

Icepack #750

Closed
wants to merge 24 commits into from
Closed

Icepack #750

wants to merge 24 commits into from

Commits on Aug 26, 2024

  1. cice-scm work from Molly Wieringa summer visit

    cice single colum model work from:
    Molly Wieringa
    Chris Riedel
    Cecilia Bitz
    
    This reverts commit 0932d47.
    hkershaw-brown authored and mjs2369 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6547eaa View commit details
    Browse the repository at this point in the history
  2. rename model directory cice-scm

    Sea Ice Single Column Model
    hkershaw-brown authored and mjs2369 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c4f7a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f00a36d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. model_mod - remove unneeded and update comments, remove svn info and …

    …register_module, adjusting style and organization to be more readable and consistent
    mjs2369 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    83e4162 View commit details
    Browse the repository at this point in the history
  2. Remove unused variables and subroutines, including those commented ou…

    …t that were replaced with the corresponding ones from default_model_mod
    mjs2369 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    70204d4 View commit details
    Browse the repository at this point in the history
  3. dart_cice_mod.f90 and dart_to_cice.f90 - remove svn info and register…

    …_module, adjusting style to be more readable and consistent
    mjs2369 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fa5903e View commit details
    Browse the repository at this point in the history
  4. dart_cice_mod: more cleaning and removing use statements for unused s…

    …ubroutines and unused variables
    mjs2369 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    673c2e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 1, 2024

  1. model_mod.f90: Remove unused subroutine find_var_type and unused vari…

    …ables; use len=vtablenamelength in definition for state variable_table instead of len=NF90_MAX_NAME
    mjs2369 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eb5a29d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d31e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0bc805 View commit details
    Browse the repository at this point in the history
  4. Removed function set_model_time_step() from dart_cice_mod, using the …

    …default ; removed assimilation_period_days, assimilation_period_seconds from &model_nml
    
    Set default namelist item ‘debug’ value to 1 to not print all the additional info
    mjs2369 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    af4ad1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d910bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54e6a83 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Added a readme including a brief description of the model and instruc…

    …tions to use the icepack model_mod. Added a example test case that uses perturb_single_instance=.true. to the repo
    mjs2369 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e3a5129 View commit details
    Browse the repository at this point in the history
  2. Fixes the subroutine use_default_state_variables to use the correct n…

    …etcdf variable names for the corresponding QTYs.
    
    Note that this commit is more for bookeeping since this subroutine will be removed from the code in the following commit. Other model_mods do not include this subroutine and the default is typically hardcoded in the model_state_variables item of the &model_nml
    mjs2369 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c7fefc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Removing the subroutine use_default_state_variables as stated by the …

    …comment. The rest of the model_mods do not use a subroutine like this. The default is provided in the input namelist.
    
    Added check in place of the subroutine calll to error out if the model_stat_variables nml entry is completely empty (model_stat_variables = ‘ ’)
    mjs2369 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    56ad321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b9555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d74df86 View commit details
    Browse the repository at this point in the history
  4. Updating the documentation to reflect the removal of the icepack_test…

    … dir from the repo and include the model_nml item grid_oi. Updating source variable in model_mod
    mjs2369 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    293b033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5223c24 View commit details
    Browse the repository at this point in the history
  6. Adding conidtionals to check debug value before printing lots of info…

    … from model_interpolate
    mjs2369 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    584b8aa View commit details
    Browse the repository at this point in the history
  7. Doc fixes

    mjs2369 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c33ba0b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Remove comment from models/icepack/model_mod.f90 that was leftover fr…

    …om the template
    
    Co-authored-by: Helen Kershaw <20047007+hkershaw-brown@users.noreply.github.com>
    mjs2369 and hkershaw-brown authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ff4ea2b View commit details
    Browse the repository at this point in the history