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 in CLM interpolation: in initInterpMultilevelInterp.F90 at line 465

xieyk

YK
New Member
Hi there,
I am running CESM2.1.3, B1850, f09_g17. The error message is " array not monotonically increasingERROR in initInterpMultilevelInterp.F90 at line 465".
I think it may be caused by the inconsistence between the CLM code "clm/src/init_interp/initInterpMultilevelInterp.F90" and the default inputdata "b.e20.B1850.f09_g17.pi_control.all.299_merge_v3.clm2.r.0134-01-01-00000.nc".
However, I do not know how to fix it.
Hope the professional in CLM could provide some help.
Thanks in advance.
Sincerely,
Yongkun XIE

Here is the detailed information:
Processes,
create_213_case --case B1850_test_1d --compset B1850 --res f09_g17
modfiy env_mach_pes.xml
./case.setup
modify env_build.xml "change DEBUG to TRUE"
modify env_run.xml
./case.build --skip-provenance-check
./.case.run
Attached please find the required files.
By the way, the model can successfully run for case FHIST. I also found a similar thread,
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I was not able to reproduce this error on our machine. The simulation ran successfully for 5 days. Here are the steps I took:

./create_newcase --case cesm213_B1850_test --compset B1850 --res f09_g17
./case.setup
./preview_namelists (this indicated that finidat = b.e20.B1850.f09_g17.pi_control.all.299_merge_v3.clm2.r.0134-01-01-00000.nc and use_init_interp=.true.)
./case.build
./case.submit

So I'm not sure what to suggest...
Do you have a successful port of cesm2.1.3 to your machine?
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Since I can't reproduce the problem here, we'll need more specific information about how you've setup your case.
In particular, please provide more information about what you mean by "modify env_mach_pes.xml" and "modify env_run.xml"
I don't see any files attached.
It would be best if you provided all of the information requested here:

 

xieyk

YK
New Member
Here I uploaded the required files including,
version_info.txt (this may be not helpful because git on our machine is not allowed to access overseas networks)
env_mach_pes.xml
env_run.xml
lnd_in
initInterpMultilevelInterp.F90
cesm.log.210812-235313
lnd.log.210812-235313
atm.log.210812-235313
cpl.log.210812-235313
Macros.make
 

Attachments

  • atm.log.210812-235313.txt
    367 KB · Views: 0
  • cesm.log.210812-235313.txt
    128.8 KB · Views: 4
  • cpl.log.210812-235313.txt
    40.9 KB · Views: 0
  • env_mach_pes.xml.txt
    6.9 KB · Views: 2
  • env_run.xml.txt
    60.7 KB · Views: 1
  • lnd.log.210812-235313.txt
    116.7 KB · Views: 2
  • lnd_in.txt
    8.4 KB · Views: 1
  • version_info.txt
    485 bytes · Views: 2
  • initInterpMultilevelInterp.F90.txt
    24.8 KB · Views: 1
  • Macros.make.txt
    1.9 KB · Views: 1

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Thanks for the information. Your setup looks the same as mine and I still can't replicate the error.
It's possible that your finidat file is corrupted:

b.e20.B1850.f09_g17.pi_control.all.299_merge_v3.clm2.r.0134-01-01-00000.nc

What's it's size? The one I'm using has this size (about 32 GB):

3204796892 Apr 3 2019 /glade/p/cesmdata/cseg/inputdata/cesm2_init/b.e20.B1850.f09_g17.pi_control.all.299_merge_v3/0134-01-01/b.e20.B1850.f09_g17.pi_control.all.299_merge_v3.clm2.r.0134-01-01-00000.nc
 

xieyk

YK
New Member
Thanks. The size of my finidat file is the same as yours.
"3204796892 8月 11 18:07 inputdata/cesm2_init/b.e20.B1850.f09_g17.pi_control.all.299_merge_v3/0134-01-01/b.e20.B1850.f09_g17.pi_control.all.299_merge_v3.clm2.r.0134-01-01-00000.nc"
I downloaded it by using wget from https://svn-ccsm-inputdata.cgd.ucar...9_g17.pi_control.all.299_merge_v3/0134-01-01/

Could you compare whether the code "initInterpMultilevelInterp.F90" that I upload last time is exactly the same as yours?
 

xieyk

YK
New Member
Hi Keith,
When I changed to another pe layout, the error became
" spvals or NaNs found in coordinate array where level_class /= ispval; this is c
urrently unhandled ERROR in initInterpMultilevelInterp.F90 at line 435"
Does this provide a new hint?

Additionally, I will try another version if I cannot fix this problem. Do you have suggestions on version, 2.2, or 2.1.0 - 2?
 

Attachments

  • cesm.log.210815-183506.txt
    121.6 KB · Views: 1
  • cpl.log.210815-183506.txt
    41.7 KB · Views: 0
  • env_mach_pes.xm.txt
    6.9 KB · Views: 1
  • lnd.log.210815-183506.txt
    116.4 KB · Views: 0
  • lnd_in.txt
    8.4 KB · Views: 0

oleson

Keith Oleson
CSEG and Liaisons
Staff member
No, I don't know why the error would change with a different PE layout.
I've noticed that your PE layout is quite different from the one that comes out of the box. I've attached the env_mach_pes.xml that I've used. You could try that if possible on your machine. Although I don't know why it would cause these errors.
You could also try cesm2.2.0, which is the development version of CESM.
 

Attachments

  • env_run.xml.txt
    60.7 KB · Views: 3

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Apologies! Attached is the correct file.
 

Attachments

  • env_mach_pes.xml.txt
    6.9 KB · Views: 11

xieyk

YK
New Member
Hi Keith,
Changing to version 2.2.0 cannot solve this problem. Could you provide me the information about your Fortran compiler? I want to check whether it is a problem with the compiler.
Thanks.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I think it is intel/17.0.1.
I've attached my env_mach_specific.xml and software_environment.txt from my case that attempts to replicate your case, in case that helps.
 

Attachments

  • env_mach_specific.xml.txt
    5.1 KB · Views: 10
  • software_environment.txt
    17.3 KB · Views: 7
Top