[Wrf-users] Grid definition for WPS Intermediate File Format

Bart Brashers bbrashers at environcorp.com
Tue Jan 13 10:18:36 MST 2015


I've written some Fortran code to convert yet another source of SST data (JPL's PODAAC) to WPS intermediate format. The SST data grid is in lat-lon, so my code needs to specify startloc, startlat, startlon, deltalat, deltalon, etc, as in the code block (see http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Basics/IM_files/sample.f90)

  if (iproj .eq. 0) then
     write(12) hdate,xfcst,map_source,field,units,desc,xlvl,nx,ny,iproj
     write(12) startloc,startlat,startlon,deltalat,deltalon,earth_radius


I have set startloc = "SWCORNER".  Can someone please tell me if startlat,startlon are the CENTER of the (1,1) grid cell, or the lower-left CORNER of that grid cell?

That is, should I set (startlat,startlon) to (-90,-180) or to (-89.995,-179.995)?

Thanks,

Bart Brashers











Ignore Mordac's message:

________________________________
This message contains information that may be confidential, privileged or otherwise protected by law from disclosure. It is intended for the exclusive use of the Addressee(s). Unless you are the addressee or authorized agent of the addressee, you may not review, copy, distribute or disclose to anyone the message or any information contained within. If you have received this message in error, please contact the sender by electronic reply to email at environcorp.com and immediately delete all copies of the message.


More information about the Wrf-users mailing list