[Dart-dev] [5804] DART/trunk/models: The models with potentially large state vectors should have the netCDF_large_file_support enabled
nancy at ucar.edu
nancy at ucar.edu
Fri Jul 20 16:19:31 MDT 2012
Revision: 5804
Author: thoar
Date: 2012-07-20 16:19:31 -0600 (Fri, 20 Jul 2012)
Log Message:
-----------
The models with potentially large state vectors should have the netCDF_large_file_support enabled
by default. Support for large netCDF files is much more common than it used to be.
The downside to this is if someone was to try to use netCDF libraries/modules that were built
with large file support turned off. I consider this to be really unlikely.
Modified Paths:
--------------
DART/trunk/models/am2/work/input.nml
DART/trunk/models/cam/work/input.nml
DART/trunk/models/wrf/work/input.nml
-------------- next part --------------
Modified: DART/trunk/models/am2/work/input.nml
===================================================================
--- DART/trunk/models/am2/work/input.nml 2012-07-20 21:22:32 UTC (rev 5803)
+++ DART/trunk/models/am2/work/input.nml 2012-07-20 22:19:31 UTC (rev 5804)
@@ -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/trunk/models/cam/work/input.nml
===================================================================
--- DART/trunk/models/cam/work/input.nml 2012-07-20 21:22:32 UTC (rev 5803)
+++ DART/trunk/models/cam/work/input.nml 2012-07-20 22:19:31 UTC (rev 5804)
@@ -84,7 +84,7 @@
&assim_model_nml
write_binary_restart_files = .true.,
- netCDF_large_file_support = .false.
+ netCDF_large_file_support = .true.
/
&cam_to_dart_nml
Modified: DART/trunk/models/wrf/work/input.nml
===================================================================
--- DART/trunk/models/wrf/work/input.nml 2012-07-20 21:22:32 UTC (rev 5803)
+++ DART/trunk/models/wrf/work/input.nml 2012-07-20 22:19:31 UTC (rev 5804)
@@ -153,7 +153,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