Skip to content
Snippets Groups Projects
Commit 292d063d authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 13/03/2018: lfi2cdf: multiple changes to use new data structures (commit not very clean)

parent e39b9b94
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ program LFI2CDF ...@@ -159,7 +159,7 @@ program LFI2CDF
ELSE ELSE
! Conversion NetCDF -> LFI ! Conversion NetCDF -> LFI
CALL parse_infiles(infiles,nbvar_infile,nbvar_tbr,nbvar_calc,nbvar_tbw,tzreclist,ibuflen,options,current_level) CALL parse_infiles(infiles,nbvar_infile,nbvar_tbr,nbvar_calc,nbvar_tbw,tzreclist,ibuflen,options,current_level)
CALL build_lfi(infiles,outfiles,tzreclist,ibuflen) CALL build_lfi(infiles,outfiles,tzreclist,nbvar_infile,ibuflen)
END IF END IF
CALL CLOSE_FILES(infiles) CALL CLOSE_FILES(infiles)
......
...@@ -220,7 +220,6 @@ subroutine check_options(options,infile,runmode) ...@@ -220,7 +220,6 @@ subroutine check_options(options,infile,runmode)
integer :: idx1, idx2 integer :: idx1, idx2
!Check if help has been asked !Check if help has been asked
if (options(OPTHELP)%set) then if (options(OPTHELP)%set) then
call help() call help()
...@@ -276,7 +275,7 @@ subroutine help() ...@@ -276,7 +275,7 @@ subroutine help()
print *,"Options:" print *,"Options:"
print *," --compress, -c compression_level" print *," --compress, -c compression_level"
print *," Compress data. The compression level should be in the 1 to 9 interval." print *," Compress data. The compression level should be in the 1 to 9 interval."
print *," Only supported with the netCDF-4 format (cdf2cdf and lfi2cdf only)" print *," Only supported with the netCDF format (cdf2cdf and lfi2cdf only)"
print *," --help, -h" print *," --help, -h"
print *," Print this text" print *," Print this text"
print *," --list, -l" print *," --list, -l"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment