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 .
Question about ke_soil_in, czml_soil_in parameters
Dear colleagues,
I have some confusion with configuring the GRID _IN NAMELIST block, namely the ke_soil_in, czml_soil_in parameters. I have done the gcm-to-cclm task. But I have replaced the given NCEP “caf”-files (from Training Course) with the ERA -40 (February, 2002) “caf”-files that I have downloaded from DKRZ server. I have replaced some parameters in CONTRL and GRID _IN NAMELISTS accordingly (see the attached INPUT file).
Previously, I have made
for NCEP and ERA -40 “caf”-files. There I have suggested, how to replace many parameters in CONTRL and GRID _IN NAMELISTS . But then I have some doubts with soil parameters. In the NCEP “info”-file, at the end, the following is mentioned:
In the corresponding NAMELIST (for NCEP from Training Course) is:
In the ERA -40 “info”-file at the same position is mentioned:
I have suggested to replace the NAMELIST so (see the INPUT file):
But I have become errors (see the “slurm”-file and maybe, OUTPUT ). I have tried some variants (it is the commented strings in the INPUT file), but there was almost the same result.
Thank you very much for any suggestions for this problem.
Best regards, Vladimir Platonov.
The value for ke_soil_in has to be one less than the dimension of czml_soil_in (see the NCEP example). Therefore you must set ke_soil_in=3 in case of ERA40 data.
This reads a bit strange, but it is a relict of old times when the deepest layer was counted extra as climatological layer.
Thank you. But, unfortunately, this leads new errors. Maybe, I have done something wrong with the other NAMELIST parameters?
The namelist is read in a Fortran program. Therefore the comment sign is ! not #