Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature #2218 main_v11.0 polar stereographic #2419

Merged
merged 11 commits into from
Feb 2, 2023
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