prabshr@gmail_com
New Member
Hi,I am new to CESM framework. Recently, I ported the CESM1.2.1 into our local linux cluster, and I was able to run test simulation with the recommended X compset, and then later on with the "5x5_amazon" with I compset, using surface and forcing data from the https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/.Now, I am trying to run a regional simulation with CLM standalone (I compset), using my own surface data and atmospheric forcing. Everything seems to go well till the build phase, but on submitting the run, I get the following error message in the atm log file:================================================================================================================(datm_comp_init) initialize gsmaps(datm_comp_init) copy domains(datm_comp_init) allocate AVs(datm_comp_init) flds_strm = strm_tbot:strm_wind:strm_z:strm_pbot:strm_rh:strm_lwdn:strm_swdn:strm_precn(shr_stream_verifyTCoord) ERROR: elapsed seconds on a date must be strickly increasing(shr_stream_verifyTCoord) secs(n), secs(n+1) = 00082800 00082800(shr_sys_abort) ERROR: (shr_stream_verifyTCoord) ERROR: elapsed seconds must be increasing(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping===============================================================================================================I am assuming that the above error message is coming from reading the forcing files, I have double checked my forcing files, and they do not have the same time. The atmospheric forcing data are in hourly time-step.I am trying to do a 5 month simulation for test, and I have also changed the following parameters:./xmlchange CLM_FORCE_COLDSTART="on" < I do not have initial data>./xmlchange CLM_CO2_TYPE="constant"./xmlchange DATM_MODE=CLM1PT ./xmlchange CLM_BLDNML_OPTS="-sim_year 2000" ./xmlchange DATM_CLMNCEP_YR_START="2009",DATM_CLMNCEP_YR_END="2010"./xmlchange RUN_STARTDATE="2009-01-01" ./xmlchange RUN_REFDATE="2009-01-01" ./xmlchange STOP_OPTION="nmonths" ./xmlchange STOP_N="5" Looking forward for your helpful suggestion.Regards,P