Changeset 1543 for trunk/DOC


Ignore:
Timestamp:
Apr 22, 2016, 9:02:11 AM (9 years ago)
Author:
emillour
Message:

All models: Further adaptations to keep up with changes in LMDZ5 concerning
physics/dynamics separation:

  • dyn3d:
  • adapted gcm.F so that all physics initializations are now done in iniphysiq.
  • dyn3dpar:
  • adapted gcm.F so that all physics initializations are now done in iniphysiq.
  • updated calfis_p.F to follow up with changes.
  • copied over updated "bands.F90" from LMDZ5.
  • dynphy_lonlat:
  • calfis_p.F90, mod_interface_dyn_phys.F90, follow up of changes in phy_common/mod_* routines
  • phy_common:
  • added "geometry_mod.F90" to store information about the grid (replaces phy*/comgeomphy.F90) and give variables friendlier names: rlond => longitude , rlatd => latitude, airephy => cell_area, cuphy => dx , cvphy => dy
  • added "physics_distribution_mod.F90"
  • updated "mod_grid_phy_lmdz.F90", "mod_phys_lmdz_mpi_data.F90", "mod_phys_lmdz_para.F90", "mod_phys_lmdz_mpi_transfert.F90", "mod_grid_phy_lmdz.F90", "mod_phys_lmdz_omp_data.F90", "mod_phys_lmdz_omp_transfert.F90", "write_field_phy.F90" and "ioipsl_getin_p_mod.F90" to LMDZ5 versions.
  • phy[venus/titan/mars/std]:
  • removed "init_phys_lmdz.F90", "comgeomphy.F90"; adapted routines to use geometry_mod (longitude, latitude, cell_area, etc.)

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/chantiers/commit_importants.log

    r1540 r1543  
    16851685- moved "iniprint.h" from dyn3d_common to misc (NB: it is used in both physics
    16861686  and dynamics; this should be cleaned up further...)
     1687
     1688**********************
     1689**** commit_v1543 ****
     1690**********************
     1691Ehouarn: Further adaptations to keep up with changes in LMDZ5 concerning
     1692physics/dynamics separation:
     1693* dyn3d:
     1694- adapted gcm.F so that all physics initializations are now done in iniphysiq.
     1695
     1696* dyn3dpar:
     1697- adapted gcm.F so that all physics initializations are now done in iniphysiq.
     1698- updated calfis_p.F to follow up with changes.
     1699- copied over updated "bands.F90" from LMDZ5.
     1700
     1701* dynphy_lonlat:
     1702- calfis_p.F90, mod_interface_dyn_phys.F90,
     1703  follow up of changes in phy_common/mod_* routines
     1704
     1705* phy_common:
     1706- added "geometry_mod.F90" to store information about the grid (replaces
     1707  phy*/comgeomphy.F90) and give variables friendlier names: rlond =>
     1708  longitude , rlatd => latitude, airephy => cell_area,
     1709  cuphy => dx , cvphy => dy
     1710- added "physics_distribution_mod.F90"
     1711- updated "mod_grid_phy_lmdz.F90", "mod_phys_lmdz_mpi_data.F90",
     1712  "mod_phys_lmdz_para.F90", "mod_phys_lmdz_mpi_transfert.F90",
     1713  "mod_grid_phy_lmdz.F90", "mod_phys_lmdz_omp_data.F90",
     1714  "mod_phys_lmdz_omp_transfert.F90", "write_field_phy.F90"
     1715  and "ioipsl_getin_p_mod.F90" to LMDZ5 versions.
     1716
     1717* phy[venus/titan/mars/std]:
     1718- removed "init_phys_lmdz.F90", "comgeomphy.F90"; adapted routines to use
     1719  geometry_mod (longitude, latitude, cell_area, etc.)
Note: See TracChangeset for help on using the changeset viewer.