Push notifications in your browser are not yet configured.
You are not logged in, you may not see all content and functionalities. If you have an account, please login .
INT2LM error code 5051
Hello,
I have dowloaded MPI - ESM -LR rcp8.5_r2i1p1 data from the dkrz tape archive to downscale it and run CCLM . However, when I run INT2LM I am getting the following error and I am not sure why. I have spent a lot of time figuring out why is this and maybe it is something simple that I am missing. I have edited the namelist in order to include the particular details of these dataset such as ie_in_tot, startlat_in_tot, ke_soil_in_ , etc. Has anyone had this error before? Any help will be greatly appreciated. Thanks in advance.
Cecille
————————————————————————————————————— CLOSING ncdf FILE *** Control Geopotential has been calculated *** *** FI is marked as being read *** —————————————————————————————— * PROGRAM TERMINATED BECAUSE OF ERRORS DETECTED * IN ROUTINE : org_read_coarse_grid * * ERROR CODE is 5051 * *** ERROR : Not all data available *** ——————————————————————————————
—————————————————————————————————————
Hi Cecille,
it is always hard to help having only such sparse information.
You should provide at least
- the Version-No. of INT2LM
- the File “ INPUT ”, that is your INT2LM namelist setting, created after you submitted INT2LM
- the file “ OUTPUT ” would also be fine
- and a file containing the result of “ncdump -h your_MPI_ESM_LR_inputfile.nc”
However, it seems to me that INT2LM should consider a quantity, that you defined by your Namelist settings, which is not
included in the MPI - ESM -LR data. The question is, which one. To answer it, the requested information is needed.
Hans-Juergen
Sorry for not including this information. I have attached the INPUT , OUTPUT and netcdf header file infomration. I am using int2lm2.0_clm4. Thanks again!
Cecille
The end of your OUTPUT file is as follows
This means that the variable T_SKIN was not found. This is, because it is not in the caf-files.
In your namelist file please set
and try again.
I knew I was missing something simple. Now it works perfectly. Thank you very much!