2021-06-13

系统二进制检查

CCPL checksum步骤:

文件:CCPL_dir/run/CCPL_logs/by_executables/MCV/MCV.CCPL.log.0

  1. 1核跑一次,然后 grep "Check sum of" 文件 > tmp_1.out

  2. 24核跑一次,然后 grep "Check sum of" 文件 > tmp_24.out

  3. diff tmp_1.out tmp_24.out > diff.out

文件配置

1.CCPL_dir/config/all/public_field_attribute.xml
CCPL申明系统变量

2.config/common/case.conf
配置节点核数等

3.config/lib/c_coupler/compiler.cfg
配置CCPL编译选项

4.config/atm/MCV/compiler.cfg
配置系统编译选项

5.config/atm/MCV/form_src.sh
配置编译目录

  1. /CCPL_dir/config/all/env_run.xml
    配置日期start_date
<?xml version="1.0" ?>
<Time_setting
    case_name="PIcontrol"
    model_name="CESM"
    rest_ref_case="case.std"
    rest_ref_date="00010101"
    rest_ref_second="00000"
    run_type="initial"
    leap_year="off"
    reference_date="00010101"
    start_date="20220704"
    start_second="0"
    rest_freq_unit="none"
    rest_freq_count="10"
    stop_option="ndays"
    stop_date="-999"
    stop_second="0"
    stop_n="-999"
/>
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容