Changeset 1268 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- May 19, 2014, 10:45:14 AM (11 years ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/aeroptproperties.F
r1266 r1268 27 27 c ============================================================= 28 28 29 #include "dimensions.h"30 29 #include "callkeys.h" 31 30 -
trunk/LMDZ.MARS/libf/phymars/albedocaps.F90
r1266 r1268 12 12 implicit none 13 13 14 #include"dimensions.h"15 14 #include"callkeys.h" 16 15 -
trunk/LMDZ.MARS/libf/phymars/co2snow.F
r1266 r1268 17 17 c ------------ 18 18 19 #include "dimensions.h"20 19 #include "callkeys.h" 21 20 -
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r1266 r1268 45 45 46 46 IMPLICIT NONE 47 #include "dimensions.h"48 47 #include "callkeys.h" 49 48 #include "datafile.h" -
trunk/LMDZ.MARS/libf/phymars/flusv.F
r1266 r1268 33 33 c fdh(n+1) pour le sol 34 34 c 35 c.......................................................................36 c include des dimensions locales37 c38 #include "dimensions.h"39 35 c....................................................................... 40 36 c declaration des arguments -
trunk/LMDZ.MARS/libf/phymars/gwstress.F
r1266 r1268 47 47 use dimradmars_mod, only: ndlo2 48 48 implicit none 49 #include "dimensions.h"50 49 integer klon,klev,kidia,kfdia 51 50 -
trunk/LMDZ.MARS/libf/phymars/nlte_tcool.F
r1266 r1268 33 33 implicit none 34 34 35 include "dimensions.h"36 35 include 'nlte_paramdef.h' 37 36 include 'nlte_commons.h' -
trunk/LMDZ.MARS/libf/phymars/nltecool.F
r1266 r1268 35 35 36 36 #include "nltedata.h" ! (Equivalent to the reading of the "nlte_escape.dat" file) 37 #include "dimensions.h"38 37 #include "chimiedata.h" 39 38 #include "callkeys.h" -
trunk/LMDZ.MARS/libf/phymars/nuclea.F
r1266 r1268 15 15 ******************************************************* 16 16 17 #include "dimensions.h"18 17 #include "microphys.h" 19 18 -
trunk/LMDZ.MARS/libf/phymars/physiq.F
r1266 r1268 146 146 c ------------------ 147 147 148 #include "dimensions.h"149 148 #include "callkeys.h" 150 149 #include "comg1d.h" -
trunk/LMDZ.MARS/libf/phymars/read_dust_scenario.F90
r1266 r1268 7 7 implicit none 8 8 9 #include "dimensions.h"10 9 #include "datafile.h" 11 10 #include "callkeys.h" -
trunk/LMDZ.MARS/libf/phymars/soil.F
r1266 r1268 20 20 !----------------------------------------------------------------------- 21 21 22 #include "dimensions.h"23 22 #include "callkeys.h" 24 23 -
trunk/LMDZ.MARS/libf/phymars/soil_tifeedback.F
r1266 r1268 24 24 c Author: J.-B. Madeleine Mars 2008 - Updated November 2012 25 25 c======================================================================= 26 27 #include "dimensions.h"28 26 29 27 c Local variables
Note: See TracChangeset
for help on using the changeset viewer.