-
Notifications
You must be signed in to change notification settings - Fork 133
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
CICE in CESM/RASM #75
Comments
Testing has begun in RASM. There is a branch in the rasm repo, cice6 where development and testing are happening. The CICE and Icepack rasmA branches in the fork apcraig are being synced with the NPS svn code. Eventually, the rasmA branches will be merge to the consortium. More testing is needed. |
See PR #152 and Icepack PR 208 |
A few details about this ongoing work: This coupling is being worked on by Tony Craig, Andrew Roberts and Robert Osinski. First up, we have CICE6 working in RASM in G-case simulations using RASM Version 2.1, which uses WRF 3.7, CICE 6-alpha, POP2, and VIC 5, and have completed an integration of the ice-ocean simulations from 1979 to 2009 on an SGI Ice X . Plots evaluating the climate of the model in comparison to the default ColPkg version of CICE in RASM V2, which was the code base used to initiate the CICE-Consortium on GitHub, will be made available in the coming weeks. |
A pre release CICE6.0 candidate is running in RASM. Results will be part of the release documentation. This will be an ongoing task, to test CICE in coupled systems. At this point, I will close this issue. The codes have been synced up recently and the process is in good shape. See #253 |
…016 (CICE-Consortium#75) * Adding ref of Bouillon and Kimmritz * Still in the process of adding the refs * Also added Bouillon 2009 and Hunke 2002 to div_stress subroutine * Done adding these refs Co-authored-by: Tony Craig <[email protected]>
* fix dummy arguments w/o values * fix missing j-loop in export 4d Resolve compiler warning arising from ice_prescribed_mod due to the intent(out) variable RC not being given an explicit value. This is an operational requirement for NOAA. Fix bug arising from missing j-loop index in ice_import_export
…sortium#75) (CICE-Consortium#944) * fix dummy arguments w/o values * fix missing j-loop in export 4d Resolve compiler warning arising from ice_prescribed_mod due to the intent(out) variable RC not being given an explicit value. This is an operational requirement for NOAA. Fix bug arising from missing j-loop index in ice_import_export
CICE needs to be ported and tested in the CESM and RASM frameworks. The current cesm driver will not work due to the changes to the Icepack implementation and the use statements.
The text was updated successfully, but these errors were encountered: