Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/blendrad.F
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/blendrad.F
r38 r1047 10 10 c the scale over which this happens are set in the nlteparams.h file. 11 11 c Above layer NLAYLTE the tendency is purely the sum of NLTE contributions. 12 c (Note : nlaylte is calculated by "nlthermeq" and stored in common "yomlw.h")12 c (Note : nlaylte is calculated by "nlthermeq" and stored in module "yomlw_h") 13 13 c Stephen Lewis 6/2000 FF 14 14 c 15 use yomlw_h, only: nlaylte 15 16 implicit none 16 #include "dimensions.h"17 #include "dimphys.h"18 #include "dimradmars.h"17 !#include "dimensions.h" 18 !#include "dimphys.h" 19 !#include "dimradmars.h" 19 20 #include "nlteparams.h" 20 #include "yomlw.h"21 !#include "yomlw.h" 21 22 22 23 c Input:
Note: See TracChangeset
for help on using the changeset viewer.