-
Notifications
You must be signed in to change notification settings - Fork 13
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
Ordering of netCDF File Reads #47
Comments
Hi, I am new to METROMS. I have compiled it. But now I should prepare input initial, boundary, forcing and climatology file for METROMS. |
Hi joeailvyou, I use the python scripts to run the model. You have to create a script for your own case, and set the parameters (in /common/python/Params.py) for your case, so that it creates the ice_in and roms.in files correctly from the templates. |
Dear bilgetutak, |
I am sorry I have no idea how the assimilation is opened/closed. Maybe it is a CPP option within the ROMS header file. I haven't seen any option indicating those namelists. Maybe start from one of the cases of the metroms like arctic-4km or arctic-20km. |
As for the atmospheric forcing, Have you used the metroms/tools/create_time_index.py to create ascii-files, whose location were later indicated by |
No I have always tried to use the ecmwf data file options, and never tried to use that script. |
Hi,
I am currently trying to setup a ROMS-CICE simulation through metroms code.
I believe (hope) I have successfully compiled the model.
However, I am getting
ice_therm_mushy solver failure
at the first time step.
I am currently using ECMWF/ERA-5 data. I have regridded the data on to the CICE grid (at least that is my understanding for the atmospheric forcing data requirement of CICE Model). I had problems with weird looking atmospheric data.
Then, I was checking the diagnostics, and I have reached to the point where the atmospheric forcing files are read through ice_read_write.F90 file. In the below part of the code,
metroms/apps/common/modified_src/cice5.1.2/source/ice_read_write.F90
Line 1309 in 1e0491a
Again if I am understanding this correctly, the order of the CICE Atmospheric Forcing dimensions are (x,y,t) or (lon, lat, time), which was counterintuitive for me (as most of the standart netCDF files have them in the reverse order - (t, y, x) or (time, lat, lon) ).
If this is the case, I am guessing that comes from legacy CICE atmospheric forcing data requirements.
In any case, is there any accessible tool/script for the correct formatting of the atmospheric forcing data in to the CICE model.
Thank you,
Bilge.
The text was updated successfully, but these errors were encountered: