Changes between Initial Version and Version 1 of Ticket #353


Ignore:
Timestamp:
09/02/09 21:02:42 (15 years ago)
Author:
arango
Comment:

Well, I cannot reproduce this problem. My versions of the code run fine in such circunstances. Anyway, I implemented this fix as a safeguard for now. I may come back to this issue in the future since I always like to get to the bottom of the problem.

I also fixed a bug reported by Ufuk Turuncoglu in the forum about a typo in esmf_roms.F when defining LBj and UBj.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #353

    • Property ResolutionFixed
    • Property Status newclosed
    • Property Summary Failure from wrt_stations when LdefSTA is false.Failure from wrt_stations.F when LdefSTA is false.
  • Ticket #353 – Description

    initial v1  
    1 The same thing happens with floats. This patch to inp_par works:
     1Turn off the processing of stations and floats if not running long enough to create such NetCDF files. That is, '''LdefSTA(ng)''' is false because '''nSTA(ng) < ntimes''' or '''nSTA(ng) = 0''' when '''nrrec = 0'''. Therefore, we also need '''Lstations(ng)''' to be false.
     2
     3The following patch to '''inp_par.F''' fix the [https://www.myroms.org/forum/viewtopic.php?f=17&t=1499 problem]:
    24
    35{{{