Changes between Initial Version and Version 1 of Ticket #588
- Timestamp:
- 05/03/13 15:24:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #588 – Description
initial v1 1 1 When faced with 2 <pre> NFFILES == 2 ! number of forcing files 2 3 {{{ 4 NFFILES == 2 ! number of forcing files 3 5 4 6 FRCNAME == /center/w/kate/MERRA/MERRA_Uwind_3hours_2007.nc | 5 7 /center/w/kate/MERRA/MERRA_Uwind_3hours_2008.nc \ 6 8 /center/w/kate/MERRA/MERRA_Vwind_3hours_2007.nc | 7 /center/w/kate/MERRA/MERRA_Vwind_3hours_2008.nc</pre> 8 ROMS assigns the first three input files to the first "file" and the last to the second "file". It then fails: 9 <pre> GET_2DFLD - surface u-wind component, t = 39433 22:30:00 9 /center/w/kate/MERRA/MERRA_Vwind_3hours_2008.nc 10 11 }}} 12 13 ROMS assigns the first three input files to the first ''file'' and the last to the second ''file''. It then fails: 14 15 {{{ 16 GET_2DFLD - surface u-wind component, t = 39433 22:30:00 10 17 (Rec=0002824, Index=1, File: MERRA_Uwind_3hours_2007.nc) 11 18 (Tmin= 39081.0625 Tmax= 39445.9375) … … 14 21 GET_CYCLE - starting time for variable: wind_time 15 22 is greater than current model time. 16 TMIN = 39446.0625 TDAYS = 39434.0000</pre> 23 TMIN = 39446.0625 TDAYS = 39434.0000 24 25 }}} 26 17 27 I have attached a patch to fix this.