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 .
Dear Simon,
a few answers to you last but one question:
all changes related to number of vertical levels (ke_tot), height of the model domain,and
thickness of lowest layer (both via vcoord_d, for example) have to be defined in the Namelist of INT2LM and require a
re-run of INT2LM.
vcoord_d: yes, in INT2LM there are some default combinations of ke_tot and vcoord_d, which I do not know by heart
and which are too much to be listed here. You have to look into the code (src_namelist.f90)
If you want to change hard-coded values of variables in the Tietke scheme you have to do it by hand in the code.
Of course, afterwards, the module has to be compiled again.
Impact of changes related to the variables “entrpen” “entrmid” and others: no experience
Answer to your last question:
Your CCLM job failed due to an error in Namelist “ PHYCTL ”.
You defined the parameters lprog_prec = TRUE , (which, by the way, must be lprogprec, without underscore) ltrans_prec = TRUE
Both parameters have been deleted as Namelist parameters since COSMO Version 4.23, but you are using Version 5.0, aren’t you?
Such errors are indicated in the standard output, in your case in “cclme6001.job”.
Unfortunately, you only get the info that something is wrong, but not what is wrong
This requires to have a look into the code and to compare the existing Namelist parameters of the corresponding Namelist whith the
definitions in your script.
Or, what is always as must, lokk into the “misc.global” file of the version you are using and look for changes in the corresponding Namelist.
Best regards
Hans-Juergen