-
Notifications
You must be signed in to change notification settings - Fork 111
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
A few sea ice related issues in the NSST analysis #18
Comments
The item 3, Apply the two SST climatology updates to Tf for the grids with sea ice fraction, is not included in this review (will be done in the future).
global_cycle.fd/cycle.f90
ush/global_cycle.sh
|
Xu, I hope you are not hardwiring the minimum sea ice concentration. In the GFS now we have namelist variables "min_seaice" and "min_lakeice". While standalone GFS currently uses a value of 0.15 for both, in the coupled model I am using 1.0e-6 for min_seaice and 0.15 for min_lakeice. |
Hi, Moorthi,
I am not using a hardwired minimum sea ice concentration, I use the mask
(slifcs) to judge if the water temperature (for the grids when sea ice
exists) is calculated or not.
Xu
…On Thu, Oct 3, 2019 at 10:10 AM SMoorthi-emc ***@***.***> wrote:
Xu, I hope you are not hardwiring the minimum sea ice concentration. In
the GFS now we have namelist variables "min_seaice" and "min_lakeice".
While standalone GFS currently uses a value of 0.15 for both, in the
coupled model I am using 1.0e-6 for min_seaice and 0.15 for min_lakeice.
Moorthi
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ANEMLJWP6CT2RCK3JWHJHHDQMX4LPANCNFSM4IYC56YA>
.
|
develop: This commit references issue #18. Updates to global_cycle: Tf analysis for the grids with sea ice done using a salinity dependent formula (instead of using 271.2 K). Update sfcsub.F to the latest version used by the forecast model (includes elimination of masked interpolation for substrate temperature and some updates to Fortran 90 standards). The global_cycle.sh script was updated to reference a new global salinity dataset. Updates to global_chgres - Update sfcsub.F to use same version as global_cycle.
Work complete. Closing issue. |
In the current NSST foundation temperature (Tf) analysis, a few sea ice related issues need to be resolved:
Tf analysis for the water-ice mixed grids (ice concentration > 15%)
The Tf evolution in prediction mode due to two SST climatology updates: (1) Seasonal tendency; (2) Relaxation to climatology
In this ticket,
The text was updated successfully, but these errors were encountered: