Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Fail to change output frequency in aquaplanet CESM2

muting

Seattle climate scientist
New Member
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!!!
 

Attachments

  • version_info.txt
    4.2 KB · Views: 1

muting

Seattle climate scientist
New Member
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!!!
Here are the log files.
 

Attachments

  • atm.log.txt
    283.4 KB · Views: 2
  • cesm.log.txt
    101.9 KB · Views: 1
  • cpl.log.txt
    41.4 KB · Views: 0

fischer

CSEG and Liaisons
Staff member
Hi,

Looking at your atm.log file, I see this error.


FLDLST: Omega in fincl(16, 2) not found

It looks like Omega should be all capital letters in your user_nl_cam.

Chris
 
Top