Opened 13 years ago
Closed 13 years ago
#588 closed bug (Fixed)
bug in load_s2d
| Reported by: | kate | Owned by: | arango |
|---|---|---|---|
| Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
| Component: | Nonlinear | Version: | 3.7 |
| Keywords: | Cc: |
Description (last modified by )
When faced with
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
ROMS assigns the first three input files to the first file and the last to the second file. It then fails:
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
I have attached a patch to fix this.
Attachments (1)
Change History (3)
by , 13 years ago
| Attachment: | inp_par.diff added |
|---|
comment:1 by , 13 years ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.

Patch for load_s2d.