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.COMMON/bld.cfg

    r1302 r1403  
    2626src::dyn     %SRC_PATH/%DYN
    2727src::phys    %SRC_PATH/%PHYS
     28src::dyn_phys %DYN_PHYS
     29src::dyn_phys_sub %DYN_PHYS_SUB
    2830src::sisvat  %SISVAT
    2931src::rrtm    %RRTM
    3032src::grid    %SRC_PATH/grid
    31 src::filtrez %SRC_PATH/filtrez
    32 src::bibio   %SRC_PATH/bibio
    33 src::dyn3d_common   %SRC_PATH/dyn3d_common
     33src::filtrez %FILTRE
     34src::bibio   %SRC_PATH/misc
     35src::dyn3d_common   %DYN_COMMON
    3436src::cosp    %COSP
    3537src::chem    %CHEM
Note: See TracChangeset for help on using the changeset viewer.