Opened 12 years ago
Last modified 12 years ago
#588 closed bug
bug in load_s2d — at Initial Version
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
When faced with <pre> NFFILES == 2 ! number of forcing files
FRCNAME == /center/w/kate/MERRA/MERRA_Uwind_3hours_2007.nc |
/center/w/kate/MERRA/MERRA_Uwind_3hours_2008.nc \ /center/w/kate/MERRA/MERRA_Vwind_3hours_2007.nc | /center/w/kate/MERRA/MERRA_Vwind_3hours_2008.nc</pre>
ROMS assigns the first three input files to the first "file" and the last to the second "file". It then fails: <pre> GET_2DFLD - surface u-wind component, t = 39433 22:30:00
(Rec=0002824, Index=1, File: MERRA_Uwind_3hours_2007.nc) (Tmin= 39081.0625 Tmax= 39445.9375) (Min = -1.55921714E+01 Max = 1.67592775E+01)
GET_CYCLE - starting time for variable: wind_time
is greater than current model time. TMIN = 39446.0625 TDAYS = 39434.0000</pre>
I have attached a patch to fix this.
Patch for load_s2d.