I've recently updated roms, and am having trouble with the estuary_test test case. I'm getting an error when the program tries to write to the history file:
Code: Select all
forrtl: severe (408): fort: (3): Subscript #1 of the array HOUT has value 0 which is less than the lower bound of 1
Image PC Routine Line Source
romsG 00000000027EB6DF Unknown Unknown Unknown
romsG 00000000014B9806 def_his_mod_mp_de 713 def_his.f90
romsG 0000000001483AEF def_his_mod_mp_de 58 def_his.f90
romsG 00000000004C779E output_ 142 output.f90
romsG 0000000000416297 main3d_ 223 main3d.f90
romsG 000000000040D365 roms_kernel_mod_m 205 roms_kernel.f90
romsG 000000000040EED3 MAIN__ 106 master.f90
romsG 000000000040BD92 Unknown Unknown Unknown
libc-2.17.so 00007F1074383555 __libc_start_main Unknown Unknown
romsG 000000000040BCA9 Unknown Unknown Unknown
forrtl: severe (408): fort: (3): Subscript #1 of the array HOUT has value 0 which is less than the lower bound of 1
Image PC Routine Line Source
romsG 00000000027EB6DF Unknown Unknown Unknown
romsG 00000000014B9806 def_his_mod_mp_de 713 def_his.f90
romsG 0000000001483AEF def_his_mod_mp_de 58 def_his.f90
romsG 00000000004C779E output_ 142 output.f90
romsG 0000000000416297 main3d_ 223 main3d.f90
romsG 000000000040D365 roms_kernel_mod_m 205 roms_kernel.f90
romsG 000000000040EED3 MAIN__ 106 master.f90
romsG 000000000040BD92 Unknown Unknown Unknown
libc-2.17.so 00007F1FE1008555 __libc_start_main Unknown Unknown
romsG 000000000040BCA9 Unknown Unknown Unknown
srun: error: node-104: tasks 0-1: Exited with exit code 152
=====================================================
Code: Select all
!
! Define tracer type variables at specified depth slices.
!
DO itrc=1,NT(ng)
IF (Hout(idzslT(itrc),ng).and.(Nslice.gt.0)) THEN <----------------------------(this line)
Code: Select all
- variable: temp_slice # Output
standard_name: sea_water_potential_temperature
long_name: potential temperature
units: Celsius # [Celsius]
field: temperature constant depth slices
time: ocean_time
index_code: idzslT(itemp)
type: r3dvar
add_offset: 0.0d0
scale: 1.0d0
I've attached the appropriate build script, input file, and log file if those are needed/useful.
Thank you for your time.
-Ben