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 .
Not all data available
Dear all,
I have a problem with simulation from MPI - ESM -LR historical experiment data, 2005 year, region of Chuckchi Peninsula. I have become the following errors (in attached log-file slurm-923246.out), including the final ‘Not all data available’. Unfortunately, I didn’t understand, what kind of data aren’t available in my caf-file… I’m attaching the INPUT file, maybe some specifications for these datasets (i.e., model experiments) are needed.
Thank you very much for any suggestions!
Can you provide the output of
ncdump -h /mnt/msu/users/vplatonov/COSMO_CLM/CLM/IN_DIR/historical/caf2005010100.nc
please?
Yes, I have attached output of:
ncks -m caf…nc
It is more simple for some reasons… Does it matter?
Thank you.
There is no T_SKIN in your boundary caf data file. Therefore please set luse_t_skin = .FALSE.,
in the int2lm namelist.
OK, thank you! Could you suggest, which namelist parameters in COSMO - CLM INPUT have to be switched on/off (or another values) due to this ‘luse_t_skin = .FALSE.’ setting?
Thanks.
Hi all, I have a new queston assoiated with the cited above. I’m using the NCEP - CFSR driving data from DKRZ . INT2LM run doesn’t work, I have attached the log-file (slurm-1054836.out). As I have understand, the problem is in “ T_SKIN is used for T_S” and the following “forrtl: severe (174): SIGSEGV , segmentation fault occurred” etc. I have changed luse_t_skin from TRUE to FALSE , but the result is the same: *** T(ke) is used for T_S *** (see file slurm-1055109.out). So, the problem is that NCEP - CFSR data doesn’t contain T_S parameter? How can I run INT2LM without using T_S or, maybe, it can be used in another way?
Thank you very much for any suggestions!
Can you provide the namelist?
Yes, I have attached the INPUT file containing all namelists.
The CFSR data are on pressure levels and not on hybrid pressure-sigma levels which is used as default by INT2LM for interpolation. Therefore the data are interpolated to hybrid-pressure first (see subroutine src_pressure_to_hybrid.f90). The interpolation is triggered by the namelist parameter ke_hybrid. ke_hybrid can only take two values 31 and 38 presently. In the case of CFSR you need to set ke_hybrid=38 in the GRID _IN part of the namelist (see example below).
Please also set the following in the CONTRL of the namelist lprog_qi = .FALSE., luse_t_skin = .TRUE.,
Thank you very much! It works. Could you suggest, should I change any namelist parameters in the following cosmo5 run?
Thanks.
Since there is no cloud ice water
lprog_qi = .FALSE.
in your INT2LM output, make sure to set in GRIBIN of the CCLM namelist lana_qi = .FALSE., llb_qi = .FALSE.,