Code: Select all
REFC:entire atmosphere:x-y hour max fcst:
For instance :
Code: Select all
my @tab_extract = ('(:REFC:entire\satmosphere:[0-9]+?-[0-9]+?\shour\smax)',
'(:PRMSL:mean sea level:)',
'(:TMP:500 mb:)',
'(:RH:500 mb:)',
'(:TMP:700 mb:)',
'(:RH:700 mb:)',
'(:TMP:850 mb:)',
'(:RH:850 mb:)',
'(:TMP:2 m above ground:)',
...
...
...