Changes between Version 166 and Version 167 of LnDevel
- Timestamp:
- Dec 17, 2021, 10:00:42 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v166 v167 57 57 - We modernized the MPI parallelization. With these changes the MPI stub library that we provided before, and which allowed to compile and run PDAF without an MPI library, is no longer usable. Thus, PDAF does not require an MPI library. This should not have an impact on most users given that today MPI is standard on all cluster computers and an MPI library is available and can by easily installed on virtually any Linux, MacOS or Windows system. 58 58 - We renamed the PDAF library files with prefix PDAF-D_ to the prefix PDAF_ to ensure a consistent naming of the files. If you don't use the Makefile provided in the PDAF package, you likely need to adapt to this change. 59 - The observation generation opention (GENOBS) was moved from filtertype=11 to filtertype=100 59 - The observation generation option (GENOBS) was moved from filtertype=11 to filtertype=100 60 - Some model implementations (e.g. the Lorenz models) use netcdf for file writing/reading. Here we moved to the NF90 interface. This reuired that the netcdf.mod module file of the netcdf library is installed 60 61 61 62 == Version 2.0 - December XXXXX, 2021 ==