Changes in src/FLEXPART.f90 [a9cf4b1:0c00f1f] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/FLEXPART.f90

    ra9cf4b1 r0c00f1f  
    5252  use com_mod
    5353  use conv_mod
    54 
     54  use netcdf_output_mod, only: writeheader_netcdf
    5555  use random_mod, only: gasdev1
    5656  use class_gribfile
    57 
    58 #ifdef USE_NCF
    59   use netcdf_output_mod, only: writeheader_netcdf
    60 #endif
    6157
    6258  implicit none
     
    356352  !******************************************************************
    357353
    358 #ifdef USE_NCF
    359354  if (lnetcdfout.eq.1) then
    360355    call writeheader_netcdf(lnest=.false.)
     
    370365    endif
    371366  endif
    372 #endif
    373367
    374368  if (verbosity.gt.0) then
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG