Using the ESMF regridding tools: Difference between revisions
No edit summary |
|||
Line 31: | Line 31: | ||
The general idea behind the command is that ncremap tries to infer the input grid from the file. For the cs-grid you must provide an additional argument with the -s option to specify the script file. Notice that you must use the -d option and the -o option for the output. The -d is a "destination file" that is basically file that contains the metadata describing the output grid. This could be another data file on the grid you are going to for example. | The general idea behind the command is that ncremap tries to infer the input grid from the file. For the cs-grid you must provide an additional argument with the -s option to specify the script file. Notice that you must use the -d option and the -o option for the output. The -d is a "destination file" that is basically file that contains the metadata describing the output grid. This could be another data file on the grid you are going to for example. | ||
Finally, you can pass other options directly to the ESMF_RegridWeightGen program by including -E | Finally, you can pass other options directly to the ESMF_RegridWeightGen program by including -E. For example, -E "--line_type greatcircle" sets the line type argument in ESMF_RegridWeightGen. | ||
For example, | |||
-E "--line_type greatcircle" sets the line type argument in ESMF_RegridWeightGen. | |||
== Using ESMF regridding online == | == Using ESMF regridding online == |