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

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.
Back
Top