Ignore:
Timestamp:
Jun 14, 2019 2:04:35 PM (5 years ago)
Author:
raasch
Message:

bugfix: decycling of chemistry species after nesting data transfer, exchange of ghost points and boundary conditions separated for chemical species and SALSA module, nest_chemistry option removed, netcdf variable NF90_NOFILL is used as argument instead of 1 in calls to NF90_DEF_VAR_FILL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/surface_data_output_mod.f90

    r3881 r4029  
    2525! -----------------
    2626! $Id$
     27! netcdf variable NF90_NOFILL is used as argument instead of "1" in call to NF90_DEF_VAR_FILL
     28!
     29! 3881 2019-04-10 09:31:22Z suehring
    2730! Check for zero output timestep (not allowed in parallel NetCDF output mode)
    2831!
     
    13021305                nc_stat = NF90_DEF_VAR_FILL( id_set_surf(av),                  &
    13031306                                             id_var_dosurf(av,i),              &
    1304                                              1, 0 )
     1307                                             NF90_NOFILL, 0 )
    13051308                CALL netcdf_handle_error( 'surface_data_output_init', 5566 )
    13061309!
Note: See TracChangeset for help on using the changeset viewer.