Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/nlthermeq.F
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nlthermeq.F
r38 r1047 1 1 subroutine nlthermeq(ngrid, nlayer, pplev, pplay) 2 2 c 3 c Compute the number of layers nlaylte (stored in common yomlw.h)3 c Compute the number of layers nlaylte (stored in module yomlw_h) 4 4 c over which local thermodynamic equilibrium 5 5 c radiation scheme should be run to be sure of covering at least to a … … 8 8 c Stephen Lewis 6/2000 9 9 c Modified Y. Wanherdrick/ F. Forget 09/2000 10 10 use yomlw_h, only: nlaylte 11 11 implicit none 12 #include "dimensions.h"13 #include "dimphys.h"14 #include "dimradmars.h"12 !#include "dimensions.h" 13 !#include "dimphys.h" 14 !#include "dimradmars.h" 15 15 #include "nlteparams.h" 16 #include "yomlw.h"16 !#include "yomlw.h" 17 17 #include "callkeys.h" 18 18
Note: See TracChangeset
for help on using the changeset viewer.