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
ncks caf-file... >info
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:
soil1[0]=0.05 m soil1[1]=1.05 m
In the corresponding
NAMELIST
(for
NCEP
from Training Course) is:
ke_soil_in=1, czml_soil_in=0.05, 1.05,
In the
ERA
-40 “info”-file at the same position is mentioned:
soil1[0]=0.035 m soil1[1]=0.175 m soil1[2]=0.64 m soil1[3]=1.945 m
I have suggested to replace the
NAMELIST
so (see the
INPUT
file):
ke_soil_in=4, czml_soil_in=0.035, 0.175, 0.64, 1.945
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.
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.
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?
Thank you. But, unfortunately, this leads new errors. Maybe, I have done something wrong with the other NAMELIST parameters?
Thank you. But, unfortunately, this leads new errors. Maybe, I have done something wrong with the other NAMELIST 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.