Changeset 1216 for trunk/LMDZ.GENERIC/README
- Timestamp:
- Apr 3, 2014, 9:09:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1122 r1216 1001 1001 == 05/12/2013 == JL 1002 1002 - corrected sugascorrk to work in the two band gray aproximation with -b 1x1 and NGAUSS=2 1003 1004 == 03/04/2014 == EM 1005 Major cleanup, in order to ease the use of LMDZ.GENERIC with (parallel) dynamics 1006 in LMDZ.COMMON: (NB: this will break LMDZ.UNIVERSAL, which should be thrashed 1007 in the near future) 1008 - Updated makegcm_* scripts (and makdim) and added the "-full" (to enforce 1009 full recomputation of the model) option 1010 - In dyn3d: converted control.h to module control_mod.F90 and converted 1011 iniadvtrac.F to module infotrac.F90 1012 - Added module mod_const_mpi.F90 in dyn3d (not used in serial mode) 1013 - Rearanged input/outputs routines everywhere to handle serial/MPI cases. 1014 physdem.F => phyredem.F90 , phyetat0.F => phyetat0.F90 ; all read/write 1015 routines for startfi files are gathered in module iostart.F90 1016 - added parallelism related routines init_phys_lmdz.F90, comgeomphy.F90, 1017 dimphy.F90, iniphysiq.F90, mod_grid_phy_lmdz.F90, mod_phys_lmdz_mpi_data.F90, 1018 mod_phys_lmdz_mpi_transfert.F90, mod_phys_lmdz_omp_data.F90, 1019 mod_phys_lmdz_omp_transfert.F90, mod_phys_lmdz_para.F90, 1020 mod_phys_lmdz_transfert_para.F90 in phymars 1021 and mod_const_mpi.F90 in dyn3d (for compliance with parallelism) 1022 - added created generic routines 'planetwide_maxval' and 'planetwide_minval', 1023 in module "planetwide_mod", that enable obtaining the max and min of a field 1024 over the whole planet. This should be further imroved with computation of 1025 means (possibly area weighed), etc.
Note: See TracChangeset
for help on using the changeset viewer.