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 Occurs when submitting the CESM/CLM

Status
Not open for further replies.

liren

Liren
Member
Hello everyone,

I am running a single point simulation using CLM5. After producing the surface date and forcing meteorological data, I submitted the simulation. However, it stops quickly and the "cesm.log.xxx" file shows:

Code:
...
NetCDF: Variable not found
 pio_support::pio_die:: myrank=          -1 : ERROR: nf_mod.F90:         730 :
 NetCDF: Variable not found
Image              PC                Routine            Line        Source
cesm.exe           000000000112449A  Unknown               Unknown  Unknown
cesm.exe           0000000000F57231  pio_support_mp_pi         118  pio_support.F90
cesm.exe           0000000000F5522D  pio_utils_mp_chec          74  pio_utils.F90
cesm.exe           0000000000F3D7C8  nf_mod_mp_inq_var         730  nf_mod.F90
cesm.exe           0000000000E552FE  shr_dmodel_mod_mp         914  shr_dmodel_mod.F90
cesm.exe           0000000000E539C5  shr_dmodel_mod_mp         657  shr_dmodel_mod.F90
cesm.exe           0000000000EF361D  shr_strdata_mod_m         743  shr_strdata_mod.F90
cesm.exe           00000000004EEDAA  datm_comp_mod_mp_         664  datm_comp_mod.F90
cesm.exe           00000000004F6295  datm_comp_mod_mp_         551  datm_comp_mod.F90
cesm.exe           00000000004ED695  atm_comp_mct_mp_a         167  atm_comp_mct.F90
cesm.exe           0000000000436FC4  component_mod_mp_         267  component_mod.F90
cesm.exe           000000000042573B  cime_comp_mod_mp_        1231  cime_comp_mod.F90
cesm.exe           0000000000433FE9  MAIN__                    114  cime_driver.F90
cesm.exe           00000000004164E2  Unknown               Unknown  Unknown
libc-2.17.so       00002B9496FE0C05  __libc_start_main     Unknown  Unknown
cesm.exe           00000000004163E9  Unknown               Unknown  Unknown
...

I guess this problem may raise from the discrepancy between the file description file and the input configuration file (datm.streams.txt.CLM1PT.CLM_USRDAT).

Also, my meteorological forcing data is 2 hours time steps, which is different from the GSWP3v1 or CRUNCEP. But I did not find any method to set the correct time steps. Could you please tell me how can I set the time steps.

I will attach the configuration file. The output of "ncdump -h" of input NetCDF file is also attached.

Any help would be appreciated. Thank you very much!
 

Attachments

  • GSWP3_1993-01.nc.txt
    3.1 KB · Views: 0
  • lnd_in.txt
    6.3 KB · Views: 1
  • datm_in.txt
    1,018 bytes · Views: 1
  • datm.streams.txt.CLM1PT.CLM_USRDAT.txt
    2.7 KB · Views: 2

slevis

Moderator
Staff member
For troubleshooting, it's often helpful to run a case without your modifications to see how it works. This may give you insights in what you may be doing wrong.
 

slevis

Moderator
Staff member
Making changes one-by-one can also be helpful in determining the problem. For example, maybe you could make a "dummy" dataset with 2-hour time steps using copies of the GSWP3 files to see if you can get it to work.
 

Yuan Sun

Yuan Sun
Active Member
Hi Liren, I also met this error when I ran the modified source code and input data. Have you solved this error? Looking forward to hearing from you.

Best,
Yuan
 
Status
Not open for further replies.
Top