Changeset 1896 for trunk/LMDZ.TITAN/README
- Timestamp:
- Jan 17, 2018, 4:20:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.TITAN/README ΒΆ
r1894 r1896 1301 1301 - extra initializations in physiq_mod for startphy_file==.false. case. 1302 1302 1303 == 09/03/2017 == EM 1304 >> Followup on updates in LMDZ.COMMON, add print_control_mod.F90 1305 and abort_physic.F90 inphy_common 1306 1307 == 30/03/2017 == EM 1308 >> Keep up with updates in LMDZ.COMMON: 1309 In phystd: 1310 - ocean_slab_mod.F90 : call abort_physic, rather than abort_gcm 1311 - inifis_mod.F90 : initialize print_control variables 1312 - physiq_mod.F90 : add XIOS context initialization and finalization 1313 - xios_output_mod.F90 : update initialize_xios_output initialization 1314 of the horizontal domain 1315 In dynphy_lonlat : 1316 - inigeomphy_mod.F90 : add ind_cell_glo computation and transfer 1317 to init_geometry 1318 - mod_interface_dyn_phys.F90 : use is_north_pole_dyn and is_south_pole_dyn 1319 (instead of is_north_pole, is_south_pole) 1320 1321 In phy_common: 1322 - geometry_mod.F90 : add ind_cell_glo module variable to store global 1323 column index 1324 - init_print_control_mod.F90 : added to initialize print_control_mod module 1325 variables 1326 - print_control_mod.F90 : make initialization occur via init_print_control_mod 1327 to avoid circular module dependencies 1328 - mod_phys_lmdz_mpi_data.F90 : use print_control_mod (rather than iniprint.h) 1329 and define is_north_pole_dyn, is_south_pole_dyn 1330 (instead of is_north_pole, is_south_pole) 1331 - mod_phys_lmdz_mpi_transfert.F90 : use is_north_pole_dyn, is_south_pole_dyn 1332 (instead of is_north_pole, is_south_pole) 1333 - mod_phys_lmdz_omp_data.F90 : add is_omp_master (alias of is_omp_root) module 1334 variable and use print_control_mod (rather than 1335 iniprint.h), and introduce is_north_pole_phy 1336 and is_south_pole_phy 1337 - mod_phys_lmdz_para.F90 : use print_control_mod (rather than iniprint.h) 1338 - physics_distribution_mod.F90 : add call to init_dimphy in 1339 init_physics_distribution 1340 1303 1341 == 07/04/2017 == EM 1304 1342 Fixing a big bug (dating from revision 1529) in wstats.
Note: See TracChangeset
for help on using the changeset viewer.