add feature

This commit is contained in:
baoliang 2025-01-12 19:12:52 +08:00
parent 26c09e0e54
commit 38e1c77358

View File

@ -108,6 +108,7 @@ RUN git clone -b release-clm5.0 https://github.com/ESCOMP/CTSM.git ctsm \
&& chown -R clm:clm /model/ctsm \ && chown -R clm:clm /model/ctsm \
&& cd .. && cd ..
RUN mkdir -p /inputdata
VOLUME ["/inputdata"] VOLUME ["/inputdata"]
ENV PATH="/model/ctsm/cime/scripts:${NCDIR}/bin:${PATH}" \ ENV PATH="/model/ctsm/cime/scripts:${NCDIR}/bin:${PATH}" \
LANG=C.UTF-8 LANG=C.UTF-8