Ignore:
Timestamp:
Jul 31, 2018 10:32:34 AM (6 years ago)
Author:
sward
Message:

Reworked agent pathfinding and modified output

File:
1 edited

Legend:

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

    r3165 r3187  
    2525! -----------------
    2626! $Id$
     27! Changed agent output to precision NF90_DOUBLE
     28!
     29! 3165 2018-07-24 13:12:42Z sward
    2730! Added agent ID output
    2831!
     
    19921995             CALL netcdf_create_var( id_set_agt, (/ id_dim_agtnum,             &
    19931996                                     id_dim_time_agt /), agt_var_names(i),     &
    1994                                      nc_precision(8), id_var_agt(i),           &
     1997                                     NF90_DOUBLE, id_var_agt(i),           &
    19951998                                     TRIM( agt_var_units(i) ),                 &
    19961999                                     TRIM( agt_var_names(i) ), 339, 340, 341 )
Note: See TracChangeset for help on using the changeset viewer.