Changeset 1047 for trunk/LMDZ.MARS/libf/phymars/flusv.F
- Timestamp:
- Sep 23, 2013, 9:56:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/flusv.F
r38 r1047 1 1 SUBROUTINE flusv(KDLON,nsf,n,omega,g,tau,emis,bh,bsol,fah,fdh) 2 use dimradmars_mod, only: ndlo2, ndlon 2 3 IMPLICIT NONE 3 4 c....................................................................... … … 37 38 #include "dimensions.h" 38 39 #include "dimphys.h" 39 #include "dimradmars.h"40 !#include "dimradmars.h" 40 41 c....................................................................... 41 42 c declaration des arguments … … 271 272 272 273 SUBROUTINE sys3v(KDLON,n,a,b,d,e,y) 274 use dimradmars_mod, only: ndlon, ndlo2 273 275 IMPLICIT NONE 274 276 c....................................................................... … … 293 295 #include "dimensions.h" 294 296 #include "dimphys.h" 295 #include "dimradmars.h"297 !#include "dimradmars.h" 296 298 c....................................................................... 297 299 c declaration des arguments
Note: See TracChangeset
for help on using the changeset viewer.