gossart_al
New member
Hi,
I am running a WRF simulation and the run works fine, with diagnostics enables in the namelist:
mean_diag = 1,
mean_diag_interval = 60,
auxhist3_outname = "wrf_mean_d<domain>_<date>.nc",
io_form_auxhist3 = 2,
frames_per_auxhist3 = 24
However, as the model ends and I want to do a restart, the model crashes with this error message:
forrtl: severe (66): output statement overflows record, unit -5, file Internal List-Directed Write
commenting out the mean output entries in the namelist resolves the issue, but I would like to be able to restart the model and keep writing mean outputs.
I am using a cluster with these settings:
Serial Fortran compiler (mostly for tool generation):
which SFC
/opt/cray/pe/craype/2.7.15/bin/ftn
Serial C compiler (mostly for tool generation):
which SCC
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/icc
Fortran compiler for the model source code:
which FC
/opt/cray/pe/craype/2.7.15/bin/ftn
Will use 'time' to report timing information
C compiler for the model source code:
which CC
/opt/cray/pe/craype/2.7.15/bin/cc
Coupld you please help?
Many thanks,
Alexandra
I am running a WRF simulation and the run works fine, with diagnostics enables in the namelist:
mean_diag = 1,
mean_diag_interval = 60,
auxhist3_outname = "wrf_mean_d<domain>_<date>.nc",
io_form_auxhist3 = 2,
frames_per_auxhist3 = 24
However, as the model ends and I want to do a restart, the model crashes with this error message:
forrtl: severe (66): output statement overflows record, unit -5, file Internal List-Directed Write
commenting out the mean output entries in the namelist resolves the issue, but I would like to be able to restart the model and keep writing mean outputs.
I am using a cluster with these settings:
Serial Fortran compiler (mostly for tool generation):
which SFC
/opt/cray/pe/craype/2.7.15/bin/ftn
Serial C compiler (mostly for tool generation):
which SCC
/opt/intel/compilers_and_libraries_2020.4.304/linux/bin/intel64/icc
Fortran compiler for the model source code:
which FC
/opt/cray/pe/craype/2.7.15/bin/ftn
Will use 'time' to report timing information
C compiler for the model source code:
which CC
/opt/cray/pe/craype/2.7.15/bin/cc
Coupld you please help?
Many thanks,
Alexandra