-
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
Create utility to down-scale ice and ocean Restarts from 1/4deg to desired resolution #929
Comments
4 tasks
Using restart files obtained from |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depending on resolution, the ICs for the MOM6 and CICE6 models in the coupled configurations in the UWM RTs have different sources.
For low resolution, I believe the MOM6 ICs are provided as T,S fields on Z-levels from CFSR MOM4 (5?) restarts. (This should be verified.) For the 1/4 deg resolution, the ICs are used from a Travis Sluka's DA run using MOM6.
CICE6 ICs are generated from the CPC reanalysis at 1/4deg. This is a SIS/SIS2 model, which is contains velocities on the C-grid staggers (N,E faces). CICE6 is a B-grid model for dynamics (velocities on the corners). A NCL script, modified from one originally written by Dave Baily (NCAR) and Xingren Wu (EMC) is used to create CICE6 ICs at 1/4deg and lower resolutions. It was recently found that this procedure produces incorrect velocities for the CICE6 model ICs. See ufs-community/ufs-weather-model#2163. While the model starts w/ incorrect ICs, after about 24 hours the velocities have recovered and restarts produced as the model integrates are correctly oriented.
ICs are now available from the marine DA system, but are only available at 1/4deg and 5deg. A new utility is needed to down-sample the MOM6 and CICE6 restarts from 1/4deg to generate warmstarts files lower resolutions.
For background, the following shows the existing issue w/ the CICE6 ICs that were produced from the CPC SIS2 restarts. The figure shows the 1/4deg IC velocities used by the DATM configurations for 2011-10-01. Vectors within the marked areas show regions of opposite vector orientations on adjacent rows. These regions also appear in the down-scaled warmstart files created using the current (NCL) procedure. The NCL procedure is not a viable alternative, even if it were converted to a F90 routine. Therefore, a new utility is required.
The text was updated successfully, but these errors were encountered: