Hello,
I am running the aquaplanet simulation with prescribed SST in CESM2.1.3. I am hoping to change the frequency of the output historical file to daily instead of monthly. However, I fail to run the simulation with the error message "MPT error: MPI_COMM_WORLD rank 14 has terminated without MPI_Finalize()" in cesm*.log. The version info of my setting and the log files documenting the errors are attached. Does anyone know why I got this error and how to fix it?
Below is the detail of how I ran the simulation:
(1) Create a new case with prescribed SST for aquaplanet simulation for CAM6.
./create_newcase --case $CASEROOT --compset QPC6 --res f19_f19_mg17
./case.setup
qcmd -- ./case.build
(2) Modify env_run.xml so that the run ends in a month.
STOP_OPTION-->nmonths
STOP_N-->1
(3) Modify user_nl_cam so that the output frequency of the historical file for some variables (CLDICE...) is daily instead of monthly. Below is what I include in user_nl_cam.
&cameexp
fincl2 = 'CLDICE:A','CLDLIQ:A','CLOUD:A','FLNT:A','FLUT:A','PRECC:A','PRECL:A','Q:A','QRL:A','QRS:A','DTCOND:A','T:A','TMQ:A','U:A','V:A','Omega:A','Z3:A'
nhtfrq = 0,-24
mfilt = 1,31
(4) Run the model
./case.submit
If I skip step (3) and do everything else, I can successfully run the model. But, the output historical file is monthly not daily.
Do you have any ideas on how to change the output frequency to daily resolution? Thank you in advance for your help!!!
I am running the aquaplanet simulation with prescribed SST in CESM2.1.3. I am hoping to change the frequency of the output historical file to daily instead of monthly. However, I fail to run the simulation with the error message "MPT error: MPI_COMM_WORLD rank 14 has terminated without MPI_Finalize()" in cesm*.log. The version info of my setting and the log files documenting the errors are attached. Does anyone know why I got this error and how to fix it?
Below is the detail of how I ran the simulation:
(1) Create a new case with prescribed SST for aquaplanet simulation for CAM6.
./create_newcase --case $CASEROOT --compset QPC6 --res f19_f19_mg17
./case.setup
qcmd -- ./case.build
(2) Modify env_run.xml so that the run ends in a month.
STOP_OPTION-->nmonths
STOP_N-->1
(3) Modify user_nl_cam so that the output frequency of the historical file for some variables (CLDICE...) is daily instead of monthly. Below is what I include in user_nl_cam.
&cameexp
fincl2 = 'CLDICE:A','CLDLIQ:A','CLOUD:A','FLNT:A','FLUT:A','PRECC:A','PRECL:A','Q:A','QRL:A','QRS:A','DTCOND:A','T:A','TMQ:A','U:A','V:A','Omega:A','Z3:A'
nhtfrq = 0,-24
mfilt = 1,31
(4) Run the model
./case.submit
If I skip step (3) and do everything else, I can successfully run the model. But, the output historical file is monthly not daily.
Do you have any ideas on how to change the output frequency to daily resolution? Thank you in advance for your help!!!