Changeset 1130 for trunk/LMDZ.MARS/README
- Timestamp:
- Dec 20, 2013, 4:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1127 r1130 1965 1965 - Bug fix in thermcall_main_mars, layer thickness "zdz" must be recomputed 1966 1966 in every do ig=1,ngrid loop. 1967 1968 == 20/12/2013 == EM 1969 Series of changes to enable running in parallel (using LMDZ.COMMON dynamics); 1970 Current LMDZ.MARS can still notheless be compiled and run in serial mode 1971 "as previously". 1972 Summary of main changes: 1973 - Main programs (newstart, start2archive, xvik) that used to be in dyn3d have 1974 been moved to phymars. 1975 - dyn3d/control.h is now module control_mod.F90 1976 - rearanged input/outputs routines everywhere to handle serial/MPI cases. 1977 physdem.F => phyredem.F90 , phyetat0.F => phyetat0.F90 ; all read/write 1978 routines for startfi files are gathered in module iostart.F90 1979 - added parallelism related routines init_phys_lmdz.F90, comgeomphy.F90, 1980 dimphy.F90, iniphysiq.F90, mod_grid_phy_lmdz.F90, mod_phys_lmdz_mpi_data.F90, 1981 mod_phys_lmdz_mpi_transfert.F90, mod_phys_lmdz_omp_data.F90, 1982 mod_phys_lmdz_omp_transfert.F90, mod_phys_lmdz_para.F90, 1983 mod_phys_lmdz_transfert_para.F90 in phymars 1984 and mod_const_mpi.F90 in dyn3d (for compliance with parallel case) 1985 - created generic routines 'planetwide_maxval' and 'planetwide_minval', in 1986 module "planetwide_mod", that enable obtaining the min and max of a field 1987 over the whole planet.
Note: See TracChangeset
for help on using the changeset viewer.