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.GENERIC/README

    r1384 r1403  
    10541054== 04/03/2015 == EM
    10551055- Some code cleanup: turning comcstfi.h into module comcstfi_mod
     1056
     1057== 31/03/2015 == EM
     1058- Reorganizing the physics/dynamics interface, for better compatibility
     1059  between models and with the parallel LMDZ.COMMON dyn core. Main structural
     1060  changes are:
     1061* misc: (replaces what was the "bibio" directory)
     1062- Should only contain extremely generic (and non physics or
     1063  dynamics-specific) routines
     1064* dynlonlat_phylonlat: (new interface directory)
     1065- This directory contains routines relevent to physics/dynamics grid
     1066  interactions, e.g. routines gr_dyn_fi or gr_fi_dyn and calfis
     1067- Moreover the dynlonlat_phylonlat contains directory "phystd".
     1068  This subdirectories should only contain specific interfaces (e.g.
     1069  iniphysiq) or main programs (e.g. newstart).
     1070* phystd/dyn1d: this subdirectory contains the 1D models.
Note: See TracChangeset for help on using the changeset viewer.