Changes between Initial Version and Version 1 of Ticket #588


Ignore:
Timestamp:
05/03/13 15:24:30 (11 years ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #588 – Description

    initial v1  
    11When faced with
    2 <pre>     NFFILES == 2                          ! number of forcing files
     2
     3{{{
     4    NFFILES == 2                          ! number of forcing files
    35
    46    FRCNAME == /center/w/kate/MERRA/MERRA_Uwind_3hours_2007.nc |
    57               /center/w/kate/MERRA/MERRA_Uwind_3hours_2008.nc \
    68               /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
     13ROMS 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
    1017                   (Rec=0002824, Index=1, File: MERRA_Uwind_3hours_2007.nc)
    1118                   (Tmin=      39081.0625 Tmax=      39445.9375)
     
    1421 GET_CYCLE - starting time for variable: wind_time
    1522             is greater than current model time.
    16              TMIN =      39446.0625  TDAYS =      39434.0000</pre>
     23             TMIN =      39446.0625  TDAYS =      39434.0000
     24
     25}}}
     26
    1727I have attached a patch to fix this.