File |
Line number |
Procedure |
Code |
./pkg/exf/exf_set_uv.F |
107 |
EXF_SET_UV |
if ( uvecfile .NE. ' ' .and. vvecfile .NE. ' ' ) then |
./pkg/exf/exf_set_uv.F |
12 |
EXF_SET_UV |
& vvecfile, vvecstartdate, vvecperiod, |
./pkg/exf/exf_set_uv.F |
135 |
EXF_SET_UV |
il = ilnblnk( vvecfile ) |
./pkg/exf/exf_set_uv.F |
139 |
EXF_SET_UV |
& vvecfile(1:il),year0-2000 |
./pkg/exf/exf_set_uv.F |
142 |
EXF_SET_UV |
& vvecfile(1:il),year0-1900 |
./pkg/exf/exf_set_uv.F |
146 |
EXF_SET_UV |
& vvecfile(1:il),'_',year0 |
./pkg/exf/exf_set_uv.F |
150 |
EXF_SET_UV |
vvecfile0 = vvecfile |
./pkg/exf/exf_set_uv.F |
226 |
EXF_SET_UV |
il = ilnblnk( vvecfile ) |
./pkg/exf/exf_set_uv.F |
230 |
EXF_SET_UV |
& vvecfile(1:il),year1-2000 |
./pkg/exf/exf_set_uv.F |
233 |
EXF_SET_UV |
& vvecfile(1:il),year1-1900 |
./pkg/exf/exf_set_uv.F |
237 |
EXF_SET_UV |
& vvecfile(1:il),'_',year1 |
./pkg/exf/exf_set_uv.F |
241 |
EXF_SET_UV |
vvecfile1 = vvecfile |
./pkg/exf/exf_set_uv.F |
329 |
EXF_SET_UV |
& vvecfile, vvecstartdate, vvecperiod, |
./pkg/exf/exf_set_uv.F |
70 |
EXF_SET_UV |
character*(128) vvecfile, vvecfile0, vvecfile1 |