Browse Source

Information about geostrophic or non-geostrophic velocities is added to the output file for the genintfile action

master
Michael Uleysky 8 months ago
parent
commit
0509ca31f6
  1. 1
      actions/actiongenintfile.h

1
actions/actiongenintfile.h

@ -72,6 +72,7 @@ template<class D> MString ActionGenIntFile::DoAction(const CLArgs& args, D& ds)
fw.SetParameter("dt", (ds.Time(tindexes[1]) - ds.Time(tindexes[0])) / 86400.0);
fw.SetParameter("FillValue", data.Fillval());
fw.UsePrefix("Info");
fw.SetParameter("Mode", mode ? "from ssh" : "normal");
fw.SetParameter("lonb", lonb);
fw.SetParameter("latb", latb);
fw.SetParameter("lone", lone);

Loading…
Cancel
Save