source: trunk/LMDZ.COMMON/libf/dyn3d/logic.h @ 1414

Last change on this file since 1414 was 1403, checked in by emillour, 10 years ago

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 size: 1.3 KB
RevLine 
[1]1!
[127]2! $Id: logic.h 1520 2011-05-23 11:37:09Z emillour $
[1]3!
4!
[124]5! NB: keep items of different kinds in seperate common blocs to avoid
6!     "misaligned commons" issues
[1]7!-----------------------------------------------------------------------
8! INCLUDE 'logic.h'
9
[124]10      COMMON/logicl/ purmats,forward,leapf,apphys,                      &
[1]11     &  statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus       &
[495]12     &  ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile               &
[1302]13     &  ,ok_limit,ok_etat0,hybrid                                       &
[1403]14     &  ,moyzon_mu,moyzon_ch,grireg,physic
[1]15
[124]16      COMMON/logici/ iflag_phys,iflag_trac
17     
[1]18      LOGICAL purmats,forward,leapf,apphys,statcl,conser,               &
19     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
[495]20     &  ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile               &
[1302]21     &  ,ok_limit,ok_etat0
22
[127]23      logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise)
24                     ! (only used if disvert_type==2)
[1056]25      logical moyzon_mu,moyzon_ch ! used for zonal averages in Titan
[1]26
[127]27      integer iflag_phys,iflag_trac
[1403]28
29! stuff for compatibility with Mars/Generic old dyn cores. To be cleaned!
30      logical grireg,physic
31
[1]32!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.