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

Location:
trunk/LMDZ.GENERIC/libf/phystd/dyn1d
Files:
27 added
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/kcm1d.F90

    r1401 r1403  
    88  use comsaison_h, only: mu0, fract, dist_star
    99  use planete_mod
     10  use callkeys_mod, only: check_cpp_match, pceil, tstrat, tracer
    1011!  use control_mod
    1112  use comcstfi_mod
  • trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r1401 r1403  
    911911c     necessaire a la compilation de rcm1d en 1D
    912912
    913       subroutine gr_fi_dyn
    914       RETURN
    915       END
     913!      subroutine gr_fi_dyn
     914!      RETURN
     915!      END
    916916 
    917917c***********************************************************************
    918918c***********************************************************************
    919919
    920 #include "../dyn3d/disvert.F"
    921 #include "../dyn3d/abort_gcm.F"
    922 #include "../dyn3d/diverg.F"
    923 #include "../dyn3d/grad.F"
    924 #include "../dyn3d/gr_u_scal.F"
    925 #include "../dyn3d/gr_v_scal.F"
    926 #include "../dyn3d/gr_dyn_fi.F"
    927 
     920!#include "../dyn3d/disvert.F"
     921!#include "../dyn3d/abort_gcm.F"
     922!#include "../dyn3d/diverg.F"
     923!#include "../dyn3d/grad.F"
     924!#include "../dyn3d/gr_u_scal.F"
     925!#include "../dyn3d/gr_v_scal.F"
     926!#include "../dyn3d/gr_dyn_fi.F"
     927
Note: See TracChangeset for help on using the changeset viewer.