Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/initracer.F
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/initracer.F
r1038 r1047 26 26 27 27 28 #include "dimensions.h"29 #include "dimphys.h"28 !#include "dimensions.h" 29 !#include "dimphys.h" 30 30 #include "comcstfi.h" 31 31 #include "callkeys.h" 32 32 !#include "tracer.h" 33 33 !#include "advtrac.h" 34 #include "comgeomfi.h"35 36 #include "surfdat.h"34 !#include "comgeomfi.h" 35 36 !#include "surfdat.h" 37 37 38 38 integer,intent(in) :: ngrid ! number of atmospheric columns … … 68 68 allocate(alpha_lift(nq)) 69 69 allocate(alpha_devil(nq)) 70 allocate(dryness(ngrid mx))70 allocate(dryness(ngrid)) 71 71 allocate(igcm_dustbin(nq)) 72 72
Note: See TracChangeset
for help on using the changeset viewer.