Skip to content

Commit

Permalink
Merge pull request #2419 from dtcenter/feature_2218_polar_stereograph…
Browse files Browse the repository at this point in the history
…ic_main_v11.0

Feature #2218 main_v11.0 polar stereographic
  • Loading branch information
hsoh-u authored Feb 2, 2023
2 parents 5d36e95 + e37c837 commit 5b6f2bb
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 75 deletions.
30 changes: 29 additions & 1 deletion internal/test_unit/xml/unit_plot_data_plane.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,33 @@
<ps>&OUTPUT_DIR;/plot_data_plane/nbm_2022021513_F119_GRIB2_FICEAC_A48_Perc-10.ps</ps>
</output>
</test>


<test name="plot_data_plane_NCCF_POLAR_STEREO">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/nccf/radolan_sp.nc \
&OUTPUT_DIR;/plot_data_plane/radolan_sp_PREC.ps \
'name="PREC"; level="(0,*,*)";' \
-title "NCCF Polar Stereographic Precipitation" \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/radolan_sp_PREC.ps</ps>
</output>
</test>

<test name="plot_data_plane_NCCF_POLAR_ELLIPSOIDAL">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/nccf/NSIDC0081_SEAICE_PS_N25km_20220723_v2.0.nc \
&OUTPUT_DIR;/plot_data_plane/NSIDC0081_SEAICE_PS_N25km.ps \
'name="F16_ICECON"; level="(0,*,*)";' \
-title "Sea Ice Concentration" \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/NSIDC0081_SEAICE_PS_N25km.ps</ps>
</output>
</test>

</met_test>
Loading

0 comments on commit 5b6f2bb

Please sign in to comment.