Changeset 1508 for trunk/DOC


Ignore:
Timestamp:
Jan 15, 2016, 8:27:16 AM (9 years ago)
Author:
emillour
Message:

Common dynamics:
Updates in the dynamics (seq and ) to keep up with updates
in LMDZ5 (up to LMDZ5 trunk, rev 2325):
IMPORTANT: Modifications for isotopes are only done in dyn3d, not in dyn3dpar

as in LMDZ5 these modifications were done in dyn3dmem.
Related LMDZ5 revisions are r2270 and r2281

  • in dynlonlat_phylonlat:
  • add module "grid_atob_m.F90" (a regridding utility so far only used by phylmd/ce0l.F90, used to be dyn3d_common/grid_atob.F)
  • in misc:
  • follow up updates on wxios.F (add missing_val module variable)
  • in dyn3d_common:
  • pression.F => pression.F90
  • misc_mod.F90: moved from misc to dyn3d_common
  • added new iso_verif_dyn.F
  • covcont.F => covcont.F90
  • infotrac.F90 : add handling of isotopes (reading of corresponding traceur.def for planets not implemented)
  • dynetat0.F => dynetat0.F90 with some code factorization
  • dynredem.F => dynredem.F90 with some code factorization
  • added dynredem_mod.F90: routines used by dynredem
  • iniacademic.F90 : added isotopes-related initialization for Earth case
  • in dyn3d:
  • added check_isotopes.F
  • modified (isotopes) advtrac.F90, caladvtrac.F
  • guide_mod.F90: ported updates
  • leapfrog.F : (isotopes) updates (NB: call integrd with nqtot tracers)
  • qminimium.F : adaptations for isotopes (copied over, except that #include comvert.h is not needed).
  • vlsplt.F: adaptations for isotopes (copied over, except than #include logic.h, comvert.h not needed, and replace "include comconst.h" with use comconst_mod, ONLY: pi)
  • vlspltqs.F : same as vlsplt.F, but also keeping added modification for CP(T)
  • in dyn3dpar:
  • leapfrog_p.F: remove unecessary #ifdef CPP_EARTH cpp flag. and call integrd_p with nqtot tracers (only important for Earth)
  • dynredem_p.F => dynredem_p.F90 and some code factorization
  • and no isotopes-relates changes in dyn3dpar (since these changes have been made in LMDZ5 dyn3dmem).

EM

File:
1 edited

Legend:

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

    r1441 r1508  
    15581558- ran1.F, sort.F, minmax.F, minmax2.F, juldate.F moved over from dyn3d_common
    15591559
     1560**********************
     1561**** commit_v1508 ****
     1562**********************
     1563Ehouarn: Updates in the dynamics (seq and //) to keep up with updates
     1564in LMDZ5 (up to LMDZ5 trunk, rev 2325):
     1565IMPORTANT: Modifications for isotopes are only done in dyn3d, not in dyn3dpar
     1566           as in LMDZ5 these modifications were done in dyn3dmem.
     1567           Related LMDZ5 revisions are r2270 and r2281
     1568* in dynlonlat_phylonlat:
     1569- add module "grid_atob_m.F90" (a regridding utility
     1570  so far only used by phylmd/ce0l.F90, used to be dyn3d_common/grid_atob.F)
     1571
     1572* in misc:
     1573- follow up updates on wxios.F (add missing_val module variable)
     1574
     1575* in dyn3d_common:
     1576- pression.F => pression.F90
     1577- misc_mod.F90: moved from misc to dyn3d_common
     1578- added new iso_verif_dyn.F
     1579- covcont.F => covcont.F90
     1580- infotrac.F90 : add handling of isotopes (reading of corresponding
     1581  traceur.def for planets not implemented)
     1582- dynetat0.F => dynetat0.F90 with some code factorization
     1583- dynredem.F => dynredem.F90 with some code factorization
     1584- added dynredem_mod.F90: routines used by dynredem
     1585- iniacademic.F90 : added isotopes-related initialization for Earth case
     1586
     1587* in dyn3d:
     1588- added check_isotopes.F
     1589- modified (isotopes) advtrac.F90, caladvtrac.F
     1590- guide_mod.F90: ported updates
     1591- leapfrog.F : (isotopes) updates (NB: call integrd with nqtot tracers)
     1592- qminimium.F : adaptations for isotopes (copied over, except that #include
     1593  comvert.h is not needed).
     1594- vlsplt.F: adaptations for isotopes (copied over, except than #include
     1595  logic.h, comvert.h not needed, and replace "include comconst.h" with
     1596  use comconst_mod, ONLY: pi)
     1597- vlspltqs.F : same as vlsplt.F, but also keeping added modification for CP(T)
     1598
     1599* in dyn3dpar:
     1600- leapfrog_p.F: remove unecessary #ifdef CPP_EARTH cpp flag. and call
     1601  integrd_p with nqtot tracers (only important for Earth)
     1602- dynredem_p.F => dynredem_p.F90 and some code factorization
     1603- and no isotopes-relates changes in dyn3dpar (since these changes
     1604  have been made in LMDZ5 dyn3dmem).
Note: See TracChangeset for help on using the changeset viewer.