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

Pleiades crashing in vanilla simulation using FSDW with netCDF fixes, 1.2.2

Hi all,
So I tried a vanilla case on pleiades-san using compset FSDW and res f19_f19 and I get the following error:
cesm.log:
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping
MPT: Global rank 0 is aborting with error code 1001.
Process ID: 36100, Host: r301i0n6, Program: /nobackupp8/epeck/sdwaccm_vanilla_1_2_2v2/bld/cesm.exe

atm.log:
(GETFIL): attempting to find local file GEOS5.1_19x2_20050201.nc
(GETFIL): using
/nobackup/mjmills2/ccsmdata/inputdata/atm/cam/met/GEOS5/2005/GEOS5.1_19x2_20050
201.nc
open_met_datafile:
/nobackup/mjmills2/ccsmdata/inputdata/atm/cam/met/GEOS5/2005/GEOS5.1_19x2_20050
201.nc
FIND_TIMES: Failed to find dates bracketing desired time =
731946.000000000
datatm = -51783798.5000000
datatp = 264.750000000000
all_data_times = -398.000000000000 -397.750000000000
-51783798.5000000 264.750000000000
(shr_sys_abort) WARNING: calling shr_mpi_abort() and stopping


I'm attaching the full logs to this post. It looks like I may need to re-download the input files. How exactly do I do that, or is there something else wrong? Thanks!

-Ethan
 

mmills

CSEG and Liaisons
Staff member
Ethan,I was able to reproduce your crash by running out of your sandbox, which has other source code modifications. However, when I run from CESM1.2.2 with only Sean's changes for FindNETCDF.cmake, the model runs. So the other changes you have made to the source must be causing your problem.
 

mmills

CSEG and Liaisons
Staff member
Ethan,I was able to reproduce your crash by running out of your sandbox, which has other source code modifications. However, when I run from CESM1.2.2 with only Sean's changes for FindNETCDF.cmake, the model runs. So the other changes you have made to the source must be causing your problem.
 

mmills

CSEG and Liaisons
Staff member
This line deletion in your sandbox looks like trouble:===================================================================--- src/dynamics/fv/metdata.F90 (revision 61809)+++ src/dynamics/fv/metdata.F90 (working copy)@@ -1718,8 +1718,6 @@      ierr = pio_inq_varid( fileid, 'date',    dateid  )     ierr = pio_inq_varid( fileid, 'datesec', secid  )--    ierr = pio_get_var( fileid, dateid, dates )     ierr = pio_get_var( fileid, secid,  datesecs  )  
 

mmills

CSEG and Liaisons
Staff member
This line deletion in your sandbox looks like trouble:===================================================================--- src/dynamics/fv/metdata.F90 (revision 61809)+++ src/dynamics/fv/metdata.F90 (working copy)@@ -1718,8 +1718,6 @@      ierr = pio_inq_varid( fileid, 'date',    dateid  )     ierr = pio_inq_varid( fileid, 'datesec', secid  )--    ierr = pio_get_var( fileid, dateid, dates )     ierr = pio_get_var( fileid, secid,  datesecs  )  
 
Top