When my river force file encountered a problem (owing to a missing "s" of "units" in attribute
 ), said:
 ), said:
Code: Select all
 CHECK_MULTIFILE - Error while checking input Sources/Sinks Data file:
                   ../input_const/ECS_N1_1_rvr.nc
                   last  data time record available is for day: 1900-01-01 11:33:57.00
                   but  data is needed to finish run until day: 2002-01-02 00:00:00.00
 Found Error: 04   Line: 569      Source: ROMS/Utility/check_multifile.F
Code: Select all
CHECK_FILE - unable to open grid NetCDF file: ../input_const/ECS_N1_1_dQdSST.nc
 Found Error: 04   Line: 304      Source: ROMS/Utility/check_multifile.F
 Found Error: 04   Line: 752      Source: ROMS/Nonlinear/initial.F
 Found Error: 04   Line: 188      Source: ROMS/Drivers/nl_ocean.hI guess the first error has assigned 4 to exit_flag, but did not ended ROMS. Then it checked next file (the 1st one in the list of FRCNAME) and found that exit_flag equaled 4 and ROMS ended finally...
