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

Update from Consortium Main Oct 8, 2022 #125f03a #11

Conversation

apcraig
Copy link
Collaborator

@apcraig apcraig commented Oct 8, 2022

PR checklist

  • Short (1 sentence) summary of your PR:
    Update from Consortium Main Oct 8, 2022 #125f03a

  • Developer(s):
    apcraig

  • Suggest PR reviewers from list in the column to the right.

  • Please copy the PR test results link or provide a summary of testing completed below.
    bit-for-bit on cheyenne with 3 compilers full Icepack test suite

  • How much do the PR code changes differ from the unmodified code?

    • bit for bit
    • different at roundoff level
    • more substantial
  • Does this PR create or have dependencies on CICE or any other models?

    • Yes
    • No
  • Does this PR add any new test cases?

    • Yes
    • No
  • Is the documentation being updated? ("Documentation" includes information on the wiki or in the .rst files from doc/source/, which are used to create the online technical docs at https://readthedocs.org/projects/cice-consortium-cice/.)

    • Yes
    • No, does the documentation need to be updated at a later time?
      • Yes
      • No
  • Please provide any additional information or relevant details below:

  • Update to close unit numbers as workaround for Mac OS bug

  • New modal Icepack tests

  • Remove pondcesm test

  • icepack_shortwave changes NOT updated due to divergence, but implementations are consistent

phil-blain and others added 4 commits August 23, 2022 10:19
…CE-Consortium#399)

In subroutine icepack_therm_shared::icepack_init_trcr, 'Tair' is
documented as having units 'C' (degrees Celsius), but this is incorrect,
this variable is in Kelvins. This can be seen a few lines below where we
compute Tsfc:

    Tsfc = min(Tsmelt, Tair - Tffresh) ! deg C

where 'Tffresh' is the freezing point of fresh ice in Kelvins, 273.15,
as defined in icepack_parameters.

Fix the units in the declaration comment.

Reported-by: Frederic Dupont <frederic.dupont@canada.ca>
* Implement several dEdd fixes

- update g/w0/tau calculation, get rid of use of puny
- add missing g/w0/tau calculation after "aerosol in snow" calculation
- fix bug in computation of modal_aero taer/waer/gaer, changed divide to multiple of rnilyr/rnslyr
- refactor divides of rnilyr/rnslyr to multiplies of real(nilyr/nslyr)

Generally changes answers for tr_aero

* Update test suites, add modal test

* Add set_nml.modal

* Update icepack_shortwave.F90 with minor changes

to implementation consistent with E3SM Icepack snicar upgrades
This change is bit-for-bit for the full test suite  on cheyenne.
* close nu_diag

* close more files

* close restart file after bgc has been read
@apcraig apcraig requested a review from eclare108213 October 8, 2022 20:58
@apcraig apcraig merged commit 881db9a into E3SM-Project:cice-consortium/E3SM-icepack-initial-integration Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants