Changeset 1549 for trunk/DOC


Ignore:
Timestamp:
May 6, 2016, 12:30:29 PM (9 years ago)
Author:
emillour
Message:

All GCMs:
Further adaptations to keep up with changes in LMDZ5 concerning
physics/dynamics separation (up to rev r2420 of LMDZ5)

  • all physics packages:
  • added module callphysiq_mod.F90 in dynphy_lonlat/phy* which contains the routine "call_physiq" which is called by calfis* and calls the physics. This way different "physiq" routine from different physics packages may be called: The calfis* routines now exposes all available fields that might be transmitted to physiq but which is actually send (ie: expected/needed by physiq) is decided in call_physiq.
  • turned "physiq.F[90]" into module "physiq_mod.F[90]" for better control of "physiq" arguments. for phyvenus/phytitan, extracted gr_fi_ecrit from physiq.F as gr_fi_ecrit.F90 (note that it can only work in serial).
  • misc:
  • updated wxios.F90 to keep up with LMDZ5 modifications.
  • dyn3d_common:
  • infotrac.F90 keep up with LMDZ5 modifications (cosmetics)
  • dyn3d:
  • gcm.F90: cosmetic cleanup.
  • leapfrog.F90: fix computation of date as function of itau.
  • dyn3dpar:
  • gcm.F: cosmetic cleanup.
  • leapfrog_p.F90: fix computation of date as function of itau.

NB: physics are given the date corresponding to the end of the
physics step.

  • dynphy_lonlat:
  • calfis.F : added computation of relative wind vorticity.
  • calfis_p.F: added computation of relative wind vorticity (input required by Earth physics)

EM

File:
1 edited

Legend:

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

    r1545 r1549  
    17301730Also added checking in phyetat0 that the longitude/latitude read in the
    17311731restartphy.nc files match the ones provided by the dynamics.
     1732
     1733**********************
     1734**** commit_v1549 ****
     1735**********************
     1736Ehouarn: Further adaptations to keep up with changes in LMDZ5 concerning
     1737physics/dynamics separation (up to rev r2420 of LMDZ5)
     1738* all physics packages:
     1739- added module callphysiq_mod.F90 in dynphy_lonlat/phy*** which contains
     1740  the routine "call_physiq" which is called by calfis* and calls the
     1741  physics. This way different "physiq" routine from different physics
     1742  packages may be called: The calfis* routines now exposes all available
     1743  fields that might be transmitted to physiq but which is actually send
     1744  (ie: expected/needed by physiq) is decided in call_physiq.
     1745- turned "physiq.F[90]" into module "physiq_mod.F[90]" for better control 
     1746  of "physiq" arguments. for phyvenus/phytitan, extracted gr_fi_ecrit from
     1747  physiq.F as gr_fi_ecrit.F90 (note that it can only work in serial).
     1748
     1749* misc:
     1750- updated wxios.F90 to keep up with LMDZ5 modifications.
     1751
     1752* dyn3d_common:
     1753- infotrac.F90 keep up with LMDZ5 modifications (cosmetics)
     1754
     1755* dyn3d:
     1756- gcm.F90: cosmetic cleanup.
     1757- leapfrog.F90: fix computation of date as function of itau.
     1758
     1759* dyn3dpar:
     1760- gcm.F: cosmetic cleanup.
     1761- leapfrog_p.F90: fix computation of date as function of itau.
     1762    NB: physics are given the date corresponding to the end of the
     1763    physics step.
     1764
     1765* dynphy_lonlat:
     1766- calfis.F : added computation of relative wind vorticity.
     1767- calfis_p.F: added computation of relative wind vorticity (input required
     1768  by Earth physics)
Note: See TracChangeset for help on using the changeset viewer.