Changeset 658 for LMDZ4/trunk/libf/phylmd/phytrac.F
- Timestamp:
- Jul 4, 2005, 11:53:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/phytrac.F
r644 r658 4 4 c 5 5 c 6 SUBROUTINE phytrac (iflag_con, 7 I rnpb, 6 SUBROUTINE phytrac (rnpb, 8 7 I nstep, 9 8 I julien, … … 105 104 #include "dimphy.h" 106 105 #include "indicesol.h" 106 #include "clesphys.h" 107 107 #include "temps.h" 108 108 #include "paramet.h" … … 266 266 C Variables liees a l'ecriture de la bande histoire : phytrac.nc 267 267 c 268 INTEGER ecrit_tra269 SAVE ecrit_tra268 c INTEGER ecrit_tra 269 c SAVE ecrit_tra 270 270 logical ok_sync 271 271 parameter (ok_sync = .true.) … … 387 387 if (debutphy) then 388 388 389 ecrit_tra = NINT(86400./pdtphys *ecritphy)389 c ecrit_tra = NINT(86400./pdtphys *ecritphy) 390 390 print*,'dans phytrac ',pdtphys,ecritphy,ecrit_tra 391 391
Note: See TracChangeset
for help on using the changeset viewer.