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

Create cplhist mode for dice #290

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. Create cplhist mode for dice (NOAA-EMC#62)

    * Adapt docn_datamode_cplhist for dice_datamode_cplhist
    
    * Fix .or. and local  variables have different names in docn and dice
    
    * Add Si_imask. Decide whether to have flds_i2o_per_cat for cplhist method.
    
    * Copy sea ice stream fields to export state fields via dshr_dfield_add
    
    * Switches So_t from C to K. Decide on which/add switch
    
    * Overwrite missing value of 0 K in Si_t
    
    * Handle So_t in C and K in docn_datamode_cplhist_mod.F90
    
    Need model SST to be in K
    if (minval(So_t) .LT. 100.0_r8), convert C-->K
    
    * Only fill docn_datamode_cplhist export variables if associated. Handle units of So_t based on namelist input
    
    * Default convert SST C to K (as currently). Then switch based on optional sst_constant_value
    
    * Allow null return for taux too in dice/dice_datamode_cplhist_mod.F90
    
    * Add doc for dice cplhist mode to dice.rst
    NickSzapiro-NOAA committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7ea7866 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. remove the test for rc after the restart_write calls in ice_comp_nuop…

    …c.F90
    
    errors are handled internally in that subroutine and do not return
    NickSzapiro-NOAA authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cf09feb View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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