Directory structure

Typical macro structure

#=========================================
# Plot analysis fields
#=========================================

#-------------------------------------------------------------------------
#Available parameters:
# mslp,t2,wind10,speed10,sst
# t,z,pt,eqpt,wind,speed,w[850,500,200]
# r[850,700,500,200]
# vo850, pv320K
# tp (only for ERA5)
#
#Adding ".flag" suffix to 'wind' results in wind barbs otherwise arrows are used
#Adding ".s" suffix to 'z' results in a shaded plot instead of contours
#-------------------------------------------------------------------------

#Define plot list (min 1 - max 4)
plot1=["t850","mslp"]

#Experiment ID
# an: operational analysis
# e5: ERA5 analysis
exp_id = "e5"

#Map type: 1=Atl, 2=Norway 
mapType=1

#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#-------------------------------------
# Do not edit below this line!!!!!
#-------------------------------------
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

...

plot_maps(exp_id,plots,-1,steps,mapType)

You can specify usually the following parameters:

The macros should not be modified after the line   Do not edit below this line!!!!!.

Study the analysis

Available macros in the Analysis folder are:

Precipitation is available only in ERA5 data, but not in the operational analysis.

Study the operational high-resolution forecast (HRES)

Available macros in the HRES_forecast folder are:

Study the user experiments

Available macros in the Experiments folder are:

3 macros are designed for physics tendencies: exp_1x1.mv, exp_xs.mv and exp_profile.mv.

Forecast verification

Available macros in the Forecast_errors folder are:

Physics tendencies cannot be verified with these macros.

Precipitation can be verified only against ERA5 data.

Saving figures

The participants will need to save plots for the group presentations on Friday. The plots generated by the macros can be easily saved into files if you run the macro not from the Macro window, but with right click on the macro and then selecting the Execute point. In this case the output is not displayed on the screen, but it is automatically saved into a .ps file and an animated .gif file. The pictures are stored in the figures folder which is linked into every directory mentioned above.