Run

Run griggs Wed, 04/24/2019 - 16:27

Next, we'll run TC-Dland to compute distances to land over the Indian Ocean on a one-degree domain using the following command:

tc_dland \
$MET_TUTORIAL_DATA/output/tc_dland/tc_dland_indian_ocean_one_deg.nc \
-grid -60.0 10.0 1.0 1.0 100 120 \
-land $MET_BASE/tc_data/shland.dat \
-land $MET_BASE/tc_data/wland.dat

The -grid option defines the latitude and longitude lower-left location, increment, and dimension, respectively. See section 3.5.1 of the MET Users Guide for information on grid specification. The -land option specifies the land data files to be processed.