INT2LM error code 5051
Added by Cecille Villanueva-Birriel over 5 years ago
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
*----------------------------------------------------------
--------------------------------------------------------------------------
Replies (4)
RE: INT2LM error code 5051
-
Added by Hans-Juergen Panitz over 5 years ago
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
RE: INT2LM error code 5051
-
Added by Cecille Villanueva-Birriel over 5 years ago
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
header_rcp8.5_file.txt | header_rcp8.5_file.txt | 5.62 KB | |||
OUTPUT | OUTPUT | 34.2 KB | |||
INPUT | INPUT | 1.93 KB |
RE: INT2LM error code 5051
-
Added by Burkhardt Rockel over 5 years ago
The end of your OUTPUT file is as follows
Variable has been read; number of from total levels read number of levels U T ; 47 47 V T ; 47 47 T T ; 47 47 QV T ; 47 47 PS T ; 1 1 ***T_SKIN F ; 0 1 W_SNOW T ; 1 1
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
luse_t_skin = .FALSE.,
and try again.
RE: INT2LM error code 5051
-
Added by Cecille Villanueva-Birriel over 5 years ago
I knew I was missing something simple. Now it works perfectly. Thank you very much!