-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/rtodling/gcm 1 12 4 tskinice realfix #547
Feature/rtodling/gcm 1 12 4 tskinice realfix #547
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No impact on land, looks ok to me.
fixes #544 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On behalf of @GEOS-ESM/ocean-team and @GEOS-ESM/seaice-team:
Now everything is consistent for TSKINICE
. 🙏
please see: #544 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me. No landice impact.
LONG_NAME = 'snow_or_ice_surface_temperature',& | ||
UNITS = 'C' ,& | ||
UNITS = 'K' ,& |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UNITS = 'C'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UNITS = 'K' is correct based on @rtodling 's fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wmputman yes, the units from CICE4ColumnPhysGridComp
should be C
not K
.
Thanks for bringing it up.
elsewhere | ||
ISTSFC = MAPL_UNDEF | ||
TSKINICE = MAPL_UNDEF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could I suggest this line be changed to
TSKINICE = MAPL_TICE-1.8
MAPL_TICE-1.8 is the default value when there is no sea ice.
This can be done as another PR.
These are fixes for TSKINICE - which so far are coming out as zero.
These require a change in HISTORY for consistency.
All instances of TSKINI in history are aliased to TSKINICE ... with this fix all instances should simply request TSKINICE and forget a aliasing.
The changed HISTORY's are already committed, but in the GEOSgcm_App repo ... will try to see if no conflicts there and submit a PR.