Strange Error in CESM2 run: Error in input files

liren

Liren
Member
Dear Sir/Madam,

Hello!

I am trying to use the PORT (Parallel Offline Radiative Transfer model) aiming to get the radiative forcing, following the instructions from Example: Using PORT to study flux differences due to 2 x CO2. I successfully passed the ./case.setup and ./case.build (with the configurtion: --skip-provenance-check because of the network problem).

However, when I tried to run the ./case.submit. CESM quickly stopped living with the error message in atm.log.xxx (Same error message also shows in cesm.log.xxx):

Code:
......

trcdata_init: data type: CYCLICAL file: oxid_1.9x2.5_L26_1850-2005_c091123.nc
 (GETFIL): attempting to find local file oxid_1.9x2.5_L26_1850-2005_c091123.nc
 (GETFIL): using
 /home/CESM-release-cesm2.1.3-new/cime/output/inputdata/atm/cam/c
 hem/trop_mozart_aero/oxid/oxid_1.9x2.5_L26_1850-2005_c091123.nc
 open_trc_datafile:
 /home/CESM-release-cesm2.1.3-new/cime/output/inputdata/atm/cam/c
 hem/trop_mozart_aero/oxid/oxid_1.9x2.5_L26_1850-2005_c091123.nc
 set_time_float_from_date: error return from ESMF_TimeSet for set_time_float_fro
 m_date
 ERROR: CHKRC

Seems like the error arise from the ESMF lib. I have successfully installed the ESMF lib without mistake. The oxid_1.9x2.5_L26_1850-2005_c091123.nc file is auto downloaded by CESM itself. Do you have any suggestions to fix this?

Sincerely,
Liren
 

hanjun

Hanjun Kim
New Member
Hello! I'm also not that familiar to model running thus don't know how much my comment can help you,

It seems you used 1.9x2.5 degree for the horizontal grid.
Did you check your horizontal resolution? I used the --res f19_f19_mg17 resolution option for the component set PC6.
I suspect it might be depending on the horizontal resolution you used.

Sincrerly,
Hanjun
 

liren

Liren
Member
Hello! I'm also not that familiar to model running thus don't know how much my comment can help you,

It seems you used 1.9x2.5 degree for the horizontal grid.
Did you check your horizontal resolution? I used the --res f19_f19_mg17 resolution option for the component set PC6.
I suspect it might be depending on the horizontal resolution you used.

Sincrerly,
Hanjun
Thank you very much for your kindly reply! I will try it again with your advice!
 
Back
Top