-
Notifications
You must be signed in to change notification settings - Fork 49
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
CMIP6: thkcello problem to regrid #190
Comments
Hi, I also have difficulties with that file. A simple "cdo copy" results in the same error. I also tried to set the axis of that variable as follows:
_ERROR: nco__open() unable to open file "thkcello_Ofx_AWI-CM-1-1-MR_historical_r1i1p1f1_gn.nc" Does anyone else know how to tame that file? |
I am not really sure it make sense to regrid Same thing with Or I am missing something here? |
Hei @koldunovn, thanks for your question. It's the first time I'm working with AWI-CM-1-1-MR results and I'm not familiar with FESOM's unstructured grid. My main goal is to calculate water mass transformation in the Subpolar North Atlantic and for that, I need the area of the cell and the thickness of the layer. To compare the results of different CMIP6 models I'm interpolating all of them to a regular grid (1degree), and since I'm interpolating the variables hfds, wfo, tos, sos, and mlotst for this regular grid I thought that I should do the same for areacello and thkcello. However, I'm not sure of my steps with FESOM, so if you have any suggestions for my problem it'd be nice. Now I'm using CDO to separate the files and area I need and afterward, I'll process these NetCDF files in Matlab. |
Hi @leilanepassos Interpolation of On a side note, @dsidoren publish a couple papers recently arguing that study water mass transformation in z coordinate framework might not be the best idea :) https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002317 |
Please reopen if the issue is still not addressed. |
Hei, I'm working with the AWI-CM-1-1-MR data on the DKRZ server (CMIP6: historical r1 until r3). I'm trying to regrid the variable thkcello using CDO:
cdo remapycon,global_1 thkcello_Ofx_AWI-CM-1-1-MR_historical_r1i1p1f1_gn.nc output.nc
but I'm receiving the message:
Warning (cdf_read_ycoord): Unsupported array structure, skipped variable thkcello!
Warning (cdfInqContents): No data arrays found!
cdo select: Open failed on >thkcello_Ofx_AWI-CM-1-1-MR_historical_r1i1p1f1_gn.nc<
Unsupported file structure
Questions:
1)I've managed to regrid the variable areacello with this command. Should I use the same command with thkcello?
2)Is it the most indicated way to regrid variables: hfds (Downward Heat Flux at Sea Water Surface), wfo (Water Flux into Sea Water), tos(sea surface salinity), sos (sea surface temperature), and mlotst (Ocean Mixed Layer Thickness Defined by Sigma T)?
The text was updated successfully, but these errors were encountered: