Changeset 3442 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- Jan 25, 2019, 11:12:29 AM (6 years ago)
- 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 ! 1 4 !#ifdef CPP_1D 2 5 !#include "../dyn3d/mod_const_mpi.F90" … … 581 584 ! call init_phys_lmdz(1,1,llm,1,(/1/)) ! job now done via iniphysiq 582 585 ! but we still need to initialize dimphy module (klon,klev,etc.) here. 583 call init_dimphy (1,llm)586 call init_dimphy1D(1,llm) 584 587 call suphel 585 588 call infotrac_init -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.