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

error:not able to increment file name from met_filenames_list

anushree

Member
Hi all,
I have given a trial run for two days with F compset specified dynamics.Instead of MERRA-2, i have given my own cesm generated met file.I start the model from 2009-01-01.
./xmlchange STOP_OPTION='ndays'
./xmlchange STOP_N=2
./xmlchange REST_OPTION=ndays
./xmlchange REST_N=2
RUN_STARTDATE value="2009-01-01"

In met_filenames_list i have given the names of the two nc files( 2009-01-01 and 2009-01-02) in .txt file.
The model gives the output for the first day but its complaining that it isn't able to find 2009-01-02 met file in the .txt file and does not increment further.
Precisely i am getting the error:
ERROR:
not able to increment file name from met_filenames_list file

Although the file is there in the .txt file it is still complaining.
Kindly help me with this problem.I have attached the atm.log file.
 

Attachments

  • atm.log.3131180.pbshpc.220620-201017.zip
    142.2 KB · Views: 4

cacraig

Cheryl Craig
CSEG and Liaisons
Staff member
I see the following in your atm log file (this is when it increments to your second day after timestep 41):

incr_flnm: old filename = ssp585_hy4.cam.h0.2009-01-01-00000.nc
incr_flnm: open met_filenames_list :
/home/cas/phd/asz168368/scratch/cesm2.2.0_out/cases/trials/ssp585_hy4/processed
_files_for_3rd_exp/text.txt


incr_flnm: new filename =
ssp585_hy4.cam.h0.2009-01-02-00000.nc


Then there is the error message you reported:
incr_flnm: old filename = ssp585_hy4.cam.h0.2009-01-02-00000.nc
incr_flnm: open met_filenames_list :
/home/cas/phd/asz168368/scratch/cesm2.2.0_out/cases/trials/ssp585_hy4/processed
_files_for_3rd_exp/text.txt


ERROR:
not able to increment file name from met_filenames_list file: /home/cas/phd/asz
168368/scratch/cesm2.2.0_out/cases/trials/ssp585_hy4/processed_files_for_3rd_ex
p/text.txt
The problem is that you are asking to run for 2 days and restart twice. This means you are trying to run for 4 days, but you only have 2 days worth of data.
 
Top