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/LMDZ.MARS/README

    r1399 r1403  
    21682168- Follow-up to cleanup in dynamics/physics interface. Add iniprint.h to be
    21692169  in line with what is done in LMDZ.COMMON dynamics.
     2170
     2171== 31/03/2015 == EM
     2172- Reorganizing the physics/dynamics interface, for better compatibility
     2173  between models and with the parallel LMDZ.COMMON dyn core. Main structural
     2174  changes are:
     2175* misc: (replaces what was the "bibio" directory)
     2176- Should only contain extremely generic (and non physics or
     2177  dynamics-specific) routines
     2178* dynlonlat_phylonlat: (new interface directory)
     2179- This directory contains routines relevent to physics/dynamics grid
     2180  interactions, e.g. routines gr_dyn_fi or gr_fi_dyn and calfis
     2181- Moreover the dynlonlat_phylonlat contains directory "phymars".
     2182  This subdirectories should only contain specific interfaces (e.g.
     2183  iniphysiq) or main programs (e.g. newstart or xvik).
     2184* phymars/dyn1d: this subdirectory contains the 1D model.
Note: See TracChangeset for help on using the changeset viewer.