Changeset 1682 for trunk/LMDZ.GENERIC/README
- Timestamp:
- Mar 31, 2017, 11:31:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r1673 r1682 1295 1295 >> Followup on updates in LMDZ.COMMON, add print_control_mod.F90 1296 1296 and abort_physic.F90 inphy_common 1297 1298 == 30/03/2017 == EM 1299 >> Keep up with updates in LMDZ.COMMON: 1300 In phystd: 1301 - ocean_slab_mod.F90 : call abort_physic, rather than abort_gcm 1302 - inifis_mod.F90 : initialize print_control variables 1303 - physiq_mod.F90 : add XIOS context initialization and finalization 1304 - xios_output_mod.F90 : update initialize_xios_output initialization 1305 of the horizontal domain 1306 In dynphy_lonlat : 1307 - inigeomphy_mod.F90 : add ind_cell_glo computation and transfer 1308 to init_geometry 1309 - mod_interface_dyn_phys.F90 : use is_north_pole_dyn and is_south_pole_dyn 1310 (instead of is_north_pole, is_south_pole) 1311 1312 In phy_common: 1313 - geometry_mod.F90 : add ind_cell_glo module variable to store global 1314 column index 1315 - init_print_control_mod.F90 : added to initialize print_control_mod module 1316 variables 1317 - print_control_mod.F90 : make initialization occur via init_print_control_mod 1318 to avoid circular module dependencies 1319 - mod_phys_lmdz_mpi_data.F90 : use print_control_mod (rather than iniprint.h) 1320 and define is_north_pole_dyn, is_south_pole_dyn 1321 (instead of is_north_pole, is_south_pole) 1322 - mod_phys_lmdz_mpi_transfert.F90 : use is_north_pole_dyn, is_south_pole_dyn 1323 (instead of is_north_pole, is_south_pole) 1324 - mod_phys_lmdz_omp_data.F90 : add is_omp_master (alias of is_omp_root) module 1325 variable and use print_control_mod (rather than 1326 iniprint.h), and introduce is_north_pole_phy 1327 and is_south_pole_phy 1328 - mod_phys_lmdz_para.F90 : use print_control_mod (rather than iniprint.h) 1329 - physics_distribution_mod.F90 : add call to init_dimphy in 1330 init_physics_distribution
Note: See TracChangeset
for help on using the changeset viewer.