Ignore:
Timestamp:
Jan 25, 2019, 11:12:29 AM (6 years ago)
Author:
Laurent Fairhead
Message:

Following merging of DYNAMICO/LMDZ branches, modifications needed for the 1D LMDZ model
Added a 1D special version of dimphy which is called before the real dimphy in lmdz1d
MPL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/dyn1d/lmdz1d.F90

    • Property svn:keywords set to Id
    r3316 r3442  
     1!
     2! $Id$
     3!
    14!#ifdef CPP_1D
    25!#include "../dyn3d/mod_const_mpi.F90"
     
    581584!      call init_phys_lmdz(1,1,llm,1,(/1/)) ! job now done via iniphysiq
    582585!     but we still need to initialize dimphy module (klon,klev,etc.)  here.
    583       call init_dimphy(1,llm)
     586      call init_dimphy1D(1,llm)
    584587      call suphel
    585588      call infotrac_init
Note: See TracChangeset for help on using the changeset viewer.