Changeset 1403 for trunk/DOC


Ignore:
Timestamp:
Mar 31, 2015, 3:49:07 PM (10 years ago)
Author:
emillour
Message:

All models: Reorganizing the physics/dynamics interface.

  • makelmdz and makelmdz_fcm scripts adapted to handle the new directory settings
  • misc: (replaces what was the "bibio" directory)
  • Should only contain extremely generic (and non physics or dynamics-specific) routines
  • Therefore moved initdynav.F90, initfluxsto.F, inithist.F, writedynav.F90, write_field.F90, writehist.F to "dyn3d_common"
  • dynlonlat_phylonlat: (new interface directory)
  • This directory contains routines relevent to physics/dynamics grid interactions, e.g. routines gr_dyn_fi or gr_fi_dyn and calfis
  • Moreover the dynlonlat_phylonlat contains directories "phy*" corresponding to each physics package "phy*" to be used. These subdirectories should only contain specific interfaces (e.g. iniphysiq) or main programs (e.g. newstart)
  • phy*/dyn1d: this subdirectory contains the 1D model using physics from phy*

EM

File:
1 edited

Legend:

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

    r1395 r1403  
    14961496**** commit_v1395 ****
    14971497**********************
    1498 Ehouarn: some cleanup and tydying on the dynamics/physics interface.
     1498Ehouarn: some cleanup and tidying on the dynamics/physics interface.
    14991499Essentially affects the "iniphysiq" routine in all physics packages.
     1500
     1501**********************
     1502**** commit_v1403 ****
     1503**********************
     1504Ehouarn: Reorganizing the physics/dynamics interface.
     1505
     1506* makelmdz and makelmdz_fcm scripts adapted to handle the new directory
     1507  settings
     1508
     1509* misc: (replaces what was the "bibio" directory)
     1510- Should only contain extremely generic (and non physics or
     1511  dynamics-specific) routines
     1512- Therefore moved initdynav.F90, initfluxsto.F, inithist.F, writedynav.F90,
     1513  write_field.F90, writehist.F to "dyn3d_common"
     1514
     1515* dynlonlat_phylonlat: (new interface directory)
     1516- This directory contains routines relevent to physics/dynamics grid
     1517  interactions, e.g. routines gr_dyn_fi or gr_fi_dyn and calfis
     1518- Moreover the dynlonlat_phylonlat contains directories "phy***" corresponding
     1519  to each physics package "phy***" to be used. These subdirectories should
     1520  only contain specific interfaces (e.g. iniphysiq) or main programs (e.g.
     1521  newstart)
     1522
     1523* phy***/dyn1d: this subdirectory contains the 1D model using physics
     1524  from phy***
Note: See TracChangeset for help on using the changeset viewer.