Problem Description:
Compsets starting with “I” require forcing files for DATM. However, when running the `./check_input_data` script, issues may arise where input data cannot be downloaded or read properly.
Solution:
1. Edit the `cime/config/cesm/config_machine.xml` file.
2. Under the `<DIN_LOC_ROOT>` tag, add the following line:
<DIN_LOC_ROOT_CLMFORC>$DIN_LOC_ROOT/atm/datm7</DIN_LOC_ROOT_CLMFORC>
Here, `$DIN_LOC_ROOT` should be replaced with the absolute path specified in the `<DIN_LOC_ROOT>` tag.
References:
– https://bb.cgd.ucar.edu/cesm/threads/issue-installing-on-centos-8-with-slurm-and-lmod.5884/#post-39110
– https://github.com/ESMCI/cime/issues/3097
– https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/users_guide/setting-up-and-running-a-case/customizing-the-clm-configuration.html?highlight=download#downloading-datm-forcing-data
Recent Comments