Hi i did finally found the solution to my problem:
program test_ec
implicit none
integer :: mi,di,iiii,fff
character(len=1024) :: filename
character(len=1024) :: format_string
logical exist
mi=1
CALL chdir('/media/Hello/ncfiles/GFS' )
!do di=1,10
do iiii=0,18,6
do...
Hello everybody
0
down vote
favorite
I need some help, well let's get started:
I'm working with numerical weather forecast named as follow:
sub_gfsanl_4_2011MMDD-IIII-FFFF.grb2
-MM stands for month from 01 to 12 -DD stands for days from 01 to 31 -IIII stands for initialisation time, the...