[Dart-dev] [5807] DART/branches/development/models: tracking changes from the trunk.
nancy at ucar.edu
nancy at ucar.edu
Fri Jul 20 16:57:10 MDT 2012
Revision: 5807
Author: thoar
Date: 2012-07-20 16:57:10 -0600 (Fri, 20 Jul 2012)
Log Message:
-----------
tracking changes from the trunk.
models with potentially large state vectors should have the netCDF large file support
enabled by default now that it is nearly ubiquitous.
Modified Paths:
--------------
DART/branches/development/models/am2/work/input.nml
DART/branches/development/models/wrf/work/input.nml
-------------- next part --------------
Modified: DART/branches/development/models/am2/work/input.nml
===================================================================
--- DART/branches/development/models/am2/work/input.nml 2012-07-20 22:38:03 UTC (rev 5806)
+++ DART/branches/development/models/am2/work/input.nml 2012-07-20 22:57:10 UTC (rev 5807)
@@ -101,7 +101,7 @@
&assim_model_nml
write_binary_restart_files = .true.,
- netCDF_large_file_support = .false.
+ netCDF_large_file_support = .true.
/
&model_nml
Modified: DART/branches/development/models/wrf/work/input.nml
===================================================================
--- DART/branches/development/models/wrf/work/input.nml 2012-07-20 22:38:03 UTC (rev 5806)
+++ DART/branches/development/models/wrf/work/input.nml 2012-07-20 22:57:10 UTC (rev 5807)
@@ -154,7 +154,7 @@
&assim_model_nml
write_binary_restart_files = .true.,
- netCDF_large_file_support = .false.,
+ netCDF_large_file_support = .true.,
/
# Notes for model_nml:
More information about the Dart-dev
mailing list