Examples of AtmosSigma


Examples of ucar.unidata.geoloc.vertical.AtmosSigma

      parseInfo.format("CSMConvention made SigmaCT %s\n", ctv.getFullName());
      return rs;
    }

    public ucar.unidata.geoloc.vertical.VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT) {
      return new AtmosSigma(ds, timeDim, vCT.getParameters());
    }
View Full Code Here

Examples of ucar.unidata.geoloc.vertical.AtmosSigma

    return "Sigma:" + "sigma:"+sigma + " ps:"+ps + " ptop:"+ptop;
  }


  public ucar.unidata.geoloc.vertical.VerticalTransform makeMathTransform(NetcdfDataset ds, Dimension timeDim, VerticalCT vCT) {
    return new AtmosSigma(ds, timeDim, vCT.getParameters());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.