-
Notifications
You must be signed in to change notification settings - Fork 34
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
SSTICE_DATA_FILENAME does not allow for multiple sst data files #35
Comments
Do we need to fix this in CICE5? Mariana is working on the new prescribed ice with CDEPS for CICE6. |
I opened it in cice5 because a user is trying to read in multiple sst data files in cesm2.1.3 - I will submit a PR to fix it. |
After looking into this problem we have found that it would not be easy to address. The workaround is to make changes in your source as follows:
Then list your files in user_nl_cice:
|
I guess I don't understand what code changes are needed? The variable stream_fldfilename is already a character string array in ice_prescribed_mod.F90. This is CICE5. I haven't looked at CICE6 yet. |
Does the XML string SSTICE_DATA_FILENAME take a character string of arrays? Also, do you only want 10 files possible? The fortran code allows for 400. |
Nevermind. I just read the title. :) |
Updated the comment to reflect the possibility of 400 files. |
So, do you want to change CESM_CICE5 or just have the workaround available? |
cam_cesm2_1_rel_38: Updates to compsets at 2-deg resolution
The fortran allows for multiple files in variable stream_fldfilename however there is currently no way to
set more than one file without modifying the code.
The text was updated successfully, but these errors were encountered: