Changeset 7e6dc50 in flexpart.git for flexpart_code/gridcheck.F90


Ignore:
Timestamp:
Sep 2, 2016, 11:51:56 PM (8 years ago)
Author:
Don Morton <Don.Morton@…>
Branches:
FPv9.3.1, FPv9.3.2, fp9.3.1-20161214-nc4, grib2nc4_repair
Children:
e4b7087
Parents:
29feaef
Message:

Removed a fair amount of annoying print statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • flexpart_code/gridcheck.F90

    r496c607 r7e6dc50  
    155155    !!!!!!! Vtable choice
    156156    gribfile_name = path(3)(1:length(3))//trim(wfname(ifn))
    157     print *, 'gribfile_name: ', gribfile_name
     157    !print *, 'gribfile_name: ', gribfile_name
    158158
    159159    gribfile_type = vtable_detect_gribfile_type( gribfile_name )
    160160
    161     print *, 'gribfile_type: ', gribfile_type
     161    !print *, 'gribfile_type: ', gribfile_type
    162162
    163163    if (gribfile_type .eq. VTABLE_GRIBFILE_TYPE_ECMWF_GRIB1) then
     
    174174
    175175    ! Load the Vtable into 'my_vtable'
    176     print *, 'Loading Vtable: ', vtable_path
     176    !print *, 'Loading Vtable: ', vtable_path
    177177    call vtable_load_by_name(vtable_path, my_vtable)
    178     print *, 'Vtable Initialized: ', my_vtable%initialized
    179     print *, 'Vtable num_entries: ', my_vtable%num_entries
     178    !print *, 'Vtable Initialized: ', my_vtable%initialized
     179    !print *, 'Vtable num_entries: ', my_vtable%num_entries
    180180    !!!!!!!!!!!!!!!!!!!  VTABLE code
    181181    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG