-
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
Coupling support for GEOS-ESM #491
base: main
Are you sure you want to change the base?
Coupling support for GEOS-ESM #491
Conversation
…p and use passed in values to update Ts
…ment; add solar to fsurf
…erenc from fresh ice
…remove ifdefs and use optional arguments
…mize routine interface changes
…e debug queue has limit
…ing suite; add a small_suite and a 15 day run set
fix a bug of not updating enthalpy for BL99
* first attempt at enabling mushy layer thero scheme in GEOS coupling; built ok; needs tests * fixed a tice_high bug in init_vertical; add updating fsurf/fsurf_cpl when Tsf gets reset to Tmlt * protect ismyturn with GEOSCOUPLED macro * protect ismyturn with another GEOSCOUPLED macro * remove printout i,j,tsk
…qsn-mushy do not correct zqsn in condensation step when ktherm=2
Enable delta Eddington shortwave scheme in GEOS
merge upstream main post v6.5.0
HI @zhaobin74. Thanks for putting these together. I've had a quick look and they look pretty reasonable. But I will go thru the modification in Icepack and CICE carefully and provide some feedback. We are in the process of updating several interfaces as part of a bgc upgrade, so depending on progress on that task, some revisions may be needed here for that too. But I don't think that will be a big problem, and we can work together to bring your changes into the code cleanly. More soon. |
Thanks, @apcraig. All sounds good. Look forward to working with you and others on this PR. |
Hi @zhaobin74, haven't forgotten about this. I'm trying to get an update to bgc into the code before we test/merge your modifications. This PR is high priority, sorry for the delays. |
Hi @apcraig, just back from leave. No problem, we can deal with it later. |
PR checklist
This PR adds support for coupling CICE6/Icepack to NASA GMAO GEOS-ESM
@zhaobin74
@eclare108213, @apcraig, @dabail10
Run base_suite with both base tag (main) and this PR and got bit-for-bit identical results
GEOSCOUPLED
macro to isolate the relevant code specific to GEOSHi Consortium, I am putting this PR in draft mode for now to get feedbacks. I am happy to improve it with your help and suggestions.